A Convolutional Neural Network approach on the Digit-Recognizer Kaggle Competition.
You can find more information about the competition in the following link:
https://www.kaggle.com/c/digit-recognizer
The Dependencies for this jupyter-notebook are:
-Python3
-NumPy
-sklearn
-pandas
-keras
The Keras model has different architecture from the one on Tensor Flow.
The Tensor Flow code has functionality for tensorboard.
To start the tensorboard type in terminal:
tensorboard --logdir=/tmp/digit_classifier_model
- Christos-Angelos Vasilopoulos
This project is licensed under the MIT License.