neural-networks-and-deep-learning
neural-networks-and-deep-learning copied to clipboard
Update mnist_loader.py
I am working on your online book and projects using Python 3.5. Since I used a different and newer python version, I came across several problems and solved them by making some changes in network.py and mnist_loader files. Now the code is compatible with Python 3.5 I added just "import _pickle as cPickle" line because in 3.5 cPickle isn't defined and it should be used in standard library version.
you can use the other repository which is made for Python 3.5: https://github.com/MichalDanielDobrzanski/DeepLearningPython35