Skip to content

Handwritten character recognition using HMM and MNIST database

License

Notifications You must be signed in to change notification settings

gearlles/mnist-hmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist-hmm

Handwritten character recognition using HMM and MNIST database.

Database

  1. Download [MNIST database](mnist database of handwritten digits matlab).
  2. Extract to "database" folder in your root directory. Your project should look like this:
├── root/
│   ├── main.R
│   ├── mnist-load.R
│   ├── ...
│   ├── database
│   │   ├── t10k-images-idx3-ubyte
│   │   ├── t10k-labels-idx1-ubyte
│   │   ├── train-images-idx3-ubyte
│   │   ├── train-labels-idx1-ubyte

About

Handwritten character recognition using HMM and MNIST database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages