Skip to content

This is a simple binary classification neural network made with python(from scratch)

Notifications You must be signed in to change notification settings

smahesh77/Neural-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Net

This is a simple binary classification neural network made with python(from scratch)

add your test data with the sameple outputs in sampledata.py file, as to train the model

run the test.py file to fit the model, adjusting weights and biases of the neurons to fit your dataset by using backpropagation

you can also edit the number of neurons and layers in the Neural net, adjust the learning rate in the BinaryNeuralNet file

then use NeuralNet(x) (where x is a set of inputs) to predict values

About

This is a simple binary classification neural network made with python(from scratch)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages