truc pour le tipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
NiiiCo cd144b1f8b
data_loader
2 years ago
__pycache__ data_loader 2 years ago
.gitignore new data loader thingy 2 years ago
MyNetwork oui 2 years ago
README.md oui 2 years ago
RUN.py data_loader 2 years ago
dataset_loader.py data_loader 2 years ago
expand_mnist.py oui 2 years ago
mnist_average_darkness.py oui 2 years ago
mnist_loader.py data_loader 2 years ago
mnist_svm.py oui 2 years ago
network.py data_loader 2 years ago
network2.py oui 2 years ago
network3.py oui 2 years ago
test.py oui 2 years ago

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.