Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Neural network in python - This is a neural network created by following the guide: http://neuralnetworksanddeeplearning.com/ - This neural network was used to classify the data from the MNIST handwritten digit database: https://yann.lecun.com/exdb/mnist/ - To run the code: `python -u main.py`