ParallelWorlds1's Stars
adam-maj/tiny-gpu
A minimal GPU design in Verilog to learn how GPUs work from the ground up
Lyken17/pytorch-memonger
Sublinear memory optimization for deep learning. https://arxiv.org/abs/1604.06174
brucefan1983/CUDA-Programming
Sample codes for my CUDA programming book
NVIDIA/trt-samples-for-hackathon-cn
Simple samples for TensorRT programming
microsoft/AI-System
System for AI Education Resource.
xumengwei/Edge-AI-Paper-List
ggml-org/llama.cpp
LLM inference in C/C++
wangs311/awesome-domain-adaptation-object-detection
A collection of papers about domain adaptation object detection. Welcome to PR the works (papers, repositories) that are missed by the repo.
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
izackwu/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
zju3dv/EasyMocap
Make human motion capture easier.
YoujiaZhang/AlphaGo-Zero-Gobang
Meta-Zeta是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程