Ricardicus / recurrent-neural-netLinks
A recurrent (LSTM) neural network in C
☆95Updated 3 years ago
Alternatives and similar repositories for recurrent-neural-net
Users that are interested in recurrent-neural-net are comparing it to the libraries listed below
Sorting:
- A recurrent/memory-based neural network library implemented from scratch in C.☆56Updated 4 years ago
- Pure C ONNX runtime with zero dependancies for embedded devices☆213Updated 2 years ago
- Tiny Speech Recognizer☆61Updated 5 years ago
- implement AlexNet with C / convolutional nerual network / machine learning / computer vision☆196Updated 4 years ago
- Scalar-valued Automatic Differentiation library in C☆53Updated 2 years ago
- Clover: Quantized 4-bit Linear Algebra Library☆114Updated 7 years ago
- Data compression using LSTM☆136Updated 2 years ago
- A lightweight C library for artificial neural networks☆735Updated 6 months ago
- Lightweight C implementation of CNNs for Embedded Systems☆62Updated 2 years ago
- Header-only C library for Binary Neural Network Feedforward Inference (targeting small devices)☆48Updated 3 years ago
- NNCG: A Neural Network Code Generator☆35Updated last year
- A neural network implementation for the MNIST dataset, written in plain C☆100Updated 4 years ago
- A simple library to deploy Keras neural networks in pure C for realtime applications☆91Updated 2 weeks ago
- A readable CNN Inference implementation in C for anyone who wants to learn what exactly is going on behind the scenes☆57Updated 4 years ago
- A C++ implementation of the scalar-valued autograd engine micrograd☆23Updated 5 years ago
- Run Keras models from a C++ application on embedded devices☆65Updated 5 years ago
- A faithful clone of Karpathy's llama2.c (one file inference, zero dependency) but fully functional with LLaMA 3 8B base and instruct mode…☆141Updated 2 months ago
- Small deep learning library written from scratch in Python, using NumPy/CuPy.