jorgenkg / python-neural-networkLinks
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.
☆299Updated 6 years ago
Alternatives and similar repositories for python-neural-network
Users that are interested in python-neural-network are comparing it to the libraries listed below
Sorting:
- Watch a neural network think. Written in Python.☆106Updated 10 years ago
- neural networks, sparse encoders, and recursive auto encoder sin python☆100Updated 13 years ago
- A highly extensible deep learning framework☆423Updated 8 years ago
- Data sets for machine learning in Python☆477Updated 8 years ago
- Scikit-learn compatible tools using theano☆365Updated 8 years ago
- Deep Learning Resources and Tutorials using Keras and Lasagne☆426Updated 5 years ago
- Q-learning for Keras☆392Updated 7 years ago
- Simple reinforcement learning in Python.☆202Updated 4 years ago
- Machine learning library written in readable python code☆174Updated 8 years ago
- A handwritten multilayer perceptron classifer using numpy.☆232Updated 8 years ago
- This package provides users with methods for the automated building, training, and testing of complex neural networks using Google's Tens…