Skip to content

An implementation of the classic Neural network (multi-layered perceptron). Implemented in python and runs extremely slowly compared to library equivalents. The project is a proof of concept to ensure understanding of NNs and has many optimization potentials. Most significantly, the current implementation does not make full use of type casting. …

Notifications You must be signed in to change notification settings

jollyredflames/NN-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

An implementation of the classic Neural network (multi-layered perceptron). Implemented in python and runs extremely slowly compared to library equivalents. The project is a proof of concept to ensure understanding of NNs and has many optimization potentials. Most significantly, the current implementation does not make full use of type casting. …

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages