Skip to content

ahwallace/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Neural Network

Implementation of a neural network from first principles. This is a very basic network that uses a single output node (i.e. binary classification). The network can take any number of inputs and an arbitrary number of hidden layers and nodes in those hidden layers. Optimisation is implemented through mini-batch gradient descent. A sigmoid activation function is applied to the hidden layers as well as the output layer. Since we are making a binary classification, the output from the sigmoid function on the final layer is interpreted in terms of probabilities.

About

Learning neural networks from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages