Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 825 Bytes

File metadata and controls

19 lines (12 loc) · 825 Bytes

Overview

neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support

These scrips are updated ones from the neuralnetworksanddeeplearning.com gitHub repository in order to work with Python 3.5.2

The testing file (test.py) contains all three networks (network.py, network2.py, network3.py) from the book and it is the starting point to run (i.e. train and evaluate) them.

Google Colab

The best way to run the code is to use the colab notebook provided in bellow link.

Open In Colab

Scripts

To run the scripts, go to the chapter_codes folder, open the terminal, and type:

python chapter1-data.py