Show HN: Learn LLMs LeetCode Style
10 months ago
- #LLM
- #PyTorch
- #Deep Learning
- TorchLeet is divided into two question sets: PyTorch practice problems and LLM-focused questions.
- PyTorch problems range from basic (e.g., linear regression) to advanced (e.g., custom Autograd functions).
- LLM set covers implementing attention mechanisms, embeddings, and other LLM components from scratch.
- Problems are categorized by difficulty (Easy, Medium, Hard) and include incomplete code blocks for practice.
- Solutions are provided for comparison and learning.
- Encourages hands-on practice and deep understanding of PyTorch and deep learning concepts.
- Includes instructions for installation and contribution guidelines.