Build a Large Language Model (From Scratch) 289924

Код товару: 289924Паперова книга
  • ISBN
    978-1633437166
  • Бренд
  • Автор
  • Рік
    2025
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!

In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM. Each stage is explained with clear text, diagrams, and examples. You’ll go from the initial design and creation, to pretraining on a general corpus, and on to fine-tuning for specific tasks.

Build a Large Language Model (from Scratch) teaches you how to:
  • Plan and code all the parts of an LLM
  • Prepare a dataset suitable for LLM training
  • Fine-tune LLMs for text classification and with your own data
  • Use human feedback to ensure your LLM follows instructions
  • Load pretrained weights into an LLM
Build a Large Language Model (from Scratch) takes you inside the AI black box to tinker with the internal systems that power generative AI. As you work through each key stage of LLM creation, you’ll develop an in-depth understanding of how LLMs work, their limitations, and their customization methods. Your LLM can be developed on an ordinary laptop, and used as your own personal assistant.

About the technology
Physicist Richard P. Feynman reportedly said, “I don’t understand anything I can’t build.” Based on this same powerful principle, bestselling author Sebastian Raschka guides you step by step as you build a GPT-style LLM that you can run on your laptop. This is an engaging book that covers each stage of the process, from planning and coding to training and fine-tuning.

About the book
Build a Large Language Model (From Scratch) is a practical and eminently-satisfying hands-on journey into the foundations of generative AI. Without relying on any existing LLM libraries, you’ll code a base model, evolve it into a text classifier, and ultimately create a chatbot that can follow your conversational instructions. And you’ll really understand it because you built it yourself!

What's inside
  • Plan and code an LLM comparable to GPT-2
  • Load pretrained weights
  • Construct a complete training pipeline
  • Fine-tune your LLM for text classification
  • Develop LLMs that follow human instructions
About the reader
Readers need intermediate Python skills and some knowledge of machine learning. The LLM you create will run on any modern laptop and can optionally utilize GPUs.

About the Author
Sebastian Raschka has been working on machine learning and AI for more than a decade. Sebastian joined Lightning AI in 2022, where he now focuses on AI and LLM research, developing open-source software, and creating educational material. Prior to that, Sebastian worked at the University of Wisconsin-Madison as an assistant professor in the Department of Statistics, focusing on deep learning and machine learning research. He has a strong passion for education and is best known for his bestselling books on machine learning using open-source software.
1'400 ₴
Купити
Monobank
до 10 платежей
от 157 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Build a Large Language Model (From Scratch) - фото 1
Інші книги Manning
gRPC Microservices in Go
308322
Huseyin Babal
1'700 ₴
Grokking Continuous Delivery
253619
Christie Wilson
650 ₴
Deep Learning with JAX
289916
Grigory Sapunov
1'400 ₴
Web Design Playground, Second Edition
310468
Paul McFedries
1'300 ₴
Deep Learning for Vision Systems 1st Edition
276078
Mohamed Elgendy
980 ₴
Math and Architectures of Deep Learning
282315
Krishnendu Chaudhury
1'400 ₴
PostgreSQL Mistakes and How to Avoid Them
308352
Jimmy Angelakos
1'900 ₴
Build Financial Software with Generative AI (From Scratch)
305306
Christopher KardellMark Brouwer
2'400 ₴
Machine Learning Algorithms in Depth
286417
Vadim Smolyakov
2'100 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Рік
    2025
  • Сторінок
    368
  • Формат
    165х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!

In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM. Each stage is explained with clear text, diagrams, and examples. You’ll go from the initial design and creation, to pretraining on a general corpus, and on to fine-tuning for specific tasks.

Build a Large Language Model (from Scratch) teaches you how to:
  • Plan and code all the parts of an LLM
  • Prepare a dataset suitable for LLM training
  • Fine-tune LLMs for text classification and with your own data
  • Use human feedback to ensure your LLM follows instructions
  • Load pretrained weights into an LLM
Build a Large Language Model (from Scratch) takes you inside the AI black box to tinker with the internal systems that power generative AI. As you work through each key stage of LLM creation, you’ll develop an in-depth understanding of how LLMs work, their limitations, and their customization methods. Your LLM can be developed on an ordinary laptop, and used as your own personal assistant.

About the technology
Physicist Richard P. Feynman reportedly said, “I don’t understand anything I can’t build.” Based on this same powerful principle, bestselling author Sebastian Raschka guides you step by step as you build a GPT-style LLM that you can run on your laptop. This is an engaging book that covers each stage of the process, from planning and coding to training and fine-tuning.

