Introduction to AI Robotics, second edition

Introduction to AI Robotics, second edition

Author: Robin R. Murphy

Publisher: MIT Press

Published: 2019-10-01

Total Pages: 649

ISBN-13: 026203848X

DOWNLOAD EBOOK

A comprehensive survey of artificial intelligence algorithms and programming organization for robot systems, combining theoretical rigor and practical applications. This textbook offers a comprehensive survey of artificial intelligence (AI) algorithms and programming organization for robot systems. Readers who master the topics covered will be able to design and evaluate an artificially intelligent robot for applications involving sensing, acting, planning, and learning. A background in AI is not required; the book introduces key AI topics from all AI subdisciplines throughout the book and explains how they contribute to autonomous capabilities. This second edition is a major expansion and reorganization of the first edition, reflecting the dramatic advances made in AI over the past fifteen years. An introductory overview provides a framework for thinking about AI for robotics, distinguishing between the fundamentally different design paradigms of automation and autonomy. The book then discusses the reactive functionality of sensing and acting in AI robotics; introduces the deliberative functions most often associated with intelligence and the capability of autonomous initiative; surveys multi-robot systems and (in a new chapter) human-robot interaction; and offers a “metaview” of how to design and evaluate autonomous systems and the ethical considerations in doing so. New material covers locomotion, simultaneous localization and mapping, human-robot interaction, machine learning, and ethics. Each chapter includes exercises, and many chapters provide case studies. Endnotes point to additional reading, highlight advanced topics, and offer robot trivia.


The Quick Guide to Robotics and Artificial Intelligence: Surviving the Automation Revolution for Beginners

The Quick Guide to Robotics and Artificial Intelligence: Surviving the Automation Revolution for Beginners

Author: Alex Nkenchor Uwajeh

Publisher: Alex Nkenchor Uwajeh

Published:

Total Pages: 57

ISBN-13:

DOWNLOAD EBOOK

Please note: ***This is a Beginner's Basic Guide to Robotics, Artificial Intelligence and Automation*** Technology has advanced significantly since inception, allowing developers and researchers to integrate AI programming and robotics into things you probably already use in your daily life. Our entire society is at a major turning point in terms of how we think about work, career advancement, and income-earning potential. As technology continues to expand and grow, the sheer number of people who will be displaced and made redundant in their current occupations is increasingly likely.


Artificial Intelligence for Robotics

Artificial Intelligence for Robotics

Author: Francis X. Govers

Publisher: Packt Publishing Ltd

Published: 2018-08-30

Total Pages: 336

ISBN-13: 1788835700

DOWNLOAD EBOOK

Bring a new degree of interconnectivity to your world by building your own intelligent robots Key Features Leverage fundamentals of AI and robotics Work through use cases to implement various machine learning algorithms Explore Natural Language Processing (NLP) concepts for efficient decision making in robots Book DescriptionArtificial Intelligence for Robotics starts with an introduction to Robot Operating Systems (ROS), Python, robotic fundamentals, and the software and tools that are required to start out with robotics. You will learn robotics concepts that will be useful for making decisions, along with basic navigation skills. As you make your way through the chapters, you will learn about object recognition and genetic algorithms, which will teach your robot to identify and pick up an irregular object. With plenty of use cases throughout, you will explore natural language processing (NLP) and machine learning techniques to further enhance your robot. In the concluding chapters, you will learn about path planning and goal-oriented programming, which will help your robot prioritize tasks. By the end of this book, you will have learned to give your robot an artificial personality using simulated intelligence.What you will learn Get started with robotics and artificial intelligence Apply simulation techniques to give your robot an artificial personality Understand object recognition using neural networks and supervised learning techniques Pick up objects using genetic algorithms for manipulation Teach your robot to listen using NLP via an expert system Use machine learning and computer vision to teach your robot how to avoid obstacles Understand path planning, decision trees, and search algorithms in order to enhance your robot Who this book is for If you have basic knowledge about robotics and want to build or enhance your existing robot’s intelligence, then Artificial Intelligence for Robotics is for you. This book is also for enthusiasts who want to gain knowledge of AI and robotics.


Introduction to Autonomous Mobile Robots, second edition

Introduction to Autonomous Mobile Robots, second edition

Author: Roland Siegwart

Publisher: MIT Press

Published: 2011-02-18

Total Pages: 473

ISBN-13: 0262015358

DOWNLOAD EBOOK

The second edition of a comprehensive introduction to all aspects of mobile robotics, from algorithms to mechanisms. Mobile robots range from the Mars Pathfinder mission's teleoperated Sojourner to the cleaning robots in the Paris Metro. This text offers students and other interested readers an introduction to the fundamentals of mobile robotics, spanning the mechanical, motor, sensory, perceptual, and cognitive layers the field comprises. The text focuses on mobility itself, offering an overview of the mechanisms that allow a mobile robot to move through a real world environment to perform its tasks, including locomotion, sensing, localization, and motion planning. It synthesizes material from such fields as kinematics, control theory, signal analysis, computer vision, information theory, artificial intelligence, and probability theory. The book presents the techniques and technology that enable mobility in a series of interacting modules. Each chapter treats a different aspect of mobility, as the book moves from low-level to high-level details. It covers all aspects of mobile robotics, including software and hardware design considerations, related technologies, and algorithmic techniques. This second edition has been revised and updated throughout, with 130 pages of new material on such topics as locomotion, perception, localization, and planning and navigation. Problem sets have been added at the end of each chapter. Bringing together all aspects of mobile robotics into one volume, Introduction to Autonomous Mobile Robots can serve as a textbook or a working tool for beginning practitioners. Curriculum developed by Dr. Robert King, Colorado School of Mines, and Dr. James Conrad, University of North Carolina-Charlotte, to accompany the National Instruments LabVIEW Robotics Starter Kit, are available. Included are 13 (6 by Dr. King and 7 by Dr. Conrad) laboratory exercises for using the LabVIEW Robotics Starter Kit to teach mobile robotics concepts.


