These are handwritten digits models that was made by me, collecting from various references around the internet as a media that i use for study machine learning.
- Algorithm : CNN
- Epoch : 5
- Accuracy : 0.9 (more or less from the last i evaluate it)
- Data : Mnist
- Input : (None,28)
- Algorithm : CNN
- Epoch : 3
- Accuracy : 0.7 (more or less from the last i evaluate it)
- Data : Mnist
- Input : (None,784)
You can use it via the load_model function in keras, the input must be resize or has the size of the input required above.