Skip to content

Flexible Neural Network that can change the number of layers and nodes per layer. Only utilizes sigmoid activation

Notifications You must be signed in to change notification settings

kenzie28/Neural-Network-Sigmoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Neural-Network-Sigmoid

Flexible Neural Network that can change the number of layers and nodes per layer. Only utilizes sigmoid activation. Used to recognize the handwritten digit set from kaggle.

Instructions:

  1. Run "nn.py" file with Python
  2. Specify the parameters when prompted (Training sample size, number of layers, nodes per layer, regularization parameters, etc.)
  3. The backpropogation will run and print out the cost function every training step
  4. The trained network will provide the test accuracy and run the network on the test dataset, saving the result to a csv file.

About

Flexible Neural Network that can change the number of layers and nodes per layer. Only utilizes sigmoid activation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages