AI for Everyone?

AI for Everyone? PDF Author: Pieter Verdegem
Publisher: University of Westminster Press
ISBN: 1914386132
Category : Computers
Languages : en
Pages : 310

Get Book

Book Description
We are entering a new era of technological determinism and solutionism in which governments and business actors are seeking data-driven change, assuming that Artificial Intelligence is now inevitable and ubiquitous. But we have not even started asking the right questions, let alone developed an understanding of the consequences. Urgently needed is debate that asks and answers fundamental questions about power. This book brings together critical interrogations of what constitutes AI, its impact and its inequalities in order to offer an analysis of what it means for AI to deliver benefits for everyone. The book is structured in three parts: Part 1, AI: Humans vs. Machines, presents critical perspectives on human-machine dualism. Part 2, Discourses and Myths About AI, excavates metaphors and policies to ask normative questions about what is ‘desirable’ AI and what conditions make this possible. Part 3, AI Power and Inequalities, discusses how the implementation of AI creates important challenges that urgently need to be addressed. Bringing together scholars from diverse disciplinary backgrounds and regional contexts, this book offers a vital intervention on one of the most hyped concepts of our times.

AI for Everyone?

AI for Everyone? PDF Author: Pieter Verdegem
Publisher: University of Westminster Press
ISBN: 1914386132
Category : Computers
Languages : en
Pages : 310

Get Book

Book Description
We are entering a new era of technological determinism and solutionism in which governments and business actors are seeking data-driven change, assuming that Artificial Intelligence is now inevitable and ubiquitous. But we have not even started asking the right questions, let alone developed an understanding of the consequences. Urgently needed is debate that asks and answers fundamental questions about power. This book brings together critical interrogations of what constitutes AI, its impact and its inequalities in order to offer an analysis of what it means for AI to deliver benefits for everyone. The book is structured in three parts: Part 1, AI: Humans vs. Machines, presents critical perspectives on human-machine dualism. Part 2, Discourses and Myths About AI, excavates metaphors and policies to ask normative questions about what is ‘desirable’ AI and what conditions make this possible. Part 3, AI Power and Inequalities, discusses how the implementation of AI creates important challenges that urgently need to be addressed. Bringing together scholars from diverse disciplinary backgrounds and regional contexts, this book offers a vital intervention on one of the most hyped concepts of our times.

AI for Everyone: benefitting from and building trust in the technology

AI for Everyone: benefitting from and building trust in the technology PDF Author: Jiro Kokuryo
Publisher: Lulu.com
ISBN: 0244557306
Category : Computers
Languages : en
Pages : 114

Get Book

Book Description
If governed adequately, AI (artificial intelligence) has the potential to benefit humankind enormously. However, if mismanaged, it also has the potential to harm humanity catastrophically. The title of this book reflects the belief that access to the benefits of AI, awareness about the nature of the technology, governance of the technology and its development process with a focus on responsible development, should be transparent, open, understood by and accessible to all people regardless of their geographic, generational, economic, cultural and/or other social background. The book is the result of a discussion series organized by the Association of Pacific Rim Universities (APRU) which was financially supported by Google.

Deep Learning for Coders with fastai and PyTorch

Deep Learning for Coders with fastai and PyTorch PDF Author: Jeremy Howard
Publisher: O'Reilly Media
ISBN: 1492045497
Category : Computers
Languages : en
Pages : 624

Get Book

Book Description
Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code. How? With fastai, the first library to provide a consistent interface to the most frequently used deep learning applications. Authors Jeremy Howard and Sylvain Gugger, the creators of fastai, show you how to train a model on a wide range of tasks using fastai and PyTorch. You’ll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes. Train models in computer vision, natural language processing, tabular data, and collaborative filtering Learn the latest deep learning techniques that matter most in practice Improve accuracy, speed, and reliability by understanding how deep learning models work Discover how to turn your models into web applications Implement deep learning algorithms from scratch Consider the ethical implications of your work Gain insight from the foreword by PyTorch cofounder, Soumith Chintala

Artificial Intelligence

Artificial Intelligence PDF Author: Melanie Mitchell
Publisher: Farrar, Straus and Giroux
ISBN: 0374715238
Category : Computers
Languages : en
Pages : 336

Get Book

