Ricardicus/recurrent-neural-net
A recurrent (LSTM) neural network in C
This program helps anyone interested in generating new text that mimics an existing style or body of work. You provide it with a large text file, and it learns to produce original text resembling the input data, character by character. It's ideal for hobbyists, writers, or researchers experimenting with text generation on resource-constrained systems.
No commits in the last 6 months.
Use this if you want to generate new text in a specific style from a training document and need a lightweight, high-performance solution.
Not ideal if you're looking for a user-friendly, drag-and-drop solution or if you need to perform complex natural language understanding tasks beyond simple text generation.
Stars
97
Forks
15
Language
C
License
MIT
Category
Last pushed
Jan 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Ricardicus/recurrent-neural-net"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dobiasd/frugally-deep
A lightweight header-only library for using Keras (TensorFlow) models in C++.
flashlight/flashlight
A C++ standalone library for machine learning
NVlabs/tiny-cuda-nn
Lightning fast C++/CUDA neural network framework
KasperskyLab/knp
Kaspersky Neuromorphic Platform
wichtounet/dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)