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