jwilliamn / handwritten

Hand written character and digit recognition
GNU General Public License v3.0
4 stars 4 forks source link

How to train #1

Open edmarpillogo opened 6 years ago

edmarpillogo commented 6 years ago

Can you please help me on how to train NIST Special Database 19?

jwilliamn commented 6 years ago

Well the general idea is to get the nist special database 19 then resize the images to a lower size, after that build the train/test set by stacking the images up into a matrix of arrays to feed to your model for the training process. You may use the following links as a reference to help you out on your training. To generate the data set. https://github.com/jwilliamn/handwritten/blob/master/modeling/GenerateTrainDataAZ.py To train the model. https://github.com/jwilliamn/handwritten/blob/master/modeling/modelC1.py