Skip to content

Implemntation of simple Fully Connected Neural Network

Notifications You must be signed in to change notification settings

dannyxn/Fully-Connected-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of Fully Connected Neural Network.

  • Each neuron from layer n has connection with each layer from neuron n+1.
  • Created in learning purpose.
  • Learning process lacks mini-batches so it's slow, but it performance is okay.
  • Example of usage in example.ipynb as jupyter notebook.
  • Packages required in requirements.txt

About

Implemntation of simple Fully Connected Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published