Book Description
Melanie Mitchell separates science fact from science fiction in this sweeping examination of the current state of AI and how it is remaking our world No recent scientific enterprise has proved as alluring, terrifying, and filled with extravagant promise and frustrating setbacks as artificial intelligence. The award-winning author Melanie Mitchell, a leading computer scientist, now reveals AI’s turbulent history and the recent spate of apparent successes, grand hopes, and emerging fears surrounding it. In Artificial Intelligence, Mitchell turns to the most urgent questions concerning AI today: How intelligent—really—are the best AI programs? How do they work? What can they actually do, and when do they fail? How humanlike do we expect them to become, and how soon do we need to worry about them surpassing us? Along the way, she introduces the dominant models of modern AI and machine learning, describing cutting-edge AI programs, their human inventors, and the historical lines of thought underpinning recent achievements. She meets with fellow experts such as Douglas Hofstadter, the cognitive scientist and Pulitzer Prize–winning author of the modern classic Gödel, Escher, Bach, who explains why he is “terrified” about the future of AI. She explores the profound disconnect between the hype and the actual achievements in AI, providing a clear sense of what the field has accomplished and how much further it has to go. Interweaving stories about the science of AI and the people behind it, Artificial Intelligence brims with clear-sighted, captivating, and accessible accounts of the most interesting and provocative modern work in the field, flavored with Mitchell’s humor and personal observations. This frank, lively book is an indispensable guide to understanding today’s AI, its quest for “human-level” intelligence, and its impact on the future for us all.

Artificial Intelligence with Python

Artificial Intelligence with Python PDF Author: Prateek Joshi
Publisher: Packt Publishing Ltd
ISBN: 1786469677
Category : Computers
Languages : en
Pages : 437

Get Book

Book Description
Build real-world Artificial Intelligence applications with Python to intelligently interact with the world around you About This Book Step into the amazing world of intelligent apps using this comprehensive guide Enter the world of Artificial Intelligence, explore it, and create your own applications Work through simple yet insightful examples that will get you up and running with Artificial Intelligence in no time Who This Book Is For This book is for Python developers who want to build real-world Artificial Intelligence applications. This book is friendly to Python beginners, but being familiar with Python would be useful to play around with the code. It will also be useful for experienced Python programmers who are looking to use Artificial Intelligence techniques in their existing technology stacks. What You Will Learn Realize different classification and regression techniques Understand the concept of clustering and how to use it to automatically segment data See how to build an intelligent recommender system Understand logic programming and how to use it Build automatic speech recognition systems Understand the basics of heuristic search and genetic programming Develop games using Artificial Intelligence Learn how reinforcement learning works Discover how to build intelligent applications centered on images, text, and time series data See how to use deep learning algorithms and build applications based on it In Detail Artificial Intelligence is becoming increasingly relevant in the modern world where everything is driven by technology and data. It is used extensively across many fields such as search engines, image recognition, robotics, finance, and so on. We will explore various real-world scenarios in this book and you'll learn about various algorithms that can be used to build Artificial Intelligence applications. During the course of this book, you will find out how to make informed decisions about what algorithms to use in a given context. Starting from the basics of Artificial Intelligence, you will learn how to develop various building blocks using different data mining techniques. You will see how to implement different algorithms to get the best possible results, and will understand how to apply them to real-world scenarios. If you want to add an intelligence layer to any application that's based on images, text, stock market, or some other form of data, this exciting book on Artificial Intelligence will definitely be your guide! Style and approach This highly practical book will show you how to implement Artificial Intelligence. The book provides multiple examples enabling you to create smart applications to meet the needs of your organization. In every chapter, we explain an algorithm, implement it, and then build a smart application.

AI Crash Course

AI Crash Course PDF Author: Hadelin de Ponteves
Publisher: Packt Publishing Ltd
ISBN: 1838645551
Category : Computers
Languages : en
Pages : 361

Get Book

Book Description
Unlock the power of artificial intelligence with top Udemy AI instructor Hadelin de Ponteves. Key FeaturesLearn from friendly, plain English explanations and practical activitiesPut ideas into action with 5 hands-on projects that show step-by-step how to build intelligent softwareUse AI to win classic video games and construct a virtual self-driving carBook Description Welcome to the Robot World ... and start building intelligent software now! Through his best-selling video courses, Hadelin de Ponteves has taught hundreds of thousands of people to write AI software. Now, for the first time, his hands-on, energetic approach is available as a book. Starting with the basics before easing you into more complicated formulas and notation, AI Crash Course gives you everything you need to build AI systems with reinforcement learning and deep learning. Five full working projects put the ideas into action, showing step-by-step how to build intelligent software using the best and easiest tools for AI programming, including Python, TensorFlow, Keras, and PyTorch. AI Crash Course teaches everyone to build an AI to work in their applications. Once you've read this book, you're only limited by your imagination. What you will learnMaster the basics of AI without any previous experienceBuild fun projects, including a virtual-self-driving car and a robot warehouse workerUse AI to solve real-world business problemsLearn how to code in PythonDiscover the 5 principles of reinforcement learningCreate your own AI toolkitWho this book is for If you want to add AI to your skillset, this book is for you. It doesn't require data science or machine learning knowledge. Just maths basics (high school level).

Reprogramming the American Dream

Reprogramming the American Dream PDF Author: Kevin Scott
Publisher: HarperCollins
ISBN: 0062879898
Category : Business & Economics
Languages : en
Pages : 274

Get Book

Book Description
** #1 Wall Street Journal Bestseller ** In this essential book written by a rural native and Silicon Valley veteran, Microsoft’s Chief technology officer tackles one of the most critical issues facing society today: the future of artificial intelligence and how it can be realistically used to promote growth, even in a shifting employment landscape. There are two prevailing stories about AI: for heartland low- and middle-skill workers, a dystopian tale of steadily increasing job destruction; for urban knowledge workers and the professional class, a utopian tale of enhanced productivity and convenience. But there is a third way to look at this technology that will revolutionize the workplace and ultimately the world. Kevin Scott argues that AI has the potential to create abundance and opportunity for everyone and help solve some of our most vexing problems. As the chief technology officer at Microsoft, he is deeply involved in the development of AI applications, yet mindful of their potential impact on workers—knowledge he gained firsthand growing up in rural Virginia. Yes, the AI Revolution will radically disrupt economics and employment for everyone for generations to come. But what if leaders prioritized the programming of both future technology and public policy to work together to find solutions ahead of the coming AI epoch? Like public health, the space program, climate change and public education, we need international understanding and collaboration on the future of AI and work. For Scott, the crucial question facing all of us is this: How do we work to ensure that the continued development of AI allows us to keep the American Dream alive? In this thoughtful, informed guide, he offers a clear roadmap to find the answer.

AI for Cars

AI for Cars PDF Author: Josep Aulinas
Publisher: CRC Press
ISBN: 1000417166
Category : Computers
Languages : en
Pages : 128

Get Book

Book Description
Artificial Intelligence (AI) is undoubtedly playing an increasingly significant role in automobile technology. In fact, cars inhabit one of just a few domains where you will find many AI innovations packed into a single product. AI for Cars provides a brief guided tour through many different AI landscapes including robotics, image and speech processing, recommender systems and onto deep learning, all within the automobile world. From pedestrian detection to driver monitoring to recommendation engines, the book discusses the background, research and progress thousands of talented engineers and researchers have achieved thus far, and their plans to deploy this life-saving technology all over the world.

Competing in the Age of AI

Competing in the Age of AI PDF Author: Marco Iansiti
Publisher: Harvard Business Press
ISBN: 1633697630
Category : Business & Economics
Languages : en
Pages : 175

Get Book

Book Description
"a provocative new book" — The New York Times AI-centric organizations exhibit a new operating architecture, redefining how they create, capture, share, and deliver value. Now with a new preface that explores how the coronavirus crisis compelled organizations such as Massachusetts General Hospital, Verizon, and IKEA to transform themselves with remarkable speed, Marco Iansiti and Karim R. Lakhani show how reinventing the firm around data, analytics, and AI removes traditional constraints on scale, scope, and learning that have restricted business growth for hundreds of years. From Airbnb to Ant Financial, Microsoft to Amazon, research shows how AI-driven processes are vastly more scalable than traditional processes, allow massive scope increase, enabling companies to straddle industry boundaries, and create powerful opportunities for learning—to drive ever more accurate, complex, and sophisticated predictions. When traditional operating constraints are removed, strategy becomes a whole new game, one whose rules and likely outcomes this book will make clear. Iansiti and Lakhani: Present a framework for rethinking business and operating models Explain how "collisions" between AI-driven/digital and traditional/analog firms are reshaping competition, altering the structure of our economy, and forcing traditional companies to rearchitect their operating models Explain the opportunities and risks created by digital firms Describe the new challenges and responsibilities for the leaders of both digital and traditional firms Packed with examples—including many from the most powerful and innovative global, AI-driven competitors—and based on research in hundreds of firms across many sectors, this is your essential guide for rethinking how your firm competes and operates in the era of AI.

AI for Sports

AI for Sports PDF Author: Chris Brady
Publisher: CRC Press
ISBN: 1000533220
Category : Computers
Languages : en
Pages : 90

Get Book

Book Description
It seems that artificial intelligence (AI) is always just five years away, but it never arrives. Recently, however. developments have made the practical utility of game theory a genuine reality. Will sport provide the petri dish in which AI will prove itself? What do domain specialists like managers and coaches want to know that they can’t currently find out, and can AI provide the answer? What competitive advantages might AI provide for recruitment, performance and tactics, health and fitness, pedagogy, broadcasting, eSports, gambling and stadium design in the future? Written by leading experts in both sports management and AI, AI for Sports begins to answer these and many other questions on the future of AI for sports.