diff --git a/README.md b/README.md index 0ba8cb8..2de2c53 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,7 @@ MNIST classifier from scratch * CNN Model Accuracy: 98% * Training Notebook: mnist_classifier.ipynb -* Cleaned Python Version: mnist_classifier.py \ No newline at end of file +* Cleaned Python Version: mnist_classifier.py + +* MLP Trained Model: mlp_classifier.pkl +* CNN Trained Model: cnn_classifier.pkl \ No newline at end of file