AyushExel/LibNet
Deep Neural Network algorithms library for c++ from scratch
This library provides a collection of deep neural network algorithms implemented in C++ from scratch. It allows developers to build and integrate deep learning functionalities directly into their C++ applications, taking raw data as input and producing trained models or predictions. C++ developers who need to embed deep learning capabilities without external frameworks would find this useful.
No commits in the last 6 months.
Use this if you are a C++ developer needing to implement or integrate deep neural networks directly into your applications with fine-grained control.
Not ideal if you are a data scientist or machine learning engineer looking for a high-level Python library or an existing framework like TensorFlow or PyTorch.
Stars
14
Forks
3
Language
C++
License
—
Category
Last pushed
Jun 05, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AyushExel/LibNet"
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...)