1 repo
Core implementations of neural network architectures and training pipelines built from scratch.
Distinguishing note: Focuses on low-level implementation of neural mechanics, distinct from using high-level model APIs.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Neural Network Implementations. Refine with filters or upvote what's useful.
LLM101n is an educational machine learning curriculum and open-source resource designed to teach the fundamental principles and practical implementation of large language models. It functions as a technical manual that guides users through the end-to-end process of building and training neural network architectures from scratch using a dynamic tensor library for automatic differentiation and GPU-accelerated computation. The project distinguishes itself through interactive, notebook-based instruction that allows for real-time visualization of training processes. It supports rapid experimentati
Implements core neural network architectures and training pipelines from scratch to demonstrate fundamental mechanics.