neural-networks-and-deep-learning icon indicating copy to clipboard operation
neural-networks-and-deep-learning copied to clipboard

Code samples for my book "Neural Networks and Deep Learning"

Results 5 neural-networks-and-deep-learning issues
Sort by recently updated
recently updated
newest added

This isn't meant to be a PR, so sorry for making one, but I didn't find another way to notify anyone who might be interested. As you may know, the...

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...

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...

Hi Folks, I was following [Chapter 5 of neuralnetworksanddeeplearning.com](http://neuralnetworksanddeeplearning.com/chap5.html) and noticed that the code examples were written for Python 2. To help modernize the project, I adapted two libraries: mnist_loader.py...