Introduction to Artificial Intelligence

Introduction to Artificial Intelligence
Author: Wolfgang Ertel
Publisher: Springer
Total Pages: 365
Release: 2018-01-18
Genre: Computers
ISBN: 3319584871

This accessible and engaging textbook presents a concise introduction to the exciting field of artificial intelligence (AI). The broad-ranging discussion covers the key subdisciplines within the field, describing practical algorithms and concrete applications in the areas of agents, logic, search, reasoning under uncertainty, machine learning, neural networks, and reinforcement learning. Fully revised and updated, this much-anticipated second edition also includes new material on deep learning. Topics and features: presents an application-focused and hands-on approach to learning, with supplementary teaching resources provided at an associated website; contains numerous study exercises and solutions, highlighted examples, definitions, theorems, and illustrative cartoons; includes chapters on predicate logic, PROLOG, heuristic search, probabilistic reasoning, machine learning and data mining, neural networks and reinforcement learning; reports on developments in deep learning, including applications of neural networks to generate creative content such as text, music and art (NEW); examines performance evaluation of clustering algorithms, and presents two practical examples explaining Bayes’ theorem and its relevance in everyday life (NEW); discusses search algorithms, analyzing the cycle check, explaining route planning for car navigation systems, and introducing Monte Carlo Tree Search (NEW); includes a section in the introduction on AI and society, discussing the implications of AI on topics such as employment and transportation (NEW). Ideal for foundation courses or modules on AI, this easy-to-read textbook offers an excellent overview of the field for students of computer science and other technical disciplines, requiring no more than a high-school level of knowledge of mathematics to understand the material.

The Economics of Artificial Intelligence

The Economics of Artificial Intelligence
Author: Ajay Agrawal
Publisher: University of Chicago Press
Total Pages: 172
Release: 2024-03-05
Genre: Business & Economics
ISBN: 0226833127

A timely investigation of the potential economic effects, both realized and unrealized, of artificial intelligence within the United States healthcare system. In sweeping conversations about the impact of artificial intelligence on many sectors of the economy, healthcare has received relatively little attention. Yet it seems unlikely that an industry that represents nearly one-fifth of the economy could escape the efficiency and cost-driven disruptions of AI. The Economics of Artificial Intelligence: Health Care Challenges brings together contributions from health economists, physicians, philosophers, and scholars in law, public health, and machine learning to identify the primary barriers to entry of AI in the healthcare sector. Across original papers and in wide-ranging responses, the contributors analyze barriers of four types: incentives, management, data availability, and regulation. They also suggest that AI has the potential to improve outcomes and lower costs. Understanding both the benefits of and barriers to AI adoption is essential for designing policies that will affect the evolution of the healthcare system.

Advanced Topics in Artificial Intelligence

Advanced Topics in Artificial Intelligence
Author: Norman Foo
Publisher: Springer Science & Business Media
Total Pages: 518
Release: 1999-11-26
Genre: Computers
ISBN: 3540668225

This book constitutes the refereed proceedings of the 12th Australian Joint Conference on Artificial Intelligence, AI'99, held in Sydney, Australia in December 1999. The 39 revised full papers presented together with 15 posters were carefully reviewed and selected from more than 120 submissions. The book is divided in topical sections on machine learning, neural nets, knowledge representation, natural language processing, belief revision, adaptive algorithms, automated reasonning, neural learning, heuristics, and applications

Artificial Intelligence in Medicine

Artificial Intelligence in Medicine
Author: David Riaño
Publisher: Springer
Total Pages: 431
Release: 2019-06-19
Genre: Computers
ISBN: 303021642X

This book constitutes the refereed proceedings of the 17th Conference on Artificial Intelligence in Medicine, AIME 2019, held in Poznan, Poland, in June 2019. The 22 revised full and 31 short papers presented were carefully reviewed and selected from 134 submissions. The papers are organized in the following topical sections: deep learning; simulation; knowledge representation; probabilistic models; behavior monitoring; clustering, natural language processing, and decision support; feature selection; image processing; general machine learning; and unsupervised learning.

Artificial Intelligence

Artificial Intelligence
Author: Harvard Business Review
Publisher: HBR Insights
Total Pages: 160
Release: 2019
Genre: Business & Economics
ISBN: 9781633697898

Companies that don't use AI to their advantage will soon be left behind. Artificial intelligence and machine learning will drive a massive reshaping of the economy and society. What should you and your company be doing right now to ensure that your business is poised for success? These articles by AI experts and consultants will help you understand today's essential thinking on what AI is capable of now, how to adopt it in your organization, and how the technology is likely to evolve in the near future. Artificial Intelligence: The Insights You Need from Harvard Business Review will help you spearhead important conversations, get going on the right AI initiatives for your company, and capitalize on the opportunity of the machine intelligence revolution. Catch up on current topics and deepen your understanding of them with the Insights You Need series from Harvard Business Review. Featuring some of HBR's best and most recent thinking, Insights You Need titles are both a primer on today's most pressing issues and an extension of the conversation, with interesting research, interviews, case studies, and practical ideas to help you explore how a particular issue will impact your company and what it will mean for you and your business.

Probabilistic Machine Learning

Probabilistic Machine Learning
Author: Kevin P. Murphy
Publisher: MIT Press
Total Pages: 858
Release: 2022-03-01
Genre: Computers
ISBN: 0262369303

A detailed and up-to-date introduction to machine learning, presented through the unifying lens of probabilistic modeling and Bayesian decision theory. This book offers a detailed and up-to-date introduction to machine learning (including deep learning) through the unifying lens of probabilistic modeling and Bayesian decision theory. The book covers mathematical background (including linear algebra and optimization), basic supervised learning (including linear and logistic regression and deep neural networks), as well as more advanced topics (including transfer learning and unsupervised learning). End-of-chapter exercises allow students to apply what they have learned, and an appendix covers notation. Probabilistic Machine Learning grew out of the author’s 2012 book, Machine Learning: A Probabilistic Perspective. More than just a simple update, this is a completely new book that reflects the dramatic developments in the field since 2012, most notably deep learning. In addition, the new book is accompanied by online Python code, using libraries such as scikit-learn, JAX, PyTorch, and Tensorflow, which can be used to reproduce nearly all the figures; this code can be run inside a web browser using cloud-based notebooks, and provides a practical complement to the theoretical topics discussed in the book. This introductory text will be followed by a sequel that covers more advanced topics, taking the same probabilistic approach.

Fundamental Issues of Artificial Intelligence

Fundamental Issues of Artificial Intelligence
Author: Vincent C. Müller
Publisher: Springer
Total Pages: 572
Release: 2016-06-07
Genre: Philosophy
ISBN: 3319264850

This volume offers a look at the fundamental issues of present and future AI, especially from cognitive science, computer science, neuroscience and philosophy. This work examines the conditions for artificial intelligence, how these relate to the conditions for intelligence in humans and other natural agents, as well as ethical and societal problems that artificial intelligence raises or will raise. The key issues this volume investigates include the relation of AI and cognitive science, ethics of AI and robotics, brain emulation and simulation, hybrid systems and cyborgs, intelligence and intelligence testing, interactive systems, multi-agent systems, and super intelligence. Based on the 2nd conference on “Theory and Philosophy of Artificial Intelligence” held in Oxford, the volume includes prominent researchers within the field from around the world.

Deep Learning for Coders with fastai and PyTorch

Deep Learning for Coders with fastai and PyTorch
Author: Jeremy Howard
Publisher: O'Reilly Media
Total Pages: 624
Release: 2020-06-29
Genre: Computers
ISBN: 1492045497

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 for a Better Future

Artificial Intelligence for a Better Future
Author: Bernd Carsten Stahl
Publisher: Springer Nature
Total Pages: 128
Release: 2021-03-17
Genre: Computers
ISBN: 3030699781

This open access book proposes a novel approach to Artificial Intelligence (AI) ethics. AI offers many advantages: better and faster medical diagnoses, improved business processes and efficiency, and the automation of boring work. But undesirable and ethically problematic consequences are possible too: biases and discrimination, breaches of privacy and security, and societal distortions such as unemployment, economic exploitation and weakened democratic processes. There is even a prospect, ultimately, of super-intelligent machines replacing humans. The key question, then, is: how can we benefit from AI while addressing its ethical problems? This book presents an innovative answer to the question by presenting a different perspective on AI and its ethical consequences. Instead of looking at individual AI techniques, applications or ethical issues, we can understand AI as a system of ecosystems, consisting of numerous interdependent technologies, applications and stakeholders. Developing this idea, the book explores how AI ecosystems can be shaped to foster human flourishing. Drawing on rich empirical insights and detailed conceptual analysis, it suggests practical measures to ensure that AI is used to make the world a better place.

Advanced Topics in Artificial Intelligence

Advanced Topics in Artificial Intelligence
Author: Rolf T. Nossum
Publisher: Springer Science & Business Media
Total Pages: 250
Release: 1988-12-28
Genre: Computers
ISBN: 9783540506768

Organized by: European Coordinating Committee for AI (ECCAI)