Apiquet / DeepLearningFrameworkFromScratchCppLinks
Deep Learning framework implementation with MSE, ReLU, softmax, linear layer, a feature/label generator and a mini-batch training. The main goal of this repository is to show how to develop a project in C++ by using key concepts of C++: abstract class/interface and inheritance, memory management, smart-pointers, iterator, const expression, etc.
☆22Updated last year
Alternatives and similar repositories for DeepLearningFrameworkFromScratchCpp
Users that are interested in DeepLearningFrameworkFromScratchCpp are comparing it to the libraries listed below
Sorting:
- 基于Eigen运算库的深度学习框架(支持CUDA加速)☆17Updated 3 years ago
- Deep Learning sample programs using PyTorch in C++☆254Updated this week
- Tutorials for writing high-performance GPU operators in AI frameworks.☆132Updated 2 years ago
- CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. …☆446Updated 2 years ago
- Neural network from scratch in CUDA/C++☆86Updated last month
- Tensorflow examples written in C++☆48Updated 7 years ago
- ☆282Updated 4 years ago
- A simple deep learning framework that supports automatic differentiation and GPU acceleration.☆59Updated 2 years ago
- CUDA tutorials for Maths & ML tutorials with examples, covers multi-gpus, fused attention, winograd convolution, reinforcement learning.☆196Updated 4 months ago
- ☆120Updated 2 years ago
- ☆174Updated 2 years ago
- CUDA 6大并行计算模式 代码与笔记☆61Updated 5 years ago
- A tiny deep learning training framework implemented from scratch in C++ that follows PyTorch's API.☆64Updated last month
- Examples and exercises from the book Programming Massively Parallel Processors - A Hands-on Approach. David B. Kirk and Wen-mei W. Hwu (T…☆74Updated 4 years ago
- ☆17Updated last year
- 《CUDA编程基础与实践》一书的代码☆139Updated 3 years ago
- ☆40Updated 4 years ago
- 使用 cutlass 实现 flash-attention 精简版,具有教学意义☆49Updated last year
- 大规模并行处理器编程实战 第二版答案☆33Updated 3 years ago
- ☆37Updated last year
- A set of hands-on tutorials for CUDA programming☆240Updated last year
- A light llama-like llm inference framework based on the triton kernel.☆158Updated 3 weeks ago
- ☆26Updated this week
- CPU Memory Compiler and Parallel programing☆26Updated 11 months ago
- A small example of using new PyTorch C++ frontend to implement ResNet☆44Updated 7 years ago
- b站上的课程☆76Updated 2 years ago
- ☆20Updated 3 years ago
- CUDA C 编程权威指南代码实现 包含了书上第二章到第八章的大部分代码实现和作者笔记,全由作者本人手动实现,难免有错误的地方,请大家谨慎参考,非常欢迎对错误的指正。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!☆363Updated 2 years ago
- Personal Notes for Learning HPC & Parallel Computation [Active Adding New Content]☆74Updated 3 years ago
- 分层解耦的深度学习推理引擎☆76Updated 8 months ago