Compatibility and Python version requirements
masterThis repository contains code samples for the book "Neural Networks and Deep Learning".
Important Compatibility Notes:
- Python Version: The code in this repository is written for Python 2.6 or 2.7. It is not compatible with Python 3.
- Python 3 Alternative: If you require Python 3.8-3.10 compatibility, use the version hosted at https://github.com/unexploredtest/neural-networks-and-deep-learning.
- Theano Dependency: The program
src/network3.pyrequires Theano version 0.6 or 0.7. It will not work with later versions of Theano without manual modification.