Author: David Foster
Publisher: "O'Reilly Media, Inc."
ISBN: 1492041890
Category : Computers
Languages : en
Pages : 301
Book Description
Generative modeling is one of the hottest topics in AI. It’s now possible to teach a machine to excel at human endeavors such as painting, writing, and composing music. With this practical book, machine-learning engineers and data scientists will discover how to re-create some of the most impressive examples of generative deep learning models, such as variational autoencoders,generative adversarial networks (GANs), encoder-decoder models and world models. Author David Foster demonstrates the inner workings of each technique, starting with the basics of deep learning before advancing to some of the most cutting-edge algorithms in the field. Through tips and tricks, you’ll understand how to make your models learn more efficiently and become more creative. Discover how variational autoencoders can change facial expressions in photos Build practical GAN examples from scratch, including CycleGAN for style transfer and MuseGAN for music generation Create recurrent generative models for text generation and learn how to improve the models using attention Understand how generative models can help agents to accomplish tasks within a reinforcement learning setting Explore the architecture of the Transformer (BERT, GPT-2) and image generation models such as ProGAN and StyleGAN
Generative Deep Learning
Author: David Foster
Publisher: "O'Reilly Media, Inc."
ISBN: 1492041890
Category : Computers
Languages : en
Pages : 301
Book Description
Generative modeling is one of the hottest topics in AI. It’s now possible to teach a machine to excel at human endeavors such as painting, writing, and composing music. With this practical book, machine-learning engineers and data scientists will discover how to re-create some of the most impressive examples of generative deep learning models, such as variational autoencoders,generative adversarial networks (GANs), encoder-decoder models and world models. Author David Foster demonstrates the inner workings of each technique, starting with the basics of deep learning before advancing to some of the most cutting-edge algorithms in the field. Through tips and tricks, you’ll understand how to make your models learn more efficiently and become more creative. Discover how variational autoencoders can change facial expressions in photos Build practical GAN examples from scratch, including CycleGAN for style transfer and MuseGAN for music generation Create recurrent generative models for text generation and learn how to improve the models using attention Understand how generative models can help agents to accomplish tasks within a reinforcement learning setting Explore the architecture of the Transformer (BERT, GPT-2) and image generation models such as ProGAN and StyleGAN
Publisher: "O'Reilly Media, Inc."
ISBN: 1492041890
Category : Computers
Languages : en
Pages : 301
Book Description
Generative modeling is one of the hottest topics in AI. It’s now possible to teach a machine to excel at human endeavors such as painting, writing, and composing music. With this practical book, machine-learning engineers and data scientists will discover how to re-create some of the most impressive examples of generative deep learning models, such as variational autoencoders,generative adversarial networks (GANs), encoder-decoder models and world models. Author David Foster demonstrates the inner workings of each technique, starting with the basics of deep learning before advancing to some of the most cutting-edge algorithms in the field. Through tips and tricks, you’ll understand how to make your models learn more efficiently and become more creative. Discover how variational autoencoders can change facial expressions in photos Build practical GAN examples from scratch, including CycleGAN for style transfer and MuseGAN for music generation Create recurrent generative models for text generation and learn how to improve the models using attention Understand how generative models can help agents to accomplish tasks within a reinforcement learning setting Explore the architecture of the Transformer (BERT, GPT-2) and image generation models such as ProGAN and StyleGAN
The Atlas of AI
Author: Kate Crawford
Publisher: Yale University Press
ISBN: 0300209576
Category : Computers
Languages : en
Pages : 336
Book Description
The hidden costs of artificial intelligence, from natural resources and labor to privacy and freedom What happens when artificial intelligence saturates political life and depletes the planet? How is AI shaping our understanding of ourselves and our societies? In this book Kate Crawford reveals how this planetary network is fueling a shift toward undemocratic governance and increased inequality. Drawing on more than a decade of research, award-winning science, and technology, Crawford reveals how AI is a technology of extraction: from the energy and minerals needed to build and sustain its infrastructure, to the exploited workers behind "automated" services, to the data AI collects from us. Rather than taking a narrow focus on code and algorithms, Crawford offers us a political and a material perspective on what it takes to make artificial intelligence and where it goes wrong. While technical systems present a veneer of objectivity, they are always systems of power. This is an urgent account of what is at stake as technology companies use artificial intelligence to reshape the world.
Publisher: Yale University Press
ISBN: 0300209576
Category : Computers
Languages : en
Pages : 336
Book Description
The hidden costs of artificial intelligence, from natural resources and labor to privacy and freedom What happens when artificial intelligence saturates political life and depletes the planet? How is AI shaping our understanding of ourselves and our societies? In this book Kate Crawford reveals how this planetary network is fueling a shift toward undemocratic governance and increased inequality. Drawing on more than a decade of research, award-winning science, and technology, Crawford reveals how AI is a technology of extraction: from the energy and minerals needed to build and sustain its infrastructure, to the exploited workers behind "automated" services, to the data AI collects from us. Rather than taking a narrow focus on code and algorithms, Crawford offers us a political and a material perspective on what it takes to make artificial intelligence and where it goes wrong. While technical systems present a veneer of objectivity, they are always systems of power. This is an urgent account of what is at stake as technology companies use artificial intelligence to reshape the world.
Generative AI with Python and TensorFlow 2
Author: Joseph Babcock
Publisher: Packt Publishing Ltd
ISBN: 1800208502
Category : Computers
Languages : en
Pages : 489
Book Description
Fun and exciting projects to learn what artificial minds can create Key FeaturesCode examples are in TensorFlow 2, which make it easy for PyTorch users to follow alongLook inside the most famous deep generative models, from GPT to MuseGANLearn to build and adapt your own models in TensorFlow 2.xExplore exciting, cutting-edge use cases for deep generative AIBook Description Machines are excelling at creative human skills such as painting, writing, and composing music. Could you be more creative than generative AI? In this book, you’ll explore the evolution of generative models, from restricted Boltzmann machines and deep belief networks to VAEs and GANs. You’ll learn how to implement models yourself in TensorFlow and get to grips with the latest research on deep neural networks. There’s been an explosion in potential use cases for generative models. You’ll look at Open AI’s news generator, deepfakes, and training deep learning agents to navigate a simulated environment. Recreate the code that’s under the hood and uncover surprising links between text, image, and music generation. What you will learnExport the code from GitHub into Google Colab to see how everything works for yourselfCompose music using LSTM models, simple GANs, and MuseGANCreate deepfakes using facial landmarks, autoencoders, and pix2pix GANLearn how attention and transformers have changed NLPBuild several text generation pipelines based on LSTMs, BERT, and GPT-2Implement paired and unpaired style transfer with networks like StyleGANDiscover emerging applications of generative AI like folding proteins and creating videos from imagesWho this book is for This is a book for Python programmers who are keen to create and have some fun using generative models. To make the most out of this book, you should have a basic familiarity with math and statistics for machine learning.
Publisher: Packt Publishing Ltd
ISBN: 1800208502
Category : Computers
Languages : en
Pages : 489
Book Description
Fun and exciting projects to learn what artificial minds can create Key FeaturesCode examples are in TensorFlow 2, which make it easy for PyTorch users to follow alongLook inside the most famous deep generative models, from GPT to MuseGANLearn to build and adapt your own models in TensorFlow 2.xExplore exciting, cutting-edge use cases for deep generative AIBook Description Machines are excelling at creative human skills such as painting, writing, and composing music. Could you be more creative than generative AI? In this book, you’ll explore the evolution of generative models, from restricted Boltzmann machines and deep belief networks to VAEs and GANs. You’ll learn how to implement models yourself in TensorFlow and get to grips with the latest research on deep neural networks. There’s been an explosion in potential use cases for generative models. You’ll look at Open AI’s news generator, deepfakes, and training deep learning agents to navigate a simulated environment. Recreate the code that’s under the hood and uncover surprising links between text, image, and music generation. What you will learnExport the code from GitHub into Google Colab to see how everything works for yourselfCompose music using LSTM models, simple GANs, and MuseGANCreate deepfakes using facial landmarks, autoencoders, and pix2pix GANLearn how attention and transformers have changed NLPBuild several text generation pipelines based on LSTMs, BERT, and GPT-2Implement paired and unpaired style transfer with networks like StyleGANDiscover emerging applications of generative AI like folding proteins and creating videos from imagesWho this book is for This is a book for Python programmers who are keen to create and have some fun using generative models. To make the most out of this book, you should have a basic familiarity with math and statistics for machine learning.
Hyperwar
Author: Amir Husain
Publisher: Am Press
ISBN:
Category : Law
Languages : en
Pages : 0
Book Description
The Hyperwar era is upon us. The fusion of distributed artificial intelligence with highly autonomous military systems ushers in a type of lightning-quick conflict that has never been seen before. Yet this is more than a revolution in military affairs; it is a revolution in human affairs that will transform the 21st century defense and security environment. Advances in AI will fundamentally change the human condition, and with it, a profoundly human undertaking, war. Conflict and Competition in the AI Century, gathers essays by leading experts in artificial intelligence explore the operational, technological, ethical, and professional military dimensions of this new era in which US dominance is no longer assured. "'Hyperwar' doesn't just admire the problem of AI-fueled warfare, it offers concrete approaches to help U.S. policymakers and our allies prepare. It is a 'must read' for all humans seeking to be 'in the loop or on the loop' before these technologies outpace our capacity to make ethical, strategic and secure decisions about our future." -Ambassador Victoria Nuland CEO, Center for a New American Security
Publisher: Am Press
ISBN:
Category : Law
Languages : en
Pages : 0
Book Description
The Hyperwar era is upon us. The fusion of distributed artificial intelligence with highly autonomous military systems ushers in a type of lightning-quick conflict that has never been seen before. Yet this is more than a revolution in military affairs; it is a revolution in human affairs that will transform the 21st century defense and security environment. Advances in AI will fundamentally change the human condition, and with it, a profoundly human undertaking, war. Conflict and Competition in the AI Century, gathers essays by leading experts in artificial intelligence explore the operational, technological, ethical, and professional military dimensions of this new era in which US dominance is no longer assured. "'Hyperwar' doesn't just admire the problem of AI-fueled warfare, it offers concrete approaches to help U.S. policymakers and our allies prepare. It is a 'must read' for all humans seeking to be 'in the loop or on the loop' before these technologies outpace our capacity to make ethical, strategic and secure decisions about our future." -Ambassador Victoria Nuland CEO, Center for a New American Security
Generative AI and LLMs
Author: S. Balasubramaniam
Publisher: Walter de Gruyter GmbH & Co KG
ISBN: 311142507X
Category : Computers
Languages : en
Pages : 290
Book Description
Generative artificial intelligence (GAI) and large language models (LLM) are machine learning algorithms that operate in an unsupervised or semi-supervised manner. These algorithms leverage pre-existing content, such as text, photos, audio, video, and code, to generate novel content. The primary objective is to produce authentic and novel material. In addition, there exists an absence of constraints on the quantity of novel material that they are capable of generating. New material can be generated through the utilization of Application Programming Interfaces (APIs) or natural language interfaces, such as the ChatGPT developed by Open AI and Bard developed by Google. The field of generative artificial intelligence (AI) stands out due to its unique characteristic of undergoing development and maturation in a highly transparent manner, with its progress being observed by the public at large. The current era of artificial intelligence is being influenced by the imperative to effectively utilise its capabilities in order to enhance corporate operations. Specifically, the use of large language model (LLM) capabilities, which fall under the category of Generative AI, holds the potential to redefine the limits of innovation and productivity. However, as firms strive to include new technologies, there is a potential for compromising data privacy, long-term competitiveness, and environmental sustainability. This book delves into the exploration of generative artificial intelligence (GAI) and LLM. It examines the historical and evolutionary development of generative AI models, as well as the challenges and issues that have emerged from these models and LLM. This book also discusses the necessity of generative AI-based systems and explores the various training methods that have been developed for generative AI models, including LLM pretraining, LLM fine-tuning, and reinforcement learning from human feedback. Additionally, it explores the potential use cases, applications, and ethical considerations associated with these models. This book concludes by discussing future directions in generative AI and presenting various case studies that highlight the applications of generative AI and LLM.
Publisher: Walter de Gruyter GmbH & Co KG
ISBN: 311142507X
Category : Computers
Languages : en
Pages : 290
Book Description
Generative artificial intelligence (GAI) and large language models (LLM) are machine learning algorithms that operate in an unsupervised or semi-supervised manner. These algorithms leverage pre-existing content, such as text, photos, audio, video, and code, to generate novel content. The primary objective is to produce authentic and novel material. In addition, there exists an absence of constraints on the quantity of novel material that they are capable of generating. New material can be generated through the utilization of Application Programming Interfaces (APIs) or natural language interfaces, such as the ChatGPT developed by Open AI and Bard developed by Google. The field of generative artificial intelligence (AI) stands out due to its unique characteristic of undergoing development and maturation in a highly transparent manner, with its progress being observed by the public at large. The current era of artificial intelligence is being influenced by the imperative to effectively utilise its capabilities in order to enhance corporate operations. Specifically, the use of large language model (LLM) capabilities, which fall under the category of Generative AI, holds the potential to redefine the limits of innovation and productivity. However, as firms strive to include new technologies, there is a potential for compromising data privacy, long-term competitiveness, and environmental sustainability. This book delves into the exploration of generative artificial intelligence (GAI) and LLM. It examines the historical and evolutionary development of generative AI models, as well as the challenges and issues that have emerged from these models and LLM. This book also discusses the necessity of generative AI-based systems and explores the various training methods that have been developed for generative AI models, including LLM pretraining, LLM fine-tuning, and reinforcement learning from human feedback. Additionally, it explores the potential use cases, applications, and ethical considerations associated with these models. This book concludes by discussing future directions in generative AI and presenting various case studies that highlight the applications of generative AI and LLM.
Outsmarting AI
Author: Brennan Pursell
Publisher: Rowman & Littlefield
ISBN: 1538136252
Category : Business & Economics
Languages : en
Pages : 225
Book Description
From factories to smartphones, Artificial Intelligence is already taking over. Outsmarting AI is not a how-to guide on making AI work, but making it work for YOU to boost profits and productivity. Each development in Artificial Intelligence (AI) technology brings about apprehension and panic for the future of society and for business. We’re bombarded with stories about the impending human-less workplace; it is no longer a question if man can be replaced by machine in certain tasks, but when. However, AI was not manufactured to destroy life as we know it. These emerging technologies were developed and are constantly updating with a particular goal in mind: optimization. AI feeds on data and information to improve outputs and increase potential. With this enhanced productivity, profit and productivity will be sure to follow. Written by Brennan Pursell, a business consultant and professor who hates jargon, and Joshua Walker, an AI pioneer with 18 years of experience in solutions and applications, Outsmarting AI is the first plain-English how-to guide on adapting AI for the non-coding proficient business leader. This book will help readers to Cut through the fog of AI hype See exactly what AI can actually do for people in business Identify the areas of their organization in most need of AI tools Prepare and control their data – AI is useless without it Adopt AI and develop the right culture to support it Track the productivity boost, cost savings, and increased profits Manage and minimize the threat of crippling lawsuits
Publisher: Rowman & Littlefield
ISBN: 1538136252
Category : Business & Economics
Languages : en
Pages : 225
Book Description
From factories to smartphones, Artificial Intelligence is already taking over. Outsmarting AI is not a how-to guide on making AI work, but making it work for YOU to boost profits and productivity. Each development in Artificial Intelligence (AI) technology brings about apprehension and panic for the future of society and for business. We’re bombarded with stories about the impending human-less workplace; it is no longer a question if man can be replaced by machine in certain tasks, but when. However, AI was not manufactured to destroy life as we know it. These emerging technologies were developed and are constantly updating with a particular goal in mind: optimization. AI feeds on data and information to improve outputs and increase potential. With this enhanced productivity, profit and productivity will be sure to follow. Written by Brennan Pursell, a business consultant and professor who hates jargon, and Joshua Walker, an AI pioneer with 18 years of experience in solutions and applications, Outsmarting AI is the first plain-English how-to guide on adapting AI for the non-coding proficient business leader. This book will help readers to Cut through the fog of AI hype See exactly what AI can actually do for people in business Identify the areas of their organization in most need of AI tools Prepare and control their data – AI is useless without it Adopt AI and develop the right culture to support it Track the productivity boost, cost savings, and increased profits Manage and minimize the threat of crippling lawsuits
The Sentient Machine
Author: Amir Husain
Publisher: Simon and Schuster
ISBN: 1501144677
Category : Computers
Languages : en
Pages : 224
Book Description
Explores universal questions about humanity's capacity for living and thriving in the coming age of sentient machines and AI, examining debates from opposing perspectives while discussing emerging intellectual diversity and its potential role in enabling a positive life.
Publisher: Simon and Schuster
ISBN: 1501144677
Category : Computers
Languages : en
Pages : 224
Book Description
Explores universal questions about humanity's capacity for living and thriving in the coming age of sentient machines and AI, examining debates from opposing perspectives while discussing emerging intellectual diversity and its potential role in enabling a positive life.
Radically Human
Author: Paul Daugherty
Publisher: Harvard Business Press
ISBN: 1647821096
Category : Business & Economics
Languages : en
Pages : 152
Book Description
Technology advances are making tech more . . . human. This changes everything you thought you knew about innovation and strategy. In their groundbreaking book, Human + Machine, Accenture technology leaders Paul R. Daugherty and H. James Wilson showed how leading organizations use the power of human-machine collaboration to transform their processes and their bottom lines. Now, as new AI powered technologies like the metaverse, natural language processing, and digital twins begin to rapidly impact both life and work, those companies and other pioneers across industries are tipping the balance even more strikingly toward the human side with technology-led strategy that is reshaping the very nature of innovation. In Radically Human, Daugherty and Wilson show this profound shift, fast-forwarded by the pandemic, toward more human—and more humane—technology. Artificial intelligence is becoming less artificial and more intelligent. Instead of data-hungry approaches to AI, innovators are pursuing data-efficient approaches that enable machines to learn as humans do. Instead of replacing workers with machines, they're unleashing human expertise to create human-centered AI. In place of lumbering legacy IT systems, they're building cloud-first IT architectures able to continuously adapt to a world of billions of connected devices. And they're pursuing strategies that will take their place alongside classic, winning business formulas like disruptive innovation. These against-the-grain approaches to the basic building blocks of business—Intelligence, Data, Expertise, Architecture, and Strategy (IDEAS)—are transforming competition. Industrial giants and startups alike are drawing on this radically human IDEAS framework to create new business models, optimize post-pandemic approaches to work and talent, rebuild trust with their stakeholders, and show the way toward a sustainable future. With compelling insights and fresh examples from a variety of industries, Radically Human will forever change the way you think about, practice, and win with innovation.
Publisher: Harvard Business Press
ISBN: 1647821096
Category : Business & Economics
Languages : en
Pages : 152
Book Description
Technology advances are making tech more . . . human. This changes everything you thought you knew about innovation and strategy. In their groundbreaking book, Human + Machine, Accenture technology leaders Paul R. Daugherty and H. James Wilson showed how leading organizations use the power of human-machine collaboration to transform their processes and their bottom lines. Now, as new AI powered technologies like the metaverse, natural language processing, and digital twins begin to rapidly impact both life and work, those companies and other pioneers across industries are tipping the balance even more strikingly toward the human side with technology-led strategy that is reshaping the very nature of innovation. In Radically Human, Daugherty and Wilson show this profound shift, fast-forwarded by the pandemic, toward more human—and more humane—technology. Artificial intelligence is becoming less artificial and more intelligent. Instead of data-hungry approaches to AI, innovators are pursuing data-efficient approaches that enable machines to learn as humans do. Instead of replacing workers with machines, they're unleashing human expertise to create human-centered AI. In place of lumbering legacy IT systems, they're building cloud-first IT architectures able to continuously adapt to a world of billions of connected devices. And they're pursuing strategies that will take their place alongside classic, winning business formulas like disruptive innovation. These against-the-grain approaches to the basic building blocks of business—Intelligence, Data, Expertise, Architecture, and Strategy (IDEAS)—are transforming competition. Industrial giants and startups alike are drawing on this radically human IDEAS framework to create new business models, optimize post-pandemic approaches to work and talent, rebuild trust with their stakeholders, and show the way toward a sustainable future. With compelling insights and fresh examples from a variety of industries, Radically Human will forever change the way you think about, practice, and win with innovation.
The AI-Powered Enterprise
Author: Seth Earley
Publisher: Lifetree Media
ISBN: 9781928055501
Category : Business & Economics
Languages : en
Pages : 320
Book Description
Learn how to develop and employ an ontology, the secret weapon for successfully using artificial intelligence to create a powerful competitive advantage in your business. The AI-Powered Enterprise examines two fundamental questions: First, how will the future be different as a result of artificial intelligence? And second, what must companies do to stake their claim on that future? When the Web came along in the mid-90s, it transformed the behavior of customers and remade whole industries. Now, as part of its promise to bring revolutionary change in untold ways to human activity, artificial intelligence--AI--is about to create another complete transformation in how companies create and deliver value to customers. But despite the billions spent so far on bots and other tools, AI continues to stumble. Why can't it magically use all the data organizations generate to make them run faster and better? Because something is missing. AI works only when it understands the soul of the business. An ontology is a holistic digital model of every piece of information that matters to the business, from processes to products to people, and it's what makes the difference between the promise of AI and delivering on that promise. Business leaders who want to catch the AI wave--rather than be crushed by it--need to read The AI-Powered Enterprise. The book is the first to combine a sophisticated explanation of how AI works with a practical approach to applying AI to the problems of business, from customer experience to business operations to product development.
Publisher: Lifetree Media
ISBN: 9781928055501
Category : Business & Economics
Languages : en
Pages : 320
Book Description
Learn how to develop and employ an ontology, the secret weapon for successfully using artificial intelligence to create a powerful competitive advantage in your business. The AI-Powered Enterprise examines two fundamental questions: First, how will the future be different as a result of artificial intelligence? And second, what must companies do to stake their claim on that future? When the Web came along in the mid-90s, it transformed the behavior of customers and remade whole industries. Now, as part of its promise to bring revolutionary change in untold ways to human activity, artificial intelligence--AI--is about to create another complete transformation in how companies create and deliver value to customers. But despite the billions spent so far on bots and other tools, AI continues to stumble. Why can't it magically use all the data organizations generate to make them run faster and better? Because something is missing. AI works only when it understands the soul of the business. An ontology is a holistic digital model of every piece of information that matters to the business, from processes to products to people, and it's what makes the difference between the promise of AI and delivering on that promise. Business leaders who want to catch the AI wave--rather than be crushed by it--need to read The AI-Powered Enterprise. The book is the first to combine a sophisticated explanation of how AI works with a practical approach to applying AI to the problems of business, from customer experience to business operations to product development.
Unlocking the Power of AI
Author: Myra Roldan
Publisher: American Society for Training and Development
ISBN: 1957157968
Category : Business & Economics
Languages : en
Pages : 20
Book Description
Artificial intelligence adoption is accelerating across industries, but many learning teams may not be moving the needle fast enough. Now is the prime opportunity for learning teams to prioritize its usage. However, although some L&D professionals have experimented with generative AI tools, few know what the game-changing technology really is. In this issue of TD at Work, Myra Roldan shares: A simplified explanation of how AI works The difference between traditional AI and generative AI Sample use cases for L&D professionals to think about A brief overview of how to get started using AI Some notes on privacy and ethics The Tools & Resources in this issue are an Artificial Intelligence Tool Evaluation Worksheet and an Artificial Intelligence Project Planning Checklist.
Publisher: American Society for Training and Development
ISBN: 1957157968
Category : Business & Economics
Languages : en
Pages : 20
Book Description
Artificial intelligence adoption is accelerating across industries, but many learning teams may not be moving the needle fast enough. Now is the prime opportunity for learning teams to prioritize its usage. However, although some L&D professionals have experimented with generative AI tools, few know what the game-changing technology really is. In this issue of TD at Work, Myra Roldan shares: A simplified explanation of how AI works The difference between traditional AI and generative AI Sample use cases for L&D professionals to think about A brief overview of how to get started using AI Some notes on privacy and ethics The Tools & Resources in this issue are an Artificial Intelligence Tool Evaluation Worksheet and an Artificial Intelligence Project Planning Checklist.