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 |
---|---|---|
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
gbuesing/neural-net-ruby | A Ruby implementation of a neural network using the Rprop training algorithm. | 127 |
olekscode/mlneuralnetwork | A Smalltalk implementation of a multi-layer neural network | 7 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
ybillchen/bp-neural-network-matlab | An implementation of a basic backpropagation neural network using MATLAB | 92 |
neuralegion/shainet | A neural network implementation using object-oriented modeling and inspired by biological systems | 183 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy for building regression and classification models. | 98 |