LLM Learning Roadmap
✨ Awesome-Anything
🖼️ Digital Image Processing
🍃 LLM Components
🌱 LLM Pre-training
☘️ LLM Post-Training
🍀 LLM Popular Models
🪴 LLM Applications
🌿 LLM Optimization
🌾 LLM Compression
🌵 LLM Hands-on Practice
🌴 LLM Must-read Papers
🌳 LLM Q&A
🐝 VLM Image Encoders
📝 MISC.
About

🔥 arXivSub is online! Best way to search papers on arXiv and top AI conferences! (CVPR、ICCV、ECCV、ICML、ICLR、NeurIPS、AAAI、MICCAI、CoRL、RSS、ACL、EMNLP、ICRA、IROS、IJCAI) More Info Here | A GitHub repo showcase here!
🔥 DiffChecker Pro is a great tool when you forget the difference between two versions of code and want to compare them visually. Free for use!
🔥 Latest CVPR/ICLR/AAAI 2026 is online on arXivSub!
Study Guide
There’s a lot of content on this site, where should I start?
It’s recommended to start by building a foundation in machine learning and deep learning, for example, by taking Andrew Ng’s Neural Networks and Deep Learning course.
The Digital Image Processing section focuses on traditional image processing techniques and can be learned alongside your machine learning and deep learning journey.
As to LLM, It’s recommended to start from the sections on LLM Components, LLM Pre-Training, LLM Post-Training, and LLM Popular Models to learn the fundamentals of LLMs: how they are built and trained, and common models.
Then dive into the practical examples in the LLM Hands-on Practice and LLM Applications sections. As you run the code, you'll gain a better understanding of its ins and outs and explore more topics such as LLM optimization, model compression, and recent papers in the field.
ComfyAI compiles many great resources in the Awesome-Technology section, including
- AI Tutorial in general like Large Language Model, Diffusion model, Reinforcement Learning, etc.
- Research paper compiles like LLM, CV, GNN, Medical, etc.
- Trending AI tech examples like Nano-Banana-Pro, Gemini 3 Pro
More resources will be added in the future and it’ll be good to use it as a navigation.
LLM Highlight Content
✅ Tokenization: BBPE
✅ Normalization: RMS Norm
✅ FFN Block: SwiGLU
✅ Positional Encoding: RoPE
✅ LLM Pre-training: WSD Scheduler, Mixed Precision
✅ Applications: Prompt Engineering, LLM-based Agents
LLM Hands-On Practice
Loading...