warg-void/Wolf
C++ Neural net Implementation (CPU)
Wolf is for developers who need to build simple neural networks directly into their C++ applications. It takes raw data and produces a trained neural network model that can make predictions. It's designed for C++ programmers who are implementing machine learning features into their software and need a fast, CPU-optimized solution.
Use this if you are a C++ developer building a software application and need to embed a lightweight, fast, CPU-based neural network for tasks like classification.
Not ideal if you need GPU acceleration, complex neural network architectures (like convolutional or recurrent networks), or prefer to work in Python or other high-level languages.
Stars
8
Forks
—
Language
C++
License
—
Category
Last pushed
Dec 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/warg-void/Wolf"
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...)