Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Generative AI Foundations in Python
Generative AI Foundations in Python

Generative AI Foundations in Python: Discover key techniques and navigate modern challenges in LLMs

eBook
€15.99 €23.99
Paperback
€21.99 €29.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Table of content icon View table of contents Preview book icon Preview Book

Generative AI Foundations in Python

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Gain expertise in prompt engineering, LLM fine-tuning, and domain adaptation
  • Use transformers-based LLMs and diffusion models to implement AI applications
  • Discover strategies to optimize model performance, address ethical considerations, and build trust in AI systems
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

The intricacies and breadth of generative AI (GenAI) and large language models can sometimes eclipse their practical application. It is pivotal to understand the foundational concepts needed to implement generative AI. This guide explains the core concepts behind -of-the-art generative models by combining theory and hands-on application. Generative AI Foundations in Python begins by laying a foundational understanding, presenting the fundamentals of generative LLMs and their historical evolution, while also setting the stage for deeper exploration. You’ll also understand how to apply generative LLMs in real-world applications. The book cuts through the complexity and offers actionable guidance on deploying and fine-tuning pre-trained language models with Python. Later, you’ll delve into topics such as task-specific fine-tuning, domain adaptation, prompt engineering, quantitative evaluation, and responsible AI, focusing on how to effectively and responsibly use generative LLMs. By the end of this book, you’ll be well-versed in applying generative AI capabilities to real-world problems, confidently navigating its enormous potential ethically and responsibly.

Who is this book for?

This book is for developers, data scientists, and machine learning engineers embarking on projects driven by generative AI. A general understanding of machine learning and deep learning, as well as some proficiency with Python, is expected.

What you will learn

  • Discover the fundamentals of GenAI and its foundations in NLP
  • Dissect foundational generative architectures including GANs, transformers, and diffusion models
  • Find out how to fine-tune LLMs for specific NLP tasks
  • Understand transfer learning and fine-tuning to facilitate domain adaptation, including fields such as finance
  • Explore prompt engineering, including in-context learning, templatization, and rationalization through chain-of-thought and RAG
  • Implement responsible practices with generative LLMs to minimize bias, toxicity, and other harmful outputs

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 26, 2024
Length: 190 pages
Edition : 1st
Language : English
ISBN-13 : 9781835464915
Category :
Languages :
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning

Product Details

Publication date : Jul 26, 2024
Length: 190 pages
Edition : 1st
Language : English
ISBN-13 : 9781835464915
Category :
Languages :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 75.96 107.97 32.01 saved
Generative AI Foundations in Python
€21.99 €29.99
Building LLM Powered  Applications
€25.99 €37.99
Mastering NLP from Foundations to LLMs
€27.98 €39.99
Total 75.96 107.97 32.01 saved Stars icon

Table of Contents

