Categories
- All Posts 549
- Practical Open Source Projects 478
- Tutorial Articles 22
- Online Utilities 13
- AI news 7
- Tiny Startups Showcase 7
- Claude Code Skills 6
- Prompt Templates 5
- Hugging Face Spaces 3
- OpenClaw Use Cases 3
- LLM Learning Resources 1
- Online AI Image Tools 1
- OpenClaw Master Skills Collection 1
- Rust Training Resources 1
- AI Short Drama Tools 1
- My Favorites 0
Posts tagged with: Learn to Code
Content related to Learn to Code
Neural Networks: Zero to Hero by Andrej Karpathy
Dive into the foundational principles of neural networks with Andrej Karpathy's 'Neural Networks: Zero to Hero' GitHub repository. This comprehensive open-source project offers a step-by-step journey from basic concepts to advanced architectures like Transformers. Through a series of YouTube video lectures and accompanying Jupyter notebooks, you'll learn to build essential components like micrograd, makemore, and GPT. Whether you're a beginner or looking to deepen your understanding, this resource provides practical coding experience and clear explanations of backpropagation, language modeling, and more. It's an invaluable guide for anyone aiming to master deep learning from the ground up.