Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Code samples for Michael Nielsen's book "Neural Networks and Deep Learning"

License

Notifications You must be signed in to change notification settings

declanmillar/neural-networks-and-deep-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code samples for "Neural Networks and Deep Learning"

This repository contains code samples for Michael Nielsen's book on "Neural Networks and Deep Learning".

Updates have been made for more recent versions of python and its packages.

To setup environment:

conda env create -f environment.yml
conda activate nndl

Consult the book for individual experiments and their purposes.

To run all experiments:

cd src
python
import conv
conv.run_experiments()

About

Code samples for Michael Nielsen's book "Neural Networks and Deep Learning"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%