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
25 forks
Language: Python
last commit: almost 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 online prediction and classification on microcontrollers using pre-trained neural networks. | 29 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
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 | 1 |
priba/nmp_qc | An implementation of neural networks on graph structures for learning molecular properties | 339 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |
melisgl/mgl | A machine learning library for building and training neural networks and other models. | 591 |
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. | 335 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 397 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |