Skip to content

Code sample for backpropagation method of Neural Network without using specialized libraries.

Notifications You must be signed in to change notification settings

stutlerxgod/back-propagation-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Backpropagation Neural Network without libraries.

Supervised Learning


The files of this project are structured as follows:

  • 'main.py' contains:

    • class for the neural network
    • main for running the tests
    • 2 dataset options
  • 'requirements.txt' contains:

    • Libraries Installation

About

Code sample for backpropagation method of Neural Network without using specialized libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages