egnaser / nnet

Neural networks in NumPy/Cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nnet

A (relatively) simple feed-forward neural network in NumPy/Cython. Only basic layers for multi-layer perceptrons and convolutional neural networks are implemented.

This code is meant as an example implementation and for small experiments. Its performance does not scale to large quantities of data!

About

Neural networks in NumPy/Cython

License:MIT License


Languages

Language:Python 100.0%