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.
☆298Jan 26, 2020Updated 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Multi-layer Perceptron☆91Apr 18, 2016Updated 10 years ago
- A pure python implementation of a neural network.☆82Nov 27, 2021Updated 4 years ago
- Machine learning library written in readable python code☆175Apr 19, 2017Updated 9 years ago
- Deep neural networks without the learning cliff! Classifiers and regressors compatible with scikit-learn.☆1,204Feb 7, 2021Updated 5 years ago
- Run Nx2 Cross Validation for multiple binary classifiers in parallel with optional downsampling☆13Aug 7, 2026Updated 3 weeks ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Fully connected neural nets for supervised learning DQMC data☆12Jul 13, 2016Updated 10 years ago
- A simple Python script showing how the backpropagation algorithm works.☆1,093Jan 14, 2025Updated last year
- Common improvements for your Python projects☆26Jul 3, 2016Updated 10 years ago
- ☆14Dec 9, 2014Updated 11 years ago
- Deep neural network implemented with gnumpy/cudamat