dongyx/lnn
A Command-Line Program of Feedforward Neural Networks
LNN is a command-line tool designed for developers and technical users who need to quickly create, train, and run simple feedforward neural networks. You provide it with numerical data as input to train a model, and it outputs a text-based neural network model that can then be used to make predictions on new numerical data.
No commits in the last 6 months.
Use this if you are a developer or data scientist looking for a lightweight, command-line utility to perform basic neural network tasks within a Unix-like environment, easily integrating with other programs.
Not ideal if you need advanced deep learning architectures, GPU acceleration, or a graphical interface for model development and visualization.
Stars
19
Forks
—
Language
C
License
BSD-3-Clause
Category
Last pushed
Jul 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dongyx/lnn"
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...)