
Hands-On Large Language Models
Language Understanding and Generation
Failed to add items
Add to Cart failed.
Add to Wish List failed.
Remove from wishlist failed.
Adding to library failed
Follow podcast failed
Unfollow podcast failed
3 months free
Pre-order for $13.99
No default payment method selected.
We are sorry. We are not allowed to sell this product with the selected payment method
-
Narrated by:
-
Derek Shoales
About this listen
AI has acquired startling new language capabilities in just the past few years. Driven by rapid advances in deep learning, language AI systems are able to write and understand text better than ever before. This trend is enabling new features, products, and entire industries. With this book, listeners will learn practical tools and concepts they need to use these capabilities today.
You'll understand how to use pretrained large language models for use cases like copywriting and summarization; create semantic search systems that go beyond keyword matching; and use existing libraries and pretrained models for text classification, search, and clusterings.
This book also helps you understand the architecture of Transformer language models that excel at text generation and representation; build advanced LLM pipelines to cluster text documents and explore the topics they cover; build semantic search engines that go beyond keyword search, using methods like dense retrieval and rerankers; explore how generative models can be used, from prompt engineering all the way to retrieval-augmented generation; and gain a deeper understanding of how to train LLMs and optimize them for specific applications using generative model fine-tuning, contrastive fine-tuning, and in-context learning.
People who viewed this also viewed...
-
Designing Machine Learning Systems
- An Iterative Process for Production-Ready Applications
- By: Chip Huyen
- Narrated by: Kathleen Li
- Length: 12 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Machine learning systems are both complex and unique. Complex because they consist of many different components and involve many different stakeholders. Unique because they're data dependent, with data varying wildly from one use case to the next. In this book, you'll learn a holistic approach to designing ML systems that are reliable, scalable, maintainable, and adaptive to changing environments and business requirements. Author Chip Huyen, cofounder of Claypot AI, considers each design decision in the context of how it can help your system as a whole achieve its objectives.
By: Chip Huyen
-
LLMs in Production
- Engineering AI Applications
- By: Christopher Brousseau, Matt Sharp
- Narrated by: Christopher Kendrick
- Length: 16 hrs and 45 mins
- Unabridged
-
Overall
-
Performance
-
Story
Unlock the potential of Generative AI with this Large Language Model production-ready playbook for seamless deployment, optimization, and scaling. This hands-on guide takes you beyond theory, offering expert strategies for integrating LLMs into real-world applications using retrieval-augmented generation (RAG), vector databases, PEFT, LoRA, and scalable inference architectures. Whether you're an ML engineer, data scientist, or MLOps practitioner, you’ll gain the technical know-how to operationalize LLMs efficiently, reduce compute costs, and ensure rock-solid reliability in production.
By: Christopher Brousseau, and others
-
Generative Deep Learning (2nd Edition)
- Teaching Machines to Paint, Write, Compose, and Play
- By: David Foster
- Narrated by: Mike Cooper
- Length: 11 hrs and 30 mins
- Unabridged
-
Overall
-
Performance
-
Story
Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and data scientists how to use TensorFlow and Keras to create impressive generative deep learning models from scratch, including variational autoencoders (VAEs), generative adversarial networks (GANs), Transformers, normalizing flows, energy-based models, and denoising diffusion models.
By: David Foster
-
AI Engineering
- Building Applications with Foundation Models
- By: Chip Huyen
- Narrated by: Edelyn Okano
- Length: 21 hrs and 12 mins
- Unabridged
-
Overall
-
Performance
-
Story
Recent breakthroughs in AI have not only increased demand for AI products, they've also lowered the barriers to entry for those who want to build AI products. The model-as-a-service approach has transformed AI from an esoteric discipline into a powerful development tool that anyone can use. Everyone, including those with minimal or no prior AI experience, can now leverage AI models to build applications. In this book, author Chip Huyen discusses AI engineering: the process of building applications with readily available foundation models.
-
-
AI narration
- By bryan smith on 06-27-25
By: Chip Huyen
-
Prompt Engineering for Generative AI
- Future-Proof Inputs for Reliable AI Outputs
- By: James Phoenix, Mike Taylor
- Narrated by: Mike Chamberlain
- Length: 11 hrs and 6 mins
- Unabridged
-
Overall
-
Performance
-
Story
Large language models (LLMs) and diffusion models such as ChatGPT and Stable Diffusion have unprecedented potential. Because they have been trained on all the public text and images on the internet, they can make useful contributions to a wide variety of tasks. And with the barrier to entry greatly reduced today, practically any developer can harness LLMs and diffusion models to tackle problems previously unsuitable for automation. With this book, you'll gain a solid foundation in generative AI, including how to apply these models in practice.
By: James Phoenix, and others
-
Build a Large Language Model (From Scratch)
- By: Sebastian Raschka
- Narrated by: Julie Brierley
- Length: 7 hrs and 40 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Really hard to follow when everything is see code
- By Senthil Manick on 05-12-25
-
Designing Machine Learning Systems
- An Iterative Process for Production-Ready Applications
- By: Chip Huyen
- Narrated by: Kathleen Li
- Length: 12 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Machine learning systems are both complex and unique. Complex because they consist of many different components and involve many different stakeholders. Unique because they're data dependent, with data varying wildly from one use case to the next. In this book, you'll learn a holistic approach to designing ML systems that are reliable, scalable, maintainable, and adaptive to changing environments and business requirements. Author Chip Huyen, cofounder of Claypot AI, considers each design decision in the context of how it can help your system as a whole achieve its objectives.
By: Chip Huyen
-
LLMs in Production
- Engineering AI Applications
- By: Christopher Brousseau, Matt Sharp
- Narrated by: Christopher Kendrick
- Length: 16 hrs and 45 mins
- Unabridged
-
Overall
-
Performance
-
Story
Unlock the potential of Generative AI with this Large Language Model production-ready playbook for seamless deployment, optimization, and scaling. This hands-on guide takes you beyond theory, offering expert strategies for integrating LLMs into real-world applications using retrieval-augmented generation (RAG), vector databases, PEFT, LoRA, and scalable inference architectures. Whether you're an ML engineer, data scientist, or MLOps practitioner, you’ll gain the technical know-how to operationalize LLMs efficiently, reduce compute costs, and ensure rock-solid reliability in production.
By: Christopher Brousseau, and others
-
Generative Deep Learning (2nd Edition)
- Teaching Machines to Paint, Write, Compose, and Play
- By: David Foster
- Narrated by: Mike Cooper
- Length: 11 hrs and 30 mins
- Unabridged
-
Overall
-
Performance
-
Story
Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and data scientists how to use TensorFlow and Keras to create impressive generative deep learning models from scratch, including variational autoencoders (VAEs), generative adversarial networks (GANs), Transformers, normalizing flows, energy-based models, and denoising diffusion models.
By: David Foster
-
AI Engineering
- Building Applications with Foundation Models
- By: Chip Huyen
- Narrated by: Edelyn Okano
- Length: 21 hrs and 12 mins
- Unabridged
-
Overall
-
Performance
-
Story
Recent breakthroughs in AI have not only increased demand for AI products, they've also lowered the barriers to entry for those who want to build AI products. The model-as-a-service approach has transformed AI from an esoteric discipline into a powerful development tool that anyone can use. Everyone, including those with minimal or no prior AI experience, can now leverage AI models to build applications. In this book, author Chip Huyen discusses AI engineering: the process of building applications with readily available foundation models.
-
-
AI narration
- By bryan smith on 06-27-25
By: Chip Huyen
-
Prompt Engineering for Generative AI
- Future-Proof Inputs for Reliable AI Outputs
- By: James Phoenix, Mike Taylor
- Narrated by: Mike Chamberlain
- Length: 11 hrs and 6 mins
- Unabridged
-
Overall
-
Performance
-
Story
Large language models (LLMs) and diffusion models such as ChatGPT and Stable Diffusion have unprecedented potential. Because they have been trained on all the public text and images on the internet, they can make useful contributions to a wide variety of tasks. And with the barrier to entry greatly reduced today, practically any developer can harness LLMs and diffusion models to tackle problems previously unsuitable for automation. With this book, you'll gain a solid foundation in generative AI, including how to apply these models in practice.
By: James Phoenix, and others
-
Build a Large Language Model (From Scratch)
- By: Sebastian Raschka
- Narrated by: Julie Brierley
- Length: 7 hrs and 40 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Really hard to follow when everything is see code
- By Senthil Manick on 05-12-25
-
AI Agents in Action
- By: Micheal Lanham
- Narrated by: Christopher Kendrick
- Length: 7 hrs and 58 mins
- Unabridged
-
Overall
-
Performance
-
Story
Create LLM-powered autonomous agents and intelligent assistants tailored to your business and personal needs. From script-free customer service chatbots to fully independent agents operating seamlessly in the background, AI-powered assistants represent a breakthrough in machine intelligence. In AI Agents in Action, you'll master a proven framework for developing practical agents that handle real-world business and personal tasks.
By: Micheal Lanham
-
The Developer's Playbook for Large Language Model Security
- Building Secure AI Applications
- By: Steve Wilson
- Narrated by: Jonathan Yen
- Length: 8 hrs and 27 mins
- Unabridged
-
Overall
-
Performance
-
Story
Large language models (LLMs) are not just shaping the trajectory of AI, they're also unveiling a new era of security challenges. This practical book takes you straight to the heart of these threats. Author Steve Wilson, chief product officer at Exabeam, focuses exclusively on LLMs, eschewing generalized AI security to delve into the unique characteristics and vulnerabilities inherent in these models.
By: Steve Wilson
-
Generative AI on AWS
- Building Context-Aware Multimodal Reasoning Applications
- By: Shelbee Eigenbrode, Anje Barth
- Narrated by: Jennifer Walden
- Length: 10 hrs
- Unabridged
-
Overall
-
Performance
-
Story
Companies today are moving rapidly to integrate generative AI into their products and services. But there's a great deal of hype (and misunderstanding) about the impact and promise of this technology. With this book, Chris Fregly, Antje Barth, and Shelbee Eigenbrode from AWS help CTOs, ML practitioners, application developers, business analysts, data engineers, and data scientists find practical ways to use this exciting new technology.
By: Shelbee Eigenbrode, and others
-
Engineering Resilient Systems on AWS
- Design, Build, and Test for Resilience
- By: Nate Bachmeier, Kevin Schwarz, Jennifer Moran
- Narrated by: Brandon Pollock
- Length: 10 hrs and 30 mins
- Unabridged
-
Overall
-
Performance
-
Story
To ensure that applications are reliable and always available, more businesses today are moving applications to AWS. But many companies still struggle to design and build these cloud applications effectively. With this practical guide, software, DevOps, and cloud engineers will learn how to implement resilient designs and configurations in the cloud using hands-on independent labs.
By: Nate Bachmeier, and others
-
Agentic Artificial Intelligence
- Harnessing AI Agents to Reinvent Business, Work and Life
- By: Pascal Bornet, Jochen Wirtz, Thomas H. Davenport, and others
- Narrated by: Rory Young
- Length: 14 hrs and 42 mins
- Unabridged
-
Overall
-
Performance
-
Story
This is a practical, non-technical guide for business leaders, entrepreneurs, and curious minds. This comprehensive guide on agentic AI cuts through the hype and offers a clear, jargon-free strategic roadmap to understanding and applying this technology. The authors bring a rare perspective, having implemented agentic AI across diverse organizations—from global enterprises to agile startups—witnessing both remarkable successes and sobering failures.
-
-
Agent specific topics were good
- By James Oravec on 05-09-25
By: Pascal Bornet, and others
-
Fundamentals of Data Engineering
- Plan and Build Robust Data Systems
- By: Joe Reis, Matt Housley
- Narrated by: Adam Verner
- Length: 17 hrs and 31 mins
- Unabridged
-
Overall
-
Performance
-
Story
Data engineering has grown rapidly in the past decade, leaving many software engineers, data scientists, and analysts looking for a comprehensive view of this practice. With this practical book, you'll learn how to plan and build systems to serve the needs of your organization and customers by evaluating the best technologies available through the framework of the data engineering lifecycle.
-
-
Great for Hands on Business owners
- By LmL on 08-14-24
By: Joe Reis, and others
-
Software Architecture: The Hard Parts
- Modern Trade-Off Analyses for Distributed Architectures
- By: Neal Ford, Mark Richards, Pramod Sadalage, and others
- Narrated by: Dena Dahilig
- Length: 12 hrs and 53 mins
- Unabridged
-
Overall
-
Performance
-
Story
There are no easy decisions in software architecture. Instead, there are many hard parts—difficult problems or issues with no best practices—that force you to choose among various compromises. With this book, you'll learn how to think critically about the trade-offs involved with distributed architectures. Architecture veterans and practicing consultants Neal Ford, Mark Richards, Pramod Sadalage, and Zhamak Dehghani discuss strategies for choosing an appropriate architecture.
-
-
Great content. Terrible narration.
- By Alex on 12-16-23
By: Neal Ford, and others
-
The Prompt Recipe
- A Practical Guide to Prompt Engineering and AI Interaction
- By: Alden Vale
- Narrated by: Virtual Voice
- Length: 4 hrs and 32 mins
- Unabridged
-
Overall
-
Performance
-
Story
The Prompt Recipe: A Practical Guide to Prompt Engineering and AI Interaction Unlock the full potential of AI tools like ChatGPT—without guesswork, gimmicks, or copy-paste hacks. If you’ve used generative AI, you’ve seen both its promise and its pitfalls. Sometimes it delivers exactly what you need. But more often, the results feel generic, vague, or off-target. The problem isn’t the tool—it’s how we’re using it. This book introduces a powerful idea: a great prompt isn’t a magic formula, it’s a thinking strategy. Whether you're a consultant, entrepreneur, marketer, manager...
-
-
Great introduction to creating prompts for AIS. I found a lot of good info
- By Thanks Dad on 05-09-25
By: Alden Vale
-
Designing Distributed Systems (2nd Edition)
- Patterns and Paradigms for Scalable, Reliable Systems Using Kubernetes
- By: Brendan Burns
- Narrated by: Tom Beyer
- Length: 8 hrs and 33 mins
- Unabridged
-
Overall
-
Performance
-
Story
Author Brendan Burns demonstrates how you can adapt existing software design patterns for designing and building reliable distributed applications. Systems engineers and application developers will learn how these long-established patterns provide a common language and framework for dramatically increasing the quality of your system. This fully updated second edition includes new chapters on AI inference, AI training, and building robust systems for the real world.
By: Brendan Burns
-
Deep Learning with Python (Second Edition)
- By: Francois Chollet
- Narrated by: Derek Dysart
- Length: 15 hrs and 1 min
- Unabridged
-
Overall
-
Performance
-
Story
Deep Learning with Python (Second Edition) introduces the field of deep learning using Python and the powerful Keras library. In this revised and expanded new edition, Keras creator François Chollet offers insights for both novice and experienced machine learning practitioners. As you move through this book, you’ll build your understanding through intuitive explanations and clear examples. You’ll quickly pick up the skills you need to start developing deep learning applications.
-
-
Audible version is useless - has no PDF
- By Jim on 03-04-22
By: Francois Chollet
-
AI and Machine Learning for Coders
- A Programmer's Guide to Artificial Intelligence
- By: Laurence Moroney
- Narrated by: Timothy Howard Jackson
- Length: 9 hrs and 17 mins
- Unabridged
-
Overall
-
Performance
-
Story
If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics.
-
-
Perfect introduction to machine, learning, and artificial intelligence for any programmer!
- By Luc on 08-11-23
By: Laurence Moroney
-
Software Engineering at Google
- Lessons Learned from Programming Over Time
- By: Titus Winters, Tom Manshreck, Hyrum Wright
- Narrated by: Mark Sando
- Length: 23 hrs and 36 mins
- Unabridged
-
Overall
-
Performance
-
Story
How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life? Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world’s leading practitioners construct and maintain software. This book covers Google’s unique engineering culture, processes, and tools and how these aspects contribute to the effectiveness of an engineering organization.
-
-
not useful
- By Andreas Andersen on 07-21-21
By: Titus Winters, and others