Skip to content

DannyAntonelli/Neural-Network-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from Scratch

Setup

Run the following command to install the neuralnetwork package (consider using a virtual environment):

$ pip install .

If you want to run the MNIST and Boston housing examples you need additional packages:

$ pip install -r examples/requirements.txt