MicroMLP
Neural Network Library
A lightweight implementation of a multilayer perceptron neural network for use in embedded systems and microcontrollers
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
183 stars
12 watching
26 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
aiannartificial-intelligencedeep-learningdeeplearningesp32hc2lopymachine-learningmicropythonmlpmultilayer-perceptronneural-networkneuronspredictive-modelingpycomq-learningqlearningwipy
Related projects:
Repository | Description | Stars |
---|---|---|
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
correlllab/nn4mc_cpp | Enables microcontrollers to make online predictions using trained neural networks | 29 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 593 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
mrdimosthenis/synapsescsharp | A C# library for building and training neural networks | 2 |
priba/nmp_qc | An implementation of neural networks on graph structures for learning molecular properties | 340 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,511 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |
melisgl/mgl | A Common Lisp machine learning library that supports neural networks, Boltzmann machines, and other algorithms. | 593 |
olekscode/mlneuralnetwork | A Smalltalk implementation of a multi-layer neural network | 7 |
jackm321/rustnn | A neural network library written in Rust for building and training feedforward artificial neural networks. | 336 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 399 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 367 |