Jiarong Han's repositories
cpp-game-engine-book
从零编写游戏引擎教程 Writing a game engine tutorial from scratch
tvm_mlir_learn
tvm learn
Algorithm-Practice-in-Industry
搜索、推荐、广告、用增等工业界实践文章收集(来源:知乎、Datafuntalk、技术公众号)
awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
build-your-own-x
🤓 Build your own (insert technology here)
ChatLM-mini-Chinese
中文对话0.2B小模型(ChatLM-Chinese-0.2B),开源所有数据集来源、数据清洗、tokenizer训练、模型预训练、SFT指令微调、RLHF优化等流程的全部代码。支持下游任务sft微调,给出三元组信息抽取微调示例。
cmake-examples
Useful CMake Examples
coding-interview-university
A complete computer science study plan to become a software engineer.
cpp-practice
CPP practice
CUDA-Programming
Sample codes for my CUDA programming book
dlib
A toolkit for making real world machine learning and data analysis applications in C++
EffectiveModernCppChinese
《Effective Modern C++》翻译 - 已完成
free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
GameEngineFromScratch
配合我的知乎专栏写的项目
GPU-Puzzles
Solve puzzles. Learn CUDA.
hanjr92.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
LearnOpenGL-CN
http://learnopengl.com 系列教程的简体中文翻译
LeNet-5
PyTorch implementation of LeNet-5 with live visualization
llvm-ir-tutorial
LLVM IR入门指南
MyTinySTL
Achieve a tiny STL in C++11
Phi2-mini-Chinese
Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
tinyrenderer
A brief computer graphics / rendering course