Learn Generative AI with PyTorch 302592

Код товару: 302592Паперова книга
  • ISBN
    978-1633436466
  • Бренд
  • Автор
  • Рік
    2024
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
Learn how generative AI works by building your very own models that can write coherent text, create realistic images, and even make lifelike music.

Learn Generative AI with PyTorch teaches the underlying mechanics of generative AI by building working AI models from scratch. Throughout, you’ll use the intuitive PyTorch framework that’s instantly familiar to anyone who’s worked with Python data tools. Along the way, you’ll master the fundamentals of General Adversarial Networks (GANs), Transformers, Large Language Models (LLMs), variational autoencoders, diffusion models, LangChain, and more!

In Learn Generative AI with PyTorch you’ll build these amazing models:
  • A simple English-to-French translator
  • A text-generating model as powerful as GPT-2
  • A diffusion model that produces realistic flower images
  • Music generators using GANs and Transformers
  • An image style transfer model
  • A zero-shot know-it-all agent
The generative AI projects you create use the same underlying techniques and technologies as full-scale models like GPT-4 and Stable Diffusion. You don’t need to be a machine learning expert—you can get started with just some basic Python programming skills.

About the technology
Transformers, Generative Adversarial Networks (GANs), diffusion models, LLMs, and other powerful deep learning patterns have radically changed the way we manipulate text, images, and sound. Generative AI may seem like magic at first, but with a little Python, the PyTorch framework, and some practice, you can build interesting and useful models that will train and run on your laptop. This book shows you how.

About the book
Learn Generative AI with PyTorch introduces the underlying mechanics of generative AI by helping you build your own working AI models. You’ll begin by creating simple images using a GAN, and then progress to writing a language translation transformer line-by-line. As you work through the fun and fascinating projects, you’ll train models to create anime images, write like Hemingway, make music like Mozart, and more. You just need Python and a few machine learning basics to get started. You’ll learn the rest as you go!

What's inside
  • Build an English-to-French translator
  • Create a text-generation LLM
  • Train a diffusion model to produce high-resolution images
  • Music generators using GANs and Transformers
About the reader
Examples use simple Python. No deep learning experience required.

About the author
Mark Liu is the founding director of the Master of Science in Finance program at the University of Kentucky.
The technical editor on this book was Emmanuel Maggiori.
1'600 ₴
Купити
Monobank
до 10 платежей
от 180 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Learn Generative AI with PyTorch - фото 1
Інші книги Manning
Grokking Algorithms. An Illustrated Guide for Programmers and Other Curious People
244339
Aditya Bhargava
330 ₴
Essential TypeScript 5, Third Edition 3rd Edition
275539
Adam Freeman
1'600 ₴
Haskell in Depth
276062
Vitaly Bragilevsky
780 ₴
The Well-Grounded Python Developer: How the pros use Python and Flask
246936
Doug Farrell
1'450 ₴
Grokking Deep Learning First Edition
253615
Andrew Trask
399 ₴420 ₴
Learn Rust in a Month of Lunches
302708
Dave MacLeod
1'600 ₴
CSS in Depth, Second Edition 2nd Edition
286406
Keith J. Grant
1'800 ₴
Kubernetes in Action
113482
Marko Luksa
1'450 ₴

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

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

Від видавця

Learn how generative AI works by building your very own models that can write coherent text, create realistic images, and even make lifelike music.

Learn Generative AI with PyTorch teaches the underlying mechanics of generative AI by building working AI models from scratch. Throughout, you’ll use the intuitive PyTorch framework that’s instantly familiar to anyone who’s worked with Python data tools. Along the way, you’ll master the fundamentals of General Adversarial Networks (GANs), Transformers, Large Language Models (LLMs), variational autoencoders, diffusion models, LangChain, and more!

In Learn Generative AI with PyTorch you’ll build these amazing models:
  • A simple English-to-French translator
  • A text-generating model as powerful as GPT-2
  • A diffusion model that produces realistic flower images
  • Music generators using GANs and Transformers
  • An image style transfer model
  • A zero-shot know-it-all agent
The generative AI projects you create use the same underlying techniques and technologies as full-scale models like GPT-4 and Stable Diffusion. You don’t need to be a machine learning expert—you can get started with just some basic Python programming skills.

About the technology
Transformers, Generative Adversarial Networks (GANs), diffusion models, LLMs, and other powerful deep learning patterns have radically changed the way we manipulate text, images, and sound. Generative AI may seem like magic at first, but with a little Python, the PyTorch framework, and some practice, you can build interesting and useful models that will train and run on your laptop. This book shows you how.

