Welcome! Type "help" for available commands.
$
Loading terminal interface...

Similar Content

Home
CV
ExperienceEducation
ProjectsBookmarksInvestmentsContactBlog

~/books

Similar Content

Related Books

Build a Frontend Web Framework (From Scratch)

Build a Frontend Web Framework (From Scratch)

Angel Sola Orbaiceta

From the Back Cover: Build a Frontend Web Framework (From Scratch) guides you through a simple component-based frontend framework that borrows from Re...

computersangel sola orbaicetasimon and schusterframeworkfrontendbuild+5
BOOK
React in Depth

React in Depth

Morten Barklund

React in Depthteaches the React libraries, tools and techniques that are vital to build amazing apps. You'll put each skill you learn into practice wi...

computersmorten barklundsimon and schusterreactdepthdepthteaches+5
BOOK
Build AI Applications with Spring AI

Build AI Applications with Spring AI

Fu Cheng

fu chengspringbuildapplications
BOOK

Related Bookmarks

github.com
September 14, 2025
GitHub - rasbt/LLMs-from-scratch: Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

GitHub - rasbt/LLMs-from-scratch: Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

Implement a ChatGPT-like LLM in PyTorch from scratch, step by step - rasbt/LLMs-from-scratch

github repositorieslarge language modelsmachine learning tutorialsgpt implementationspytorch projectsstep+6
LINK
github.com
August 17, 2025
GitHub - huggingface/aisheets: Build, enrich, and transform datasets using AI models with no code

GitHub - huggingface/aisheets: Build, enrich, and transform datasets using AI models with no code

Build, enrich, and transform datasets using AI models with no code - huggingface/aisheets

open source projectshugging facellm integrationsno-code ai toolsdataset transformationgithub+7
LINK
new.email
March 23, 2025
new.email

new.email

The new way to build emails.

productivity platformsemail marketingemail builder toolsdigital communicationmarketing toolsnew+3
LINK

Related Articles

August 22, 2025
Claude Code Output Styles: Explanatory, Learning, and Custom Options

Claude Code Output Styles: Explanatory, Learning, and Custom Options

An implementation guide to Claude Code's /output-style, the built‑in Explanatory and Learning modes (with to-do prompts), and creating reusable custom...

aiclaude codeoutput styleslearningcustom stylesexplanatory+7
BLOG

Related Projects

Filey - Flag Deprecated Files Extension

Filey - Flag Deprecated Files Extension

VS Code extension for flagging deprecated files

vs codevisual studio codecursorwindsurftypescriptdeveloper tools+14
PRJ
Book Finder (findmybook.net)

Book Finder (findmybook.net)

Book search and recommendation engine with OpenAI integration

book searchbook finderbook recommendationbook catalog & indexingfindmybooknet+6
PRJ

Related Investments

WeLoveNoCode

WeLoveNoCode

Platform connecting businesses with no-code developers and tools.

enterpriseseedrealizedwelovenocodeplatformconnecting+4
INV
Toucan

Toucan

Toucan was a language learning Chrome extension for in-browser language learning.

educationseed+realizedtoucanlearninglanguage+3
INV
Tellie

Tellie

aVenture

No-code platform for creators to build and monetize their digital presence and communities.

consumerseries aactivetellieplatformno-code+5
INV
William's Reading List
/**/
Cover of Build a Reasoning Model (From Scratch)

Build a Reasoning Model (From Scratch)

Sebastian Raschka

Book Metadata

Publisher

Simon and Schuster

Published

2026

Duration

6 hr 15 min

ISBN

9781638358206

Genres

Computers

About This Book

LLM reasoning models have the power to tackle truly challenging problems that require finding the right path through multiple steps. In this book you’ll learn how to build a working reasoning model from the ground up. You will start with an existing pre-trained LLM and then implement reasoning-focused improvements from scratch. Sebastian Raschka, the bestselling author of Build a Large Language Model (From Scratch), is your guide on this exciting journey. Sebastian mentors you every step of the way with clear explanations, practical code, and a keen focus on what really matters. Understand LLM reasoning by creating your own reasoning model–from scratch! In Build A Reasoning Model (From Scratch) you’ll learn how to: • Implement core reasoning improvements for LLMs • Evaluate models using judgment-based and benchmark-based methods • Improve reasoning without updating model weights • Use reinforcement learning to integrate external tools like calculators • Apply distillation techniques to learn from larger reasoning models • Understand the full reasoning model development pipeline Reasoning models break problems into steps, producing more reliable answers in math, logic, and code. These improvements aren’t just a curiosity–they’re already integrated into top models like Grok 4 and GPT-5. Build A Reasoning Model (From Scratch) demystifies these complex models with a simple philosophy: the best way to learn how something works is to build it yourself! You’ll begin with a pre-trained LLM, adding and improving its reasoning capabilities in ways you can see, test, and understand. About the book In Build a Reasoning Model (From Scratch), acclaimed ML research engineer Sebastian Raschka takes you inside the black box of reasoning-enhanced LLMs. You’ll start with a compact, pre-trained base model that runs on consumer hardware, then upgrade it step by step to tackle ever-more difficult problems and scenarios. You’ll measure its performance, add reasoning at inference time without training, and then improve it further with reinforcement learning. By the end of the book, you’ll have a small but capable reasoning stack built from the ground up! About the reader For readers who know Python and have some knowledge of machine learning. You won’t need any specialist hardware. The examples will run on a standard laptop, although using cloud GPUs can make training faster. About the author Sebastian Raschka, PhD, is an LLM Research Engineer with over a decade of experience in artificial intelligence. His work spans industry and academia, including implementing LLM solutions as a senior engineer at Lightning AI and teaching as a statistics professor at the University of Wisconsin–Madison. Sebastian collaborates with industry partners on AI solutions and serves on the Open Source Board at University of Wisconsin–Madison. He specializes in LLMs and the development of high-performance AI systems, with a deep focus on practical, code-driven implementations. He is the author of the bestselling books Build a Large Language Model (From Scratch), as well as Machine Learning with PyTorch and Scikit-Learn, and Machine Learning Q and AI.