An Introduction to Ethics in Robotics and AI

An Introduction to Ethics in Robotics and AI

Author: Christoph Bartneck

Publisher: Springer Nature

Published: 2020-08-11

Total Pages: 124

ISBN-13: 3030511103

DOWNLOAD EBOOK

This open access book introduces the reader to the foundations of AI and ethics. It discusses issues of trust, responsibility, liability, privacy and risk. It focuses on the interaction between people and the AI systems and Robotics they use. Designed to be accessible for a broad audience, reading this book does not require prerequisite technical, legal or philosophical expertise. Throughout, the authors use examples to illustrate the issues at hand and conclude the book with a discussion on the application areas of AI and Robotics, in particular autonomous vehicles, automatic weapon systems and biased algorithms. A list of questions and further readings is also included for students willing to explore the topic further.


The Reasonable Robot

The Reasonable Robot

Author: Ryan Abbott

Publisher: Cambridge University Press

Published: 2020-06-25

Total Pages: 165

ISBN-13: 1108472125

DOWNLOAD EBOOK

Argues that treating people and artificial intelligence differently under the law results in unexpected and harmful outcomes for social welfare.


Behavior Trees in Robotics and AI

Behavior Trees in Robotics and AI

Author: Michele Colledanchise

Publisher: CRC Press

Published: 2018-07-20

Total Pages: 289

ISBN-13: 0429950896

DOWNLOAD EBOOK

Behavior Trees (BTs) provide a way to structure the behavior of an artificial agent such as a robot or a non-player character in a computer game. Traditional design methods, such as finite state machines, are known to produce brittle behaviors when complexity increases, making it very hard to add features without breaking existing functionality. BTs were created to address this very problem, and enables the creation of systems that are both modular and reactive. Behavior Trees in Robotics and AI: An Introduction provides a broad introduction as well as an in-depth exploration of the topic, and is the first comprehensive book on the use of BTs. This book introduces the subject of BTs from simple topics, such as semantics and design principles, to complex topics, such as learning and task planning. For each topic, the authors provide a set of examples, ranging from simple illustrations to realistic complex behaviors, to enable the reader to successfully combine theory with practice. Starting with an introduction to BTs, the book then describes how BTs relate to, and in many cases, generalize earlier switching structures, or control architectures. These ideas are then used as a foundation for a set of efficient and easy to use design principles. The book then presents a set of important extensions and provides a set of tools for formally analyzing these extensions using a state space formulation of BTs. With the new analysis tools, the book then formalizes the descriptions of how BTs generalize earlier approaches and shows how BTs can be automatically generated using planning and learning. The final part of the book provides an extended set of tools to capture the behavior of Stochastic BTs, where the outcomes of actions are described by probabilities. These tools enable the computation of both success probabilities and time to completion. This book targets a broad audience, including both students and professionals interested in modeling complex behaviors for robots, game characters, or other AI agents. Readers can choose at which depth and pace they want to learn the subject, depending on their needs and background.


Artificial Intelligence and Robotics

Artificial Intelligence and Robotics

Author: Peter J. Bentley

Publisher: JHU Press

Published: 2020-09-08

Total Pages: 192

ISBN-13: 1421439735

DOWNLOAD EBOOK

Broken down into ten simple lessons and written by leading experts in their field, the books reveal the ten most important takeaways from those areas of science you've always wanted to know more about.


Robotics Through Science Fiction

Robotics Through Science Fiction

Author: Robin R. Murphy

Publisher: MIT Press

Published: 2018-12-25

Total Pages: 200

ISBN-13: 0262536269

DOWNLOAD EBOOK

Six classic science fiction stories and commentary that illustrate and explain key algorithms or principles of artificial intelligence. This book presents six classic science fiction stories and commentary that illustrate and explain key algorithms or principles of artificial intelligence. Even though all the stories were originally published before 1973, they help readers grapple with two questions that stir debate even today: how are intelligent robots programmed? and what are the limits of autonomous robots? The stories—by Isaac Asimov, Vernor Vinge, Brian Aldiss, and Philip K. Dick—cover telepresence, behavior-based robotics, deliberation, testing, human-robot interaction, the “uncanny valley,” natural language understanding, machine learning, and ethics. Each story is preceded by an introductory note, “As You Read the Story,” and followed by a discussion of its implications, “After You Have Read the Story.” Together with the commentary, the stories offer a nontechnical introduction to robotics. The stories can also be considered as a set of—admittedly fanciful—case studies to be read in conjunction with more serious study. Contents “Stranger in Paradise” by Isaac Asimov, 1973 “Runaround” by Isaac Asimov, 1942 “Long Shot” by Vernor Vinge, 1972 “Catch That Rabbit” by Isaac Asimov, 1944 “Super-Toys Last All Summer Long” by Brian Aldiss, 1969 “Second Variety” by Philip K. Dick, 1953


Artificial Intelligence

Artificial Intelligence

Author: Neil Wilkins

Publisher:

Published: 2019-07-20

Total Pages: 114

ISBN-13: 9781950922512

DOWNLOAD EBOOK

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?