Handwritten character recognition using HMM and MNIST database.
- Download [MNIST database](mnist database of handwritten digits matlab).
- 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