Phoenix8215 / build_neural_network_from_scratch_CPPLinks
Created a simple neural network using C++17 standard and the Eigen library that supports both forward and backward propagation.
☆10Updated last year
Alternatives and similar repositories for build_neural_network_from_scratch_CPP
Users that are interested in build_neural_network_from_scratch_CPP are comparing it to the libraries listed below
Sorting:
- This is a repository to practice multi-thread programming in C++☆26Updated last year
- learn TensorRT from scratch🥰☆17Updated last year
- ☢️ TensorRT 2023复赛——基于TensorRT-LLM的Llama模型推断加速优化☆51Updated 2 years ago
- Quick and Self-Contained TensorRT Custom Plugin Implementation and Integration☆74Updated 6 months ago
- Awesome code, projects, books, etc. related to CUDA☆28Updated last week
- 本仓库在OpenVINO推理框架下部署Nanodet检测算法,并重写预处理和后处理部分,具有超高性能!让你在Intel CPU平台上的检测速度起飞! 并基于NNCF和PPQ工具将模型量化(PTQ)至int8精度,推理速度更快!☆16Updated 2 years ago
- Deep insight tensorrt, including but not limited to qat, ptq, plugin, triton_inference, cuda☆22Updated this week
- Flash Attention in ~100 lines of CUDA (forward pass only)☆10Updated last year
- ☆27Updated 3 years ago
- An onnx-based quantitation tool.☆71Updated last year
- TensorRT-in-Action 是一个 GitHub 代码库,提供了使用 TensorRT 的代码示例,并有对应 Jupyter Notebook。☆15Updated 2 years ago
- A large number of cuda/tensorrt cases . 大量案例来学习cuda/tensorrt☆166Updated 3 years ago
- ☆26Updated 2 years ago
- A unified and extensible pipeline for deep learning model inference with C++. Now support yolov8, yolov9, clip, and nanosam. More models …☆12Updated 4 months ago
- 一个轻量化的大模型推理框架☆20Updated 6 months ago
- ggml学习笔记,ggml是一个机器学习的推理框架☆18Updated last year
- 使用 CUDA C++ 实现的 llama 模型推理框架