Skip to content

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

Notifications You must be signed in to change notification settings

alayoalex/deep-learning-python-3.5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

My journey through the process of learning AI, ML, ANN and CNN.

NN_Nielsen: Neural Network and implementations from the Book "Neural Networks and Deep Learning" from Michael Nielsen.

NN_Raschka: Neural Network and implementations from the book Python Machine Learning from Sebastian Raschka.

NN_Aljuarismi: Neural Network implemented by myself, not yet.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • JavaScript 1.3%