AI learning guide

Best AI resources for model internals

Understand neural networks, transformers, training loops, and LLM architecture.

Best code-first neural-network course: Neural Networks: Zero to Hero. Andrej Karpathy's video course building neural networks from scratch. Start here if you can code and want to understand the machinery behind LLMs.

Best visual transformer explanation: The Illustrated Transformer. Jay Alammar's visual guide to transformer architecture. Use it when attention, embeddings, and transformer blocks still feel abstract.

Best full LLM build path: Build a Large Language Model From Scratch. Sebastian Raschka's book and repository. Use it when you want to implement the pieces rather than only read diagrams.

Learn internals when you need mental models

You do not need to train a model to build useful AI apps, but model internals help when you want to understand tokens, embeddings, attention, training data, loss, fine-tuning, and why models fail in strange ways.

Karpathy is the best code-first route. Jay Alammar is the best visual route. Sebastian Raschka is the best long-form route when you want to build the pieces yourself.

Do not confuse internals with product skill

Model-internals resources are valuable, but they are not a substitute for app design, evals, retrieval, or workflow design. Learn them when they answer a specific question you keep running into.

A good path is to learn enough internals to reason clearly, then return to building and measuring systems. Understanding attention is useful; shipping reliable user-facing AI still needs engineering judgement.

Recommended courses and resources

  1. Neural Networks: Zero to Hero

    Video course · Andrej Karpathy · Intermediate

    You want to understand neural networks and language models from code.

  2. Build a Large Language Model From Scratch

    GitHub repo / book · Sebastian Raschka · Intermediate

    You want to build an LLM step by step.

  3. The Illustrated Transformer

    Visual guide · Jay Alammar · Beginner to intermediate

    Transformer architecture still feels fuzzy.

  4. Hugging Face model hub

    Model catalog · Hugging Face · Beginner to advanced

    You need to discover, compare, and run open model checkpoints, datasets, and demos.

  5. Hugging Face LLM Course

    Free course · Hugging Face · Beginner to intermediate

    You need the Transformer, LLM, and inference basics behind many AI apps.

Roll a learning mission

Pick one small move from this guide instead of opening ten tabs.

About this guide

Author: Learnetto Editorial Team. Learnetto maintains this AI learning directory by organizing public course pages, official documentation, educator material, and practical learning resources.

How it is made: Learnetto uses public course pages, official documentation, educator material, and directory data to compile these recommendations. AI may help draft and organize the page, but recommendations are checked against the listed sources, page topic, and learner intent.

Review policy: We only add a named personal reviewer when that person has substantially reviewed the page. Until then, the page is attributed to Learnetto rather than a founder, editor, or individual expert.

Last updated: June 18, 2026. Suggest a correction if a course, doc, or recommendation is outdated.

Videos to watch

Hugging Face agents course video thumbnail

Hugging Face agents course

Hugging Face

Machine learning crash course video thumbnail

Machine learning crash course

Google for Developers

Neural networks from scratch video thumbnail

Neural networks from scratch

Andrej Karpathy

Practical deep learning for coders video thumbnail

Practical deep learning for coders

fast.ai

StatQuest neural networks video thumbnail

StatQuest neural networks

StatQuest

Educators and sources

Educator / source Best for Skills Start with
Programmers who want model internals Neural networks, Backprop, LLM internals Watch micrograd, then makemore, then the GPT video.
Programmers learning LLM internals LLM internals, PyTorch, Model training Clone the repo and work through the notebooks with the book.
Visual learners, developers Transformers, Embeddings, LLM concepts Read The Illustrated Transformer, then The Illustrated GPT-2.
Visual learners and ML beginners ML foundations, Statistics, Neural networks Use StatQuest for concepts that block you while taking more applied AI courses.
Developers using embeddings Embeddings, Semantic search, Vector search, NLP Use the semantic textual similarity and semantic search examples.
Developers fine-tuning and deploying models Open models, Fine-tuning, Deployment, Transformers Pick one fine-tuning or inference guide and reproduce it end to end.
Developers learning Transformer applications Transformers, NLP, Open models, Fine-tuning Use the book notebooks alongside the Hugging Face course.
Visual ML learners ML foundations, Math, Neural networks, AI foundations Use his videos when probability, linear algebra, or model intuition blocks you.

Resources

Neural Networks: Zero to Hero

Video course · Andrej Karpathy · Intermediate

You want to understand neural networks and language models from code.

Hugging Face model hub

Model catalog · Hugging Face · Beginner to advanced

You need to discover, compare, and run open model checkpoints, datasets, and demos.

Hugging Face LLM Course

Free course · Hugging Face · Beginner to intermediate

You need the Transformer, LLM, and inference basics behind many AI apps.

StatQuest Neural Networks

Video lesson · Josh Starmer · Beginner

You want a plain-language explanation of neural-network basics.

StatQuest

YouTube videos · Josh Starmer · Beginner to intermediate

Use this when you want Josh Starmer's material for ml foundations and related AI skills.

Sentence Transformers

Docs · Nils Reimers · Intermediate

Use this when you want Nils Reimers's material for embeddings and related AI skills.

Hugging Face LLM tutorials

Tutorials · Phil Schmid · Intermediate to advanced

Use this when you want Phil Schmid's material for open models and related AI skills.

NLP with Transformers

Book · Lewis Tunstall · Intermediate

Use this when you want Lewis Tunstall's material for transformers and related AI skills.

Serrano Academy

YouTube lessons · Luis Serrano · Beginner to intermediate

Use this when you want Luis Serrano's material for ml foundations and related AI skills.