Letter recognition classifiers trained on notMNIST (alphabet A-J)
Trained using Zotac GTX 1070 AMP edition 8GB
-
- 84% accuracy
- reference
- Full batch: (linear) Logistic Regression with TensorFLow
- 88% accuracy
- Mini batch (linear)
- 90% accuracy
- batch_size=1000, took: 155 seconds
- ReLU with dropout+L2-regularization
- 95.7% accuracy
- took: 208 seconds
- CNN with dropout+L2-regularization (similar to LeNet)
- 95.5% accuracy
- took: 391.5 seconds
Tested on Python 3.5