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

Код товару: 295065Паперова книга
Begin your generative AI journey with Python as you explore large language models, understand responsible generative AI practices, and apply your knowledge to real-world applications through guided tutorials

Key Features
  • 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
Book 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.

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
Who this book is 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.

About the Author
Carlos Rodriguez is the Director of AI risk at a major financial institution, where he oversees the validation of cutting-edge AI and machine learning models, including generative AI, to ensure that they remain trustworthy, unbiased, and compliant with stringent regulatory standards. With a degree in data science, numerous professional certifications, and two decades of experience in emerging technology, Carlos is a recognized expert in natural language processing and machine learning. Throughout his career, he has fostered and led high-performing machine learning engineering and data science teams specializing in natural language processing and AI risk, respectively. Known for his human-centered approach to AI, Carlos is a passionate autodidact who continuously expands his knowledge as a data scientist, machine learning practitioner, and risk executive. His current focus lies in developing a comprehensive framework for evaluating generative AI models within a regulatory setting, aiming to set new industry standards for responsible AI adoption and deployment.
1'700 ₴
Купити
Monobank
до 10 платежей
от 191 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Generative AI Foundations in Python: Discover key techniques and navigate modern challenges in LLMs - фото 1
Інші книги Packt Publishing
Expert C++: Become a proficient programmer by learning coding best practices with C++17 and C++20's latest features, 2nd Edition
264116
Marcelo Guerra HahnAraks TigranyanJohn AsatryanVardan GrigoryanShunguang Wu
1'300 ₴
Fundamentals of Analytics Engineering: An introduction to building end-to-end analytics solutions
278869
Dumky de WildeFanny KassapianJovan Gligorevic
1'600 ₴

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

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

Від видавця

Begin your generative AI journey with Python as you explore large language models, understand responsible generative AI practices, and apply your knowledge to real-world applications through guided tutorials

Key Features
  • 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
Book 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.

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
Who this book is 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.

About the Author
Carlos Rodriguez is the Director of AI risk at a major financial institution, where he oversees the validation of cutting-edge AI and machine learning models, including generative AI, to ensure that they remain trustworthy, unbiased, and compliant with stringent regulatory standards. With a degree in data science, numerous professional certifications, and two decades of experience in emerging technology, Carlos is a recognized expert in natural language processing and machine learning. Throughout his career, he has fostered and led high-performing machine learning engineering and data science teams specializing in natural language processing and AI risk, respectively. Known for his human-centered approach to AI, Carlos is a passionate autodidact who continuously expands his knowledge as a data scientist, machine learning practitioner, and risk executive. His current focus lies in developing a comprehensive framework for evaluating generative AI models within a regulatory setting, aiming to set new industry standards for responsible AI adoption and deployment.

Зміст

Table of Contents
  1. Understanding Generative AI: An Introduction
  2. Surveying GenAI Types and Modes: An Overview of GANs, Diffusers, and Transformers
  3. Tracing the Foundations of Natural Language Processing and the Impact of the Transformer
  4. Applying Pretrained Generative Models: From Prototype to Production
  5. Fine-Tuning Generative Models for Specific Tasks
  6. Understanding Domain Adaptation for Large Language Models
  7. Mastering the Fundamentals of Prompt Engineering
  8. Addressing Ethical Considerations and Charting a Path Toward Trustworthy Generative AI

Відгуки про Generative AI Foundations in Python: Discover key techniques and navigate modern challenges in LLMs

Generative AI Foundations in Python: Discover key techniques and navigate modern challenges in LLMs
Generative AI Foundations in Python: Discover key techniques and navigate modern challenges in LLMs
1'700 ₴
Купити
Персонально для вас
Learning Ray: Flexible Distributed Python for Machine Learning
246259
Max PumperlaEdward OakesRichard Liaw
1'700 ₴
FastAPI: Modern Python Web Development 1st Edition
265490
Bill Lubanovic
1'700 ₴
Starting Data Analytics with Generative AI and Python
291307
Artur GujaMarlena SiwiakMarian Siwiak
1'800 ₴
Outlier Detection in Python
302486
Brett Kennedy
1'800 ₴
Beginning C: From Beginner to Pro 7th ed. Edition
270251
Ivor HortonGerman Gonzalez-Morris
2'400 ₴
Certified Kubernetes Administrator (CKA) Study Guide: In-Depth Guidance and Practice 1st Edition
274262
Benjamin Muschko
1'700 ₴
Developing Extensions for Joomla! 5: Extend your sites and build rich customizations with Joomla! plugins, modules, and components
283757
Carlos M Camara Mora
1'600 ₴
Econometrics and Data Science. 1st Ed.
244679
Tshepo Chris Nokeri
1'700 ₴
Think Like a Software Engineering Manager
308852
Akanksha Gupta
1'700 ₴
Simple Logistics with SAP S/4HANA: An Introduction
77577
Deb BhattacharjeeEric MontiStephen PerelGuillermo Vazquez
2'377 ₴
Computer Vision: Object Detection In Adversarial Vision 1st Edition
269108
Mrinal Kanti Bhowmik
2'700 ₴
Deep Reinforcement Learning with Python: RLHF for Chatbots and Large Language Models Second Edition
295068
Nimish Sanghi
1'900 ₴
Amazon Web Services in Action, Third Edition: An in-depth guide to AWS
46779
Andreas WittigMichael Wittig
810 ₴
Bayesian Optimization in Action
265872
Quan Nguyen
1'800 ₴