truc pour le tipe
Go to file
Absobel 1276934c54 Ajout de deux trois trucs 2021-06-06 17:59:19 +02:00
MyNetwork oui 2021-05-31 16:26:26 +02:00
README.md oui 2021-05-31 16:26:26 +02:00
RUN.py Ajout de deux trois trucs 2021-06-06 17:59:19 +02:00
expand_mnist.py oui 2021-05-31 16:26:26 +02:00
mnist.pkl.gz oui 2021-05-31 16:26:26 +02:00
mnist_average_darkness.py oui 2021-05-31 16:26:26 +02:00
mnist_loader.py oui 2021-05-31 16:26:26 +02:00
mnist_svm.py oui 2021-05-31 16:26:26 +02:00
network mais annotations changées.py Ajout de deux trois trucs 2021-06-06 17:59:19 +02:00
network.py Ajout d'un print des resultats sans passer par le test à chaque epoch 2021-05-31 20:06:35 +02:00
network2.py oui 2021-05-31 16:26:26 +02:00
network3.py oui 2021-05-31 16:26:26 +02:00
test.py oui 2021-05-31 16:26:26 +02:00

README.md

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.

Just type at shell: python3.5 test.py

In test.py there are examples of networks configurations with proper comments. I did that to relate with particular chapters from the book.