amirhosseinh77 / neural-networks-and-deep-learning

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Jupyter Notebook 90.1%Language:Python 9.9%