https://github.com/awaelchli/pattern-recognition-project
https://github.com/awaelchli/pattern-recognition-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/awaelchli/pattern-recognition-project
- Owner: awaelchli
- Created: 2017-05-25T20:07:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T20:34:27.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T21:45:46.856Z (about 2 months ago)
- Language: Java
- Size: 58.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pattern Recognition Project
## MNIST Classification
The folder [`02/`](https://github.com/mariokaufmann/pattern-recognition-project/blob/master/02/) contains the code for MNIST classification with SVM and MLP. The results are presented in the final [report](https://github.com/mariokaufmann/pattern-recognition-project/blob/master/02/02-REPORT/Report-Project-02.pdf).
## Keyword Spotting
The main files for execution can be found in folder [`03/`](https://github.com/mariokaufmann/pattern-recognition-project/tree/master/03). A one-time preprocessing step is required in order to cut out the words from the documents. Read more about the preprocessing [here](https://github.com/mariokaufmann/pattern-recognition-project/blob/master/03/).
## Signature Verification
Our implementation of signature verification can be found in folder [`04/`](https://github.com/mariokaufmann/pattern-recognition-project/tree/master/04/SignatureVerification).