Multi-Layer-Perceptron
Neural net
An implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks.
5 stars
1 watching
4 forks
Language: Python
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
| A Python library for implementing and training various neural network architectures | 40 |
| A Ruby implementation of a neural network using the Rprop training algorithm. | 127 |
| A Smalltalk implementation of a multi-layer neural network | 7 |
| An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
| An implementation of a basic backpropagation neural network using MATLAB | 94 |
| A neural network implementation using object-oriented modeling and inspired by biological systems | 184 |
| An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
| A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 124 |
| A PyTorch module that adds differentiable optimization as a layer to neural networks | 517 |
| A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
| A lightweight C++ deep learning library for building and training neural networks. | 61 |
| A neural network implementation for machine learning on iOS | 33 |
| An implementation of a deep neural network architecture for image classification tasks | 273 |
| An implementation of artificial neural networks using NumPy | 98 |