Skip to content

Francesco-Zeno-Costanzo/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural-network

Some code as an introduction to neural networks.

nn_skl.py is a performance comparison of networks using the sklearn library.

Simple_NN_classifications.py is a scratch implementation of a simple neural network to distinguish 0 and 1 and see how the network learns.

neural.py is a generalizzation of the above code

data.py build the mnist data so it is possible to read them more easly

mnist.py is a test for neural.py