wichtounet/dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
This C++ library helps developers build machine learning applications, particularly those focused on deep learning models like Restricted Boltzmann Machines (RBMs) and Deep Belief Networks (DBNs), including their convolutional variants. It takes raw data, often numerical, and processes it through these networks to produce trained models or classifications. The primary users are C++ developers integrating deep learning capabilities into their software.
685 stars. No commits in the last 6 months.
Use this if you are a C++ developer needing to implement or experiment with Restricted Boltzmann Machines or Deep Belief Networks, potentially with convolutional layers, in your application.
Not ideal if you are not a C++ developer, need a high-level API for quick model training, or require extensive pre-built functionality for other deep learning architectures beyond RBMs and DBNs.
Stars
685
Forks
161
Language
C++
License
MIT
Category
Last pushed
May 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/wichtounet/dll"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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
tiny-dnn/tiny-dnn
header only, dependency-free deep learning framework in C++14