Skip to content

A simple feed forward neural network processing handwritten digits.

License

Notifications You must be signed in to change notification settings

tobiasliebmann/SimpleNeuralNetwork

Repository files navigation

Simple Neural Network

A simple feed forward neural network processing handwritten digits. I realised that the network programed by Michael Nielsen represents 1D arrays using matrices. Column vectors are represented by matrices with one columns and row vectors are represented by a matrix with one row. This initially confused me.

Development

At the moment I am working on vectorizing the algorithms used in the network.

About

A simple feed forward neural network processing handwritten digits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages