Skip to content

uiur/nn

Repository files navigation

neural networks from scratch

some implementations of neural networks using numpy.

The motivation is to understand neural networks. It's not practical, but lots of fun.

The code has implementations of multilayer perceptron, convolutional neural network and other techniques.

To run a mnist example:

PYTHONPATH=. python examples/mnist.py
PYTHONPATH=. python examples/mnist_cnn.py # slow

References

Neural Networks and Deep Learning

Deep Learning

CS231n: Convolutional Neural Networks for Visual Recognition

Keras

About

neural networks from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages