1. Python
- Python - 100天从新手到大师 https://github.com/jackfrued/Python-100-Days
2. 机器学习
- 鸢尾花书:从加减乘除到机器学习。https://github.com/Visualize-ML?tab=repositories
- Mathematics For Machine Learning. https://mml-book.github.io/
3. 深度学习
教程
- DeepLearning Tutorial. https://github.com/Mikoto10032/DeepLearning
- 动手学深度学习 https://github.com/d2l-ai/d2l-zh
论文精读
论文实现详解
- 60+ Implementations/tutorials of deep learning papers with side-by-side notes. https://github.com/labmlai/annotated_deep_learning_paper_implementations
模型结构代码学习
- https://github.com/lucidrains 膜拜巨佬!!!
4. LLM
tokenization
- Minimal, clean code for the (byte-level) Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization. https://github.com/karpathy/minbpe
LLM入门
- 面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版。https://github.com/datawhalechina/llm-cookbook
深入理解LLM
- Implement a ChatGPT-like LLM in PyTorch from scratch, step by step. https://github.com/rasbt/LLMs-from-scratch
- LLM training in simple, raw C/CUDA. https://github.com/karpathy/llm.c
本地部署LLM(就是玩~)
- ollama https://ollama.com/