About the book
Learn Generative AI with PyTorch introduces the underlying mechanics of generative AI by helping you build your own working AI models. You’ll begin by creating simple images using a GAN, and then progress to writing a language translation transformer line-by-line. As you work through the fun and fascinating projects, you’ll train models to create anime images, write like Hemingway, make music like Mozart, and more. You just need Python and a few machine learning basics to get started. You’ll learn the rest as you go!

What's inside
  • Build an English-to-French translator
  • Create a text-generation LLM
  • Train a diffusion model to produce high-resolution images
  • Music generators using GANs and Transformers
About the reader
Examples use simple Python. No deep learning experience required.

About the author
Mark Liu is the founding director of the Master of Science in Finance program at the University of Kentucky.
The technical editor on this book was Emmanuel Maggiori.

Зміст

Table of Contents

Part 1
1 What is generative AI and why PyTorch?
2 Deep learning with PyTorch
3 Generative adversarial networks: Shape and number generation
Part 2
4 Image generation with generative adversarial networks
5 Selecting characteristics in generated images
6 CycleGAN: Converting blond hair to black hair
7 Image generation with variational autoencoders
Part 3
8 Text generation with recurrent neural networks
9 A line-by-line implementation of attention and Transformer
10 Training a Transformer to translate English to French
11 Building a generative pretrained Transformer from scratch
12 Training a Transformer to generate text
Part 4
13 Music generation with MuseGAN
14 Building and training a music Transformer
15 Diffusion models and text-to-image Transformers
16 Pretrained large language models and the LangChain library
Appendixes
A Installing Python, Jupyter Notebook, and PyTorch
B Minimally qualified readers and deep learning basics

Відгуки про Learn Generative AI with PyTorch

Learn Generative AI with PyTorch
Learn Generative AI with PyTorch
1'600 ₴
Купити
Персонально для вас
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 ₴
Generative Artificial Intelligence: Exploring the Power and Potential of Generative AI First Edition
284238
Shivam SolankiDrupad Khublani
1'600 ₴
AI-Assisted Programming for Web and Machine Learning: Improve your development workflow with ChatGPT and GitHub Copilot
295064
Christoffer NoringAnjali JainMarina FernandezAyse MutluAjit Jaokar
1'600 ₴
Generative AI-Powered Assistant for Developers: Accelerate software development with Amazon Q Developer
295066
Behram IraniRahul Sonawane
1'600 ₴
Building Generative AI Agents: Using LangGraph, AutoGen, and CrewAI First Edition
306572
Gaurav DeshmukhTom Taulli
1'600 ₴
Mastering Spring AI: The Java Developer’s Guide for Large Language Models and Generative AI First Edition
306579
Banu Parasuraman
1'600 ₴
The Art of AI Product Development: Delivering business value
306587
Dr. Janna Lipenkova
1'600 ₴
Essential GraphRAG: Knowledge Graph-Enhanced RAG
310262
Tomaz BratanicOskar Hane
1'600 ₴
Designing Deep Learning Systems: A software engineer's guide
246935
Chi WangDonald Szeto
1'650 ₴
Practical AI for Healthcare Professionals. Machine Learning with Numpy, Scikit-learn, and TensorFlow. 1st Ed.
244715
Abhinav Suri
1'700 ₴
Architecting Data and Machine Learning Platforms: Enable Analytics and AI-Driven Innovation in the Cloud 1st Edition
274432
Marco TranquillinFirat TekinerValliappa Lakshmanan
1'700 ₴
The Secret Life of Programs: Understand Computers - Craft Better Code
303118
Jonathan E. Steinhart
900 ₴
Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition
264108
Adam Freeman
1'740 ₴
Kotlin in Action, Second Edition 2nd Edition
289708
Sebastian AignerRoman ElizarovSvetlana IsakovaDmitry Jemerov
1'800 ₴
Designing Deep Learning Systems: A software engineer's guide
246935
Chi WangDonald Szeto
1'650 ₴
Mastering Go - Fourth Edition: Leverage Go's expertise for advanced utilities, empowering you to develop professional software 4th ed. Edition
281125
Mihalis Tsoukalos
2'300 ₴
Google Anthos in Action: Manage hybrid and multi-cloud Kubernetes clusters
281498
Antonio Gulli et al.
1'400 ₴
Prometheus: Up & Running: Infrastructure and Application Performance Monitoring 2nd Edition
274006
Julien PivottoBrian Brazil
1'700 ₴
Web Development Career Master Plan: Learn what it means to be a web developer and launch your journey toward a career in the industry
282242
Frank W. Zammetti
1'800 ₴