4imothy/clear_net
A framework for the creation and training of vanilla and convolutional neural nets only depending on a C compiler and standard library
This framework helps C programmers build and train neural networks from scratch without relying on external machine learning libraries. You provide your data and define your network architecture, and it outputs a trained model capable of tasks like image classification or pattern recognition. This is for C developers who need to integrate neural networks into projects with minimal dependencies.
No commits in the last 6 months.
Use this if you are a C programmer who wants to implement machine learning models directly within your C applications without external libraries like TensorFlow or PyTorch.
Not ideal if you prefer high-level machine learning frameworks, are not proficient in C, or need immediate access to a wide array of pre-built models and complex architectures.
Stars
12
Forks
—
Language
C
License
CC-BY-4.0
Category
Last pushed
Dec 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/4imothy/clear_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...)