
eBook - ePub
Test Yourself on Sebastian Raschka's Build a Large Language Model (From Scratch)
300+ practice problems to cement your learning
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
Test Yourself on Sebastian Raschka's Build a Large Language Model (From Scratch)
300+ practice problems to cement your learning
About this book
Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!
Sebastian Raschka’s bestselling book Build a Large Language Model (From Scratch) is the best way to learn how Large Language Models function. It uses Python and the PyTorch deep learning library. It’s a unique way to learn this subject, which some believe is the only way to truly learn: you build a model yourself.
Even with the clear explanations, diagrams, and code in the book, learning a complex subject is still hard. This Test Yourself guide intends to make it a little easier. The structure mirrors the structure of Build a Large Language Model (From Scratch), focusing on key concepts from each chapter. You can test yourself with multiple-choice quizzes, questions on code and key concepts, and questions with longer answers that push you to think critically. The answers to all questions are provided.
Depending on what you know at any point, this Test Yourself guide can help you in different ways. It will solidify your knowledge if used after reading a chapter. But it will also benefit you if you digest it before reading. By testing yourself on the main concepts and their relationships you are primed to navigate a chapter more easily and be ready for its messages.
We recommend using it before and after reading, as well as later when you have started forgetting. Repeated learning solidifies our knowledge and integrates it with related knowledge already in our long-term memory.
What's inside
• Questions on code and key concepts
• Critical thinking exercises requiring longer answers
• Answers for all questions
About the reader
For readers of Build a Large Language Model (From Scratch) who want to enhance their learning with exercises and self-assessment tools.
About the author
Curated from Build a Large Language Model (From Scratch)
Sebastian Raschka’s bestselling book Build a Large Language Model (From Scratch) is the best way to learn how Large Language Models function. It uses Python and the PyTorch deep learning library. It’s a unique way to learn this subject, which some believe is the only way to truly learn: you build a model yourself.
Even with the clear explanations, diagrams, and code in the book, learning a complex subject is still hard. This Test Yourself guide intends to make it a little easier. The structure mirrors the structure of Build a Large Language Model (From Scratch), focusing on key concepts from each chapter. You can test yourself with multiple-choice quizzes, questions on code and key concepts, and questions with longer answers that push you to think critically. The answers to all questions are provided.
Depending on what you know at any point, this Test Yourself guide can help you in different ways. It will solidify your knowledge if used after reading a chapter. But it will also benefit you if you digest it before reading. By testing yourself on the main concepts and their relationships you are primed to navigate a chapter more easily and be ready for its messages.
We recommend using it before and after reading, as well as later when you have started forgetting. Repeated learning solidifies our knowledge and integrates it with related knowledge already in our long-term memory.
What's inside
• Questions on code and key concepts
• Critical thinking exercises requiring longer answers
• Answers for all questions
About the reader
For readers of Build a Large Language Model (From Scratch) who want to enhance their learning with exercises and self-assessment tools.
About the author
Curated from Build a Large Language Model (From Scratch)
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Test Yourself on Sebastian Raschka's Build a Large Language Model (From Scratch) by Curated from Build a Large Language Model (From Scratch) in PDF and/or ePUB format. We have over one million books available in our catalogue for you to explore.
Information
Edition
0Subtopic
Neural NetworksTable of contents
- copyright
- contents
- brief contents
- introduction
- 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
- Appendix A. Introduction to PyTorch
- Appendix B. References and further reading
- Appendix C. Exercise solutions
- Appendix D. Adding bells and whistles to the training loop
- Appendix E. Parameter-efficient fine-tuning with LoRA