Skip to content

Implementation of a 2 layer feed forward neural network from scratch.

Notifications You must be signed in to change notification settings

Jess607/Implementation-of-a-2-layer-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Implementation-of-a-2-layer-neural-network

This is an implementation of a 2 layer neural network(1 hidden layer) using the forward and backward propagation techniques and gradient descent to update weight and bias. We utilized the sigmoid activation function with the cross entropy cost function and then tried out our algorithm on the sklearn breast cancer dataset.

About

Implementation of a 2 layer feed forward neural network from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published