soumik12345/libtorch-examples
Basic Deep Learning examples using LibTorch C++ frontend
This project offers ready-to-run examples of fundamental deep learning models built with LibTorch, the C++ machine learning library. It takes common datasets like MNIST and CIFAR10 as input and provides working code for models such as linear regression, logistic regression, and convolutional neural networks. It is designed for C++ developers who want to learn or implement deep learning concepts directly in C++ environments.
No commits in the last 6 months.
Use this if you are a C++ developer looking for practical, compiled examples of deep learning models using LibTorch to understand their implementation or integrate them into C++ applications.
Not ideal if you prefer to work with deep learning frameworks in Python or are not comfortable with C++ development and compilation processes.
Stars
9
Forks
—
Language
C++
License
—
Category
Last pushed
Jul 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/soumik12345/libtorch-examples"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/tvm
Open Machine Learning Compiler Framework
uxlfoundation/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
OpenMined/TenSEAL
A library for doing homomorphic encryption operations on tensors
iree-org/iree-turbine
IREE's PyTorch Frontend, based on Torch Dynamo.