About the book
Build a Large Language Model (From Scratch) is a practical and eminently-satisfying hands-on journey into the foundations of generative AI. Without relying on any existing LLM libraries, you’ll code a base model, evolve it into a text classifier, and ultimately create a chatbot that can follow your conversational instructions. And you’ll really understand it because you built it yourself!

What's inside
  • Plan and code an LLM comparable to GPT-2
  • Load pretrained weights
  • Construct a complete training pipeline
  • Fine-tune your LLM for text classification
  • Develop LLMs that follow human instructions
About the reader
Readers need intermediate Python skills and some knowledge of machine learning. The LLM you create will run on any modern laptop and can optionally utilize GPUs.

About the Author
Sebastian Raschka has been working on machine learning and AI for more than a decade. Sebastian joined Lightning AI in 2022, where he now focuses on AI and LLM research, developing open-source software, and creating educational material. Prior to that, Sebastian worked at the University of Wisconsin-Madison as an assistant professor in the Department of Statistics, focusing on deep learning and machine learning research. He has a strong passion for education and is best known for his bestselling books on machine learning using open-source software.

Зміст

Table of Contents

1 Understanding large language models
2 Working with text data
3 Coding attention mechanisms
4 Implementing a GPT model from scratch to generate text
5 Pretraining on unlabeled data
6 Fine-tuning for classification
7 Fine-tuning to follow instructions
A Introduction to PyTorch
B References and further reading
C Exercise solutions
D Adding bells and whistles to the training loop
E Parameter-efficient fine-tuning with LoRA

Відгуки про Build a Large Language Model (From Scratch)

Build a Large Language Model (From Scratch)
Build a Large Language Model (From Scratch)
1'400 ₴
Купити
Персонально для вас
Qiskit Pocket Guide: Quantum Development with Qiskit 1st Edition
274319
James WeaverFrancis Harkins
1'200 ₴
Distributed Machine Learning Patterns
276494
Yuan Tang
1'200 ₴
Generative AI: Navigating the Course to the Artificial General Intelligence Future 1st Edition
279450
Martin Musiol
1'200 ₴
Generative AI in Action
289918
Amit Bahree
1'300 ₴
Evolutionary Deep Learning: Genetic algorithms and neural networks
261456
Micheal Lanham
1'400 ₴
Python Deep Learning: Understand how deep neural networks work and apply them to real-world tasks 3rd ed. Edition
264111
Ivan Vasilev
1'400 ₴
Accelerate Model Training with PyTorch 2.X: Build more accurate models by boosting the model training process
281122
Maicon Melo Alves
1'400 ₴
Math and Architectures of Deep Learning
282315
Krishnendu Chaudhury
1'400 ₴
Machine Learning Q and AI: 30 Essential Questions and Answers on Machine Learning and AI
283841
Sebastian Raschka
1'400 ₴
Deep Learning with JAX
289916
Grigory Sapunov
1'400 ₴
Transforming Conversational AI: Exploring the Power of Large Language Models in Interactive Conversational Agents First Edition
308851
Michael McTearMarina Ashurkina
1'400 ₴
Machine Learning and Generative AI for Marketing: Take your data-driven marketing strategies to the next level using Python
308962
Yoon Hyup HwangNicholas C. Burtch
1'400 ₴
Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python, 2nd Edition
270201
Stefan Jansen
1'450 ₴
Handbook of Evolutionary Machine Learning (Genetic and Evolutionary Computation) 1st ed. 2024 Edition
273840
Wolfgang BanzhafPenousal MachadoMengjie Zhang
1'500 ₴
Machine Learning Methods 1st ed. 2024 Edition
273859
Hang LiLu LinHuanqiang Zeng
1'600 ₴
Power BI Machine Learning and OpenAI: Explore data through business intelligence, predictive analytics, and text generation
281501
Greg Beaumont
1'600 ₴
The AI Revolution in Networking, Cybersecurity, and Emerging Technologies 1st Edition
282452
Samer SalamHazim DahirOmar Santos
1'600 ₴
Artificial Intelligence for Everyone 2024th Edition
284218
Christian Posthoff
1'600 ₴
Classic Supercars. Mini Encyclopedia
280293
Richard Nicholls
590 ₴
David Bowie - David Bowie 2025 Calendar (Wall Calendar, A3)
292011
Calendars R Us
475 ₴
Romantic Moderns. English Writers, Artists and the Imagination from Virginia Woolf to John Piper
265935
Alexandra Harris
850 ₴
Corsets
278579
Jill Salen
1'257 ₴