12 Chapters
Part 1: Foundations of Generative AI and the Evolution of Large Language Models Chevron down icon Chevron up icon
Chapter 1: Understanding Generative AI: An Introduction Chevron down icon Chevron up icon
Chapter 2: Surveying GenAI Types and Modes: An Overview of GANs, Diffusers, and Transformers Chevron down icon Chevron up icon
Chapter 3: Tracing the Foundations of Natural Language Processing and the Impact of the Transformer Chevron down icon Chevron up icon
Chapter 4: Applying Pretrained Generative Models: From Prototype to Production Chevron down icon Chevron up icon
Part 2: Practical Applications of Generative AI Chevron down icon Chevron up icon
Chapter 5: Fine-Tuning Generative Models for Specific Tasks Chevron down icon Chevron up icon
Chapter 6: Understanding Domain Adaptation for Large Language Models Chevron down icon Chevron up icon
Chapter 7: Mastering the Fundamentals of Prompt Engineering Chevron down icon Chevron up icon
Chapter 8: Addressing Ethical Considerations and Charting a Path Toward Trustworthy Generative AI Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(5 Ratings)
5 star 80%
4 star 20%
3 star 0%
2 star 0%
1 star 0%
Paul Pollock Oct 14, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
"Generative AI Foundations in Python" by Carlos Rodriguez is an essential read for anyone interested in understanding the basics and the intricacies of Generative AI. Carlos does an excellent job making complex concepts—like GANs, transformers, and diffusion models—accessible to readers without sacrificing depth. I particularly enjoyed the practical examples and hands-on coding exercises that make the learning process engaging and relevant.The book also dives into the ethical considerations of AI, which is crucial in today's landscape. Whether you're a data science professional or just curious about AI, this book serves as a great resource to deepen your knowledge and skills.
Amazon Verified review Amazon
Matt Eland Oct 01, 2024
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
This book covers not only the concepts of generative AI, but the key approaches behind it. If you want to move beyond the basic overview and see the next level down to the specific components that make up these solutions, this will be a good book for you.The book covers transformers, GANs, diffusers, model evaluation, fine tuning approaches such as PEFT and LoRA, prompt engineering and RAG with LlamaIndex, and even some ethical concerns regarding these technologies.This is a shorter book that doesn't linger too long on any specific area, so it will likely disappoint you if you're looking to get deeper with something specific. However, what this book does very well at is identifying things for you to research further and dig deeper into if they match your needs.
Amazon Verified review Amazon
Sarbjit Singh Hanjra Sep 26, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
"Generative AI Foundations in Python" by Carlos Rodriguez is an excellent, concise introduction to the exciting world of generative AI. This small book makes it easy to quickly grasp the most important concepts of generative AI without feeling overwhelmed. It guides readers through both the basics and advanced topics in a clear and simple way.Rodriguez explains what generative AI is and how it differs from other AI models, giving an insightful look at its evolution and future, along with practical real-life applications.One of the best features is its hands-on approach. The chapters on GANs, transformers, and diffusers show how these AI models can be used for tasks like image generation and natural language processing. The book includes practical projects to practice fine-tuning models and prompt engineering, making it great for gaining real-world experience.It also covers essential ethical considerations like minimizing bias and ensuring responsible AI. Overall, this book is perfect for anyone—whether a beginner or experienced—who wants to quickly and effectively learn the key concepts of generative AI.
Amazon Verified review Amazon
Om S Aug 07, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As someone keen on exploring generative AI, I picked up Carlos Rodriguez's "Generative AI Foundations in Python." The book starts by laying the foundational concepts of generative AI and large language models (LLMs), providing a solid base for beginners.I found the explanations of GANs, transformers, and diffusion models particularly insightful. The author delves into fine-tuning LLMs for specific tasks, transfer learning, and domain adaptation, making these advanced topics approachable. Practical tutorials guide you through real-world applications, helping you understand how to deploy and fine-tune pre-trained models using Python.The emphasis on responsible AI practices is commendable, addressing how to minimize bias and harmful outputs. The book also covers prompt engineering techniques, like in-context learning and templatization, which are crucial for optimizing AI performance.Pros:Comprehensive introduction to generative AI and LLMs.Practical, hands-on tutorials.Emphasis on responsible AI practices.Cons:Assumes some knowledge of machine learning and Python.Dense content may require multiple readings.Focuses mainly on transformers and diffusion models.
Amazon Verified review Amazon
Steven Fernandes Aug 06, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book offers a deep dive into the foundations of Generative AI, particularly its roots in natural language processing. The book provides a thorough analysis of key generative architectures like GANs, transformers, and diffusion models. It guides readers on how to fine-tune large language models for specialized natural language processing tasks and adapt them for domains such as finance through transfer learning. With a focus on prompt engineering, it explores advanced techniques like in-context learning and chain-of-thought reasoning. The text emphasizes the importance of responsible AI practices to curb bias and toxicity in model outputs, making it a valuable resource for developers and researchers in AI.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.