/python-neural-network

This is an efficient implementation of a fully connected neural network in NumPy. The network can be trained by a variety of learning algorithms: backpropagation, resilient backpropagation and scaled conjugate gradient learning. The network has been developed with PYPY in mind.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Watchers