AI Assistants


Book Description

An accessible explanation of the technologies that enable such popular voice-interactive applications as Alexa, Siri, and Google Assistant. Have you talked to a machine lately? Asked Alexa to play a song, asked Siri to call a friend, asked Google Assistant to make a shopping list? This volume in the MIT Press Essential Knowledge series offers a nontechnical and accessible explanation of the technologies that enable these popular devices. Roberto Pieraccini, drawing on more than thirty years of experience at companies including Bell Labs, IBM, and Google, describes the developments in such fields as artificial intelligence, machine learning, speech recognition, and natural language understanding that allow us to outsource tasks to our ubiquitous virtual assistants. Pieraccini describes the software components that enable spoken communication between humans and computers, and explains why it's so difficult to build machines that understand humans. He explains speech recognition technology; problems in extracting meaning from utterances in order to execute a request; language and speech generation; the dialog manager module; and interactions with social assistants and robots. Finally, he considers the next big challenge in the development of virtual assistants: building in more intelligence--enabling them to do more than communicate in natural language and endowing them with the capacity to know us better, predict our needs more accurately, and perform complex tasks with ease.




Machine Learning


Book Description

A concise overview of machine learning—computer programs that learn from data—which underlies applications that include recommendation systems, face recognition, and driverless cars. Today, machine learning underlies a range of applications we use every day, from product recommendations to voice recognition—as well as some we don't yet use everyday, including driverless cars. It is the basis of the new approach in computing where we do not write programs but collect data; the idea is to learn the algorithms for the tasks automatically from data. As computing devices grow more ubiquitous, a larger part of our lives and work is recorded digitally, and as “Big Data” has gotten bigger, the theory of machine learning—the foundation of efforts to process that data into knowledge—has also advanced. In this book, machine learning expert Ethem Alpaydin offers a concise overview of the subject for the general reader, describing its evolution, explaining important learning algorithms, and presenting example applications. Alpaydin offers an account of how digital technology advanced from number-crunching mainframes to mobile devices, putting today's machine learning boom in context. He describes the basics of machine learning and some applications; the use of machine learning algorithms for pattern recognition; artificial neural networks inspired by the human brain; algorithms that learn associations between instances, with such applications as customer segmentation and learning recommendations; and reinforcement learning, when an autonomous agent learns act so as to maximize reward and minimize penalty. Alpaydin then considers some future directions for machine learning and the new field of “data science,” and discusses the ethical and legal implications for data privacy and security.




Artificial Intelligence For Dummies


Book Description

Step into the future with AI The term "Artificial Intelligence" has been around since the 1950s, but a lot has changed since then. Today, AI is referenced in the news, books, movies, and TV shows, and the exact definition is often misinterpreted. Artificial Intelligence For Dummies provides a clear introduction to AI and how it’s being used today. Inside, you’ll get a clear overview of the technology, the common misconceptions surrounding it, and a fascinating look at its applications in everything from self-driving cars and drones to its contributions in the medical field. Learn about what AI has contributed to society Explore uses for AI in computer applications Discover the limits of what AI can do Find out about the history of AI The world of AI is fascinating—and this hands-on guide makes it more accessible than ever!




Artificial Intelligence


Book Description

So, what is the deal with intelligent machines? Will they soon decide on things such as copyright infringement? How about self-driving trucks and cars? What kind of impact will smart machines have on society and the future of human jobs?




Machine Learning for Kids


Book Description

A hands-on, application-based introduction to machine learning and artificial intelligence (AI) that guides young readers through creating compelling AI-powered games and applications using the Scratch programming language. Machine learning (also known as ML) is one of the building blocks of AI, or artificial intelligence. AI is based on the idea that computers can learn on their own, with your help. Machine Learning for Kids will introduce you to machine learning, painlessly. With this book and its free, Scratch-based, award-winning companion website, you'll see how easy it is to add machine learning to your own projects. You don't even need to know how to code! As you work through the book you'll discover how machine learning systems can be taught to recognize text, images, numbers, and sounds, and how to train your models to improve their accuracy. You'll turn your models into fun computer games and apps, and see what happens when they get confused by bad data. You'll build 13 projects step-by-step from the ground up, including: • Rock, Paper, Scissors game that recognizes your hand shapes • An app that recommends movies based on other movies that you like • A computer character that reacts to insults and compliments • An interactive virtual assistant (like Siri or Alexa) that obeys commands • An AI version of Pac-Man, with a smart character that knows how to avoid ghosts NOTE: This book includes a Scratch tutorial for beginners, and step-by-step instructions for every project. Ages 12+




Introduction to Artificial Intelligence


Book Description

This book aims to provide physicians and scientists with the basics of Artificial Intelligence (AI) with a special focus on medical imaging. The contents of the book provide an introduction to the main topics of artificial intelligence currently applied on medical image analysis. The book starts with a chapter explaining the basic terms used in artificial intelligence for novice readers and embarks on a series of chapters each one of which provides the basics on one AI-related topic. The second chapter presents the programming languages and available automated tools that enable the development of AI applications for medical imaging. The third chapter endeavours to analyse the main traditional machine learning techniques, explaining algorithms such as random forests, support vector machines as well as basic neural networks. The applications of those machines on the analysis of radiomics data is expanded in the fourth chapter to allow the understanding of algorithms used to build classifiers for the diagnosis of disease processes with the use of radiomics. Chapter five provides the basics of natural language processing which has revolutionized the analysis of complex radiological reports and chapter six affords a succinct introduction to convolutional neural networks which have revolutionized medical image analysis enabling automated image-based diagnosis, image enhancement (e.g. denoising), protocolling etc. The penultimate chapter provides an introduction to data preprocessing for use in the aforementioned artificial intelligence applications. The book concludes with a chapter demonstrating AI-based tools already in radiological practice while providing an insight about the foreseeable future. It will be a valuable resource for radiologists, computer scientists and postgraduate students working on medical image analysis.




An Introduction to Communication and Artificial Intelligence


Book Description

Communication and artificial intelligence (AI) are closely related. It is communication – particularly interpersonal conversational interaction – that provides AI with its defining test case and experimental evidence. Likewise, recent developments in AI introduce new challenges and opportunities for communication studies. Technologies such as machine translation of human languages, spoken dialogue systems like Siri, algorithms capable of producing publishable journalistic content, and social robots are all designed to communicate with users in a human-like way. This timely and original textbook provides educators and students with a much-needed resource, connecting the dots between the science of AI and the discipline of communication studies. Clearly outlining the topic's scope, content and future, the text introduces key issues and debates, highlighting the importance and relevance of AI to communication studies. In lively and accessible prose, David Gunkel provides a new generation with the information, knowledge, and skills necessary to working and living in a world where social interaction is no longer restricted to humans. The first work of its kind, An Introduction to Communication and Artificial Intelligence is the go-to textbook for students and scholars getting to grips with this crucial interdisciplinary topic.




Deep Learning for Coders with fastai and PyTorch


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




Hands-On Artificial Intelligence for Beginners


Book Description

Grasp the fundamentals of Artificial Intelligence and build your own intelligent systems with ease Key FeaturesEnter the world of AI with the help of solid concepts and real-world use casesExplore AI components to build real-world automated intelligenceBecome well versed with machine learning and deep learning conceptsBook Description Virtual Assistants, such as Alexa and Siri, process our requests, Google's cars have started to read addresses, and Amazon's prices and Netflix's recommended videos are decided by AI. Artificial Intelligence is one of the most exciting technologies and is becoming increasingly significant in the modern world. Hands-On Artificial Intelligence for Beginners will teach you what Artificial Intelligence is and how to design and build intelligent applications. This book will teach you to harness packages such as TensorFlow in order to create powerful AI systems. You will begin with reviewing the recent changes in AI and learning how artificial neural networks (ANNs) have enabled more intelligent AI. You'll explore feedforward, recurrent, convolutional, and generative neural networks (FFNNs, RNNs, CNNs, and GNNs), as well as reinforcement learning methods. In the concluding chapters, you'll learn how to implement these methods for a variety of tasks, such as generating text for chatbots, and playing board and video games. By the end of this book, you will be able to understand exactly what you need to consider when optimizing ANNs and how to deploy and maintain AI applications. What you will learnUse TensorFlow packages to create AI systemsBuild feedforward, convolutional, and recurrent neural networksImplement generative models for text generationBuild reinforcement learning algorithms to play gamesAssemble RNNs, CNNs, and decoders to create an intelligent assistantUtilize RNNs to predict stock market behaviorCreate and scale training pipelines and deployment architectures for AI systemsWho this book is for This book is designed for beginners in AI, aspiring AI developers, as well as machine learning enthusiasts with an interest in leveraging various algorithms to build powerful AI applications.




Ai


Book Description

A fascinating portrait of the people, programs, and ideas that have driven the search to create thinking machines. Rich with anecdotes about the founders and leaders and their celebrated feuds and intellectual gamesmanship, AI chronicles their dramatic successes and failures and discusses the next nece ssary breakthrough: teaching computers "common sense".