Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code to support Python 3 to follow Chapter 5 http://neuralnetworksanddeeplearning.com/ examples #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FederCO23
Copy link

Hi Folks,

I was following Chapter 5 of neuralnetworksanddeeplearning.com and noticed that the code examples were written for Python 2. To help modernize the project, I adapted two libraries: mnist_loader.py and network2.py, so they now work with Python 3.

I’ve tested these changes, and it's now possible to follow the examples from the site using a recent version of Python 3. I hope this update can be considered for inclusion.

I’m open to any feedback and happy to further contribute if needed.

Thanks for maintaining this valuable resource for those of us interested in deep learning and improving our skills in ML.

Kind regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant