from-scratch

Tag

Cards List
#from-scratch

Coding Diffusion Gemma from scratch

Reddit r/ArtificialInteligence · 5d ago

Tutorial on implementing a diffusion model based on Google's Gemma architecture from scratch.

0 favorites 0 likes
#from-scratch

Writing a Debugger from Scratch

Hacker News Top · 2026-07-24 Cached

This article kicks off a series on building a debugger from scratch in Rust, starting with attaching to a Windows process using OS debugging APIs.

0 favorites 0 likes
#from-scratch

@techNmak: I want to highlight a resource that I think is genuinely valuable for anyone learning machine learning: ML-From-Scratch…

X AI KOLs Timeline · 2026-07-10 Cached

A GitHub repository implementing fundamental machine learning algorithms from scratch using plain NumPy, designed to help learners understand the inner workings of algorithms by focusing on clarity over performance. It covers supervised, unsupervised, deep learning, and reinforcement learning topics.

0 favorites 0 likes
#from-scratch

@FinanceYF5: Setting aside the story of a friend landing a 750k salary with this, the video itself is pure substance—a 3-hour hands-on walkthrough of building an LLM from scratch. It covers five stages: LLM basics, Transformer architecture, training process, model modernization, and scaling. Code is fully visible, typed out as explained. If you want to understand how ChatGP…

X AI KOLs Following · 2026-07-10 Cached

A 3-hour hands-on walkthrough of building an LLM from scratch, covering five stages: LLM basics, Transformer architecture, training, model modernization, and scaling, with code visible throughout.

0 favorites 0 likes
#from-scratch

I developed a 270 million parameter language model entirely from scratch as an independent research project

Reddit r/LocalLLaMA · 2026-07-05 Cached

A 270M parameter language model trained from scratch on English Wikipedia and instruction-tuned for conversational AI, developed as an independent research project.

1 favorites 1 likes
#from-scratch

@rasbt: After 18 months of writing, coding, and experimenting, Build a Reasoning Model (From Scratch) is finally out! My first …

X AI KOLs Timeline · 2026-06-30 Cached

Sebastian Raschka announces the release of his book 'Build a Reasoning Model (From Scratch)' after 18 months of work, covering inference scaling, reinforcement learning, and distillation from scratch.

0 favorites 0 likes
#from-scratch

Build AI Agent From Scratch in Python

Reddit r/AI_Agents · 2026-06-30

A blog post tutorial on building AI agents from scratch in Python, seeking community feedback.

0 favorites 0 likes
#from-scratch

@yibie: Recommend this repo to build a GPT-style transformer from scratch without any advanced libraries. With 13M parameters, it can produce grammatically correct text, trainable in one day on a free Colab T4. Train your own LLM from scratch: 13M parameter GPT implementation - Akshay shares…

X AI KOLs Timeline · 2026-06-29 Cached

Recommended a GitHub repo for building a GPT-style Transformer from scratch without advanced libraries. With 13M parameters, it can be trained in one day on free Colab to generate grammatically correct text.

0 favorites 0 likes
#from-scratch

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

Hacker News Top · 2026-06-28 Cached

NanoEuler is a GPT-2-scale language model built entirely from scratch in C/CUDA without any ML libraries, including hand-written forward/backward passes, a byte-level BPE tokenizer, and training pipeline. The project is an educational artifact demonstrating the engineering behind transformer training and runs on a single RTX 4070.

0 favorites 0 likes
#from-scratch

@DivyanshT91162: Andrej Karpathy built his whole reputation on one idea: "You don't really understand it until you can build it from scr…

X AI KOLs Timeline · 2026-06-28 Cached

A Twitter thread discusses the irony of Andrej Karpathy's teaching philosophy—learning by building from scratch—while he now uses AI to code, and shares a 3-week learning journey using Claude Opus 4.8 to master deep learning the old way.

0 favorites 0 likes
#from-scratch

@henit_chobisa: Wanted to share a small achievement. For the last month I’ve been scribbling over whiteboards and notebooks trying to u…

X AI KOLs Timeline · 2026-06-26 Cached

A developer built a transformer model entirely from scratch in TypeScript, including a custom autograd engine, and released it as an open-source educational tool on GitHub.

0 favorites 0 likes
#from-scratch

Build a LLM from Scratch using MLX

Reddit r/LocalLLaMA · 2026-06-24

A guide on building a large language model from scratch using Apple's MLX framework.

0 favorites 0 likes
#from-scratch

@tan_maty: Oh my god, the AI Stanford course shared by the awesome @alisawuffles who starts at OpenAI next week — I found it! Must-see for beginners! I've already learned it (and lost my mind), come join me! I feel my English improving too! Stanford CS336: Language Mod…

X AI KOLs Timeline · 2026-06-23 Cached

Stanford CS336 aims to teach students how to build language models from scratch, with deep understanding of the full-stack design of data, systems, and models. The course videos are publicly available and suitable for AI beginners.

0 favorites 0 likes
#from-scratch

I pretrained and post trained a 500M parameter LLM and 330M parameter Image generator from scratch

Reddit r/LocalLLaMA · 2026-06-21

The author details the process of pretraining and post-training a 500M parameter language model and a 330M parameter image generator entirely from scratch.

0 favorites 0 likes
#from-scratch

@NFTCPS: You keep talking about AI, but can't even explain what a Transformer is? There's a repo that goes all out — builds a GPT from scratch without using any high-level libraries. It lays out exactly how Attention, Multi-Head, Feed-Forward, Embedding, Residual connections, and Layer Norm are pieced together. And it's not just the model; the entire pipeline is covered…

X AI KOLs Timeline · 2026-06-16 Cached

A GitHub open-source project that implements the complete GPT training pipeline from scratch, including data preprocessing, pretraining, SFT, and RLHF post-training, all based on native PyTorch. Ideal for developers who want to deeply understand the Transformer architecture.

0 favorites 0 likes
#from-scratch

@sairahul1: Nobody tells you what's actually inside GPT or Claude. They say "transformer" and move on. This repo builds one from sc…

X AI KOLs Timeline · 2026-06-15 Cached

A repository that builds a transformer from scratch without high-level libraries, explaining attention mechanisms and the full training pipeline, trainable in a day on free Colab.

0 favorites 0 likes
#from-scratch

@akshay_pachaar: Train your own LLM from scratch. This repo builds a GPT-style transformer from the ground up, without using any high-le…

X AI KOLs Following · 2026-06-15 Cached

A repository that builds a GPT-style transformer from scratch without high-level libraries, covering everything from data preprocessing to generation, and includes guides for SFT and RLHF.

0 favorites 0 likes
#from-scratch

Making a vintage LLM from scratch

Hacker News Top · 2026-06-11 Cached

The author documents their journey of building a 340M parameter LLM from scratch, trained exclusively on pre-1900 texts, including custom datasets, training scripts, and open-sourcing the model and code.

0 favorites 0 likes
#from-scratch

@heyshrutimishra: 2/ Watch Fable 5 model the entire solar system from scratch then nail the exact timing of a solar eclipse.

X AI KOLs Following · 2026-06-09 Cached

Fable 5 demonstrates its ability to model the entire solar system from scratch and accurately predict the timing of a solar eclipse.

0 favorites 0 likes
#from-scratch

I built a diffusion language model from scratch. It writes flawless sentences that mean nothing, and that is the interesting part.

Reddit r/AI_Agents · 2026-06-08

The author built Joey, a 170M parameter masked diffusion language model from scratch, trained on FineWeb-Edu and fine-tuned on DailyDialog, achieving fluent but incoherent sentences due to capacity limitations. The project highlights the differences from autoregressive LLMs and the lessons learned from building and debugging the system.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback