danmcleran / tinymind

Tinymind is a Neural Network and Machine Learning project intended to provide a C++ template library for neural nets and machine learning algorithms within embedded systems.
MIT License
8 stars 2 forks source link
feedforward-neural-network fixed-point lstm-neural-networks machine-learning machine-learning-algorithms ml neural-network neural-networks recurrent-neural-network recurrent-neural-networks reinforcement-learning reinforcement-learning-algorithms templates-cpp tinyml

tinymind

The tinymind repository is intended to provide a C++ template library for neural nets and machine learning algorithms as well as a Q format library. The neural networks and machine learning algorithms combined with Q format can be run on embedded systems with very low compute resources. It does not rely upon FPU, GPU, or vectorized instructions.