AlphaGo Simplified

AlphaGo Simplified
Title AlphaGo Simplified PDF eBook
Author Mark Liu
Publisher CRC Press
Pages 408
Release 2024-08-27
Genre Computers
ISBN 1040103944

Download AlphaGo Simplified Book in PDF, Epub and Kindle

May 11, 1997, was a watershed moment in the history of artificial intelligence (AI): the IBM supercomputer chess engine, Deep Blue, beat the world Chess champion, Garry Kasparov. It was the first time a machine had triumphed over a human player in a Chess tournament. Fast forward 19 years to May 9, 2016, DeepMind’s AlphaGo beat the world Go champion Lee Sedol. AI again stole the spotlight and generated a media frenzy. This time, a new type of AI algorithm, namely machine learning (ML) was the driving force behind the game strategies. What exactly is ML? How is it related to AI? Why is deep learning (DL) so popular these days? This book explains how traditional rule-based AI and ML work and how they can be implemented in everyday games such as Last Coin Standing, Tic Tac Toe, or Connect Four. Game rules in these three games are easy to implement. As a result, readers will learn rule-based AI, deep reinforcement learning, and more importantly, how to combine the two to create powerful game strategies (the whole is indeed greater than the sum of its parts) without getting bogged down in complicated game rules. Implementing rule-based AI and ML in these straightforward games is quick and not computationally intensive. Consequently, game strategies can be trained in mere minutes or hours without requiring GPU training or supercomputing facilities, showcasing AI's ability to achieve superhuman performance in these games. More importantly, readers will gain a thorough understanding of the principles behind rule-based AI, such as the MiniMax algorithm, alpha-beta pruning, and Monte Carlo Tree Search (MCTS), and how to integrate them with cutting-edge ML techniques like convolutional neural networks and deep reinforcement learning to apply them in their own business fields and tackle real-world challenges. Written with clarity from the ground up, this book appeals to both general readers and industry professionals who seek to learn about rule-based AI and deep reinforcement learning, as well as students and educators in computer science and programming courses.

How Smart Machines Think

How Smart Machines Think
Title How Smart Machines Think PDF eBook
Author Sean Gerrish
Publisher MIT Press
Pages 313
Release 2019-10-22
Genre Computers
ISBN 0262537974

Download How Smart Machines Think Book in PDF, Epub and Kindle

Everything you want to know about the breakthroughs in AI technology, machine learning, and deep learning—as seen in self-driving cars, Netflix recommendations, and more. The future is here: Self-driving cars are on the streets, an algorithm gives you movie and TV recommendations, IBM’s Watson triumphed on Jeopardy over puny human brains, computer programs can be trained to play Atari games. But how do all these things work? In this book, Sean Gerrish offers an engaging and accessible overview of the breakthroughs in artificial intelligence and machine learning that have made today’s machines so smart. Gerrish outlines some of the key ideas that enable intelligent machines to perceive and interact with the world. He describes the software architecture that allows self-driving cars to stay on the road and to navigate crowded urban environments; the million-dollar Netflix competition for a better recommendation engine (which had an unexpected ending); and how programmers trained computers to perform certain behaviors by offering them treats, as if they were training a dog. He explains how artificial neural networks enable computers to perceive the world—and to play Atari video games better than humans. He explains Watson’s famous victory on Jeopardy, and he looks at how computers play games, describing AlphaGo and Deep Blue, which beat reigning world champions at the strategy games of Go and chess. Computers have not yet mastered everything, however; Gerrish outlines the difficulties in creating intelligent agents that can successfully play video games like StarCraft that have evaded solution—at least for now. Gerrish weaves the stories behind these breakthroughs into the narrative, introducing readers to many of the researchers involved, and keeping technical details to a minimum. Science and technology buffs will find this book an essential guide to a future in which machines can outsmart people.

Neural Networks and Deep Learning

Neural Networks and Deep Learning
Title Neural Networks and Deep Learning PDF eBook
Author Charu C. Aggarwal
Publisher Springer Nature
Pages 542
Release 2023-06-29
Genre Computers
ISBN 3031296427

Download Neural Networks and Deep Learning Book in PDF, Epub and Kindle

This book covers both classical and modern models in deep learning. The primary focus is on the theory and algorithms of deep learning. The theory and algorithms of neural networks are particularly important for understanding important concepts, so that one can understand the important design concepts of neural architectures in different applications. Why do neural networks work? When do they work better than off-the-shelf machine-learning models? When is depth useful? Why is training neural networks so hard? What are the pitfalls? The book is also rich in discussing different applications in order to give the practitioner a flavor of how neural architectures are designed for different types of problems. Deep learning methods for various data domains, such as text, images, and graphs are presented in detail. The chapters of this book span three categories: The basics of neural networks: The backpropagation algorithm is discussed in Chapter 2. Many traditional machine learning models can be understood as special cases of neural networks. Chapter 3 explores the connections between traditional machine learning and neural networks. Support vector machines, linear/logistic regression, singular value decomposition, matrix factorization, and recommender systems are shown to be special cases of neural networks. Fundamentals of neural networks: A detailed discussion of training and regularization is provided in Chapters 4 and 5. Chapters 6 and 7 present radial-basis function (RBF) networks and restricted Boltzmann machines. Advanced topics in neural networks: Chapters 8, 9, and 10 discuss recurrent neural networks, convolutional neural networks, and graph neural networks. Several advanced topics like deep reinforcement learning, attention mechanisms, transformer networks, Kohonen self-organizing maps, and generative adversarial networks are introduced in Chapters 11 and 12. The textbook is written for graduate students and upper under graduate level students. Researchers and practitioners working within this related field will want to purchase this as well. Where possible, an application-centric view is highlighted in order to provide an understanding of the practical uses of each class of techniques. The second edition is substantially reorganized and expanded with separate chapters on backpropagation and graph neural networks. Many chapters have been significantly revised over the first edition. Greater focus is placed on modern deep learning ideas such as attention mechanisms, transformers, and pre-trained language models.

AI for Finance

AI for Finance
Title AI for Finance PDF eBook
Author Edward P. K. Tsang
Publisher CRC Press
Pages 109
Release 2023-06-02
Genre Computers
ISBN 1000878570

Download AI for Finance Book in PDF, Epub and Kindle

Finance students and practitioners may ask: can machines learn everything? Could AI help me? Computing students or practitioners may ask: which of my skills could contribute to finance? Where in finance should I pay attention? This book aims to answer these questions. No prior knowledge is expected in AI or finance. Including original research, the book explains the impact of ignoring computation in classical economics; examines the relationship between computing and finance and points out potential misunderstandings between economists and computer scientists; and introduces Directional Change and explains how this can be used. To finance students and practitioners, this book will explain the promise of AI, as well as its limitations. It will cover knowledge representation, modelling, simulation and machine learning, explaining the principles of how they work. To computing students and practitioners, this book will introduce the financial applications in which AI has made an impact. This includes algorithmic trading, forecasting, risk analysis portfolio optimization and other less well-known areas in finance. Trading depth for readability, AI for Finance will help readers decide whether to invest more time into the subject.

Reinforcement Learning From Scratch

Reinforcement Learning From Scratch
Title Reinforcement Learning From Scratch PDF eBook
Author Uwe Lorenz
Publisher Springer Nature
Pages 195
Release 2022-10-27
Genre Computers
ISBN 3031090306

Download Reinforcement Learning From Scratch Book in PDF, Epub and Kindle

In ancient games such as chess or go, the most brilliant players can improve by studying the strategies produced by a machine. Robotic systems practice their own movements. In arcade games, agents capable of learning reach superhuman levels within a few hours. How do these spectacular reinforcement learning algorithms work? With easy-to-understand explanations and clear examples in Java and Greenfoot, you can acquire the principles of reinforcement learning and apply them in your own intelligent agents. Greenfoot (M.Kölling, King's College London) and the hamster model (D. Bohles, University of Oldenburg) are simple but also powerful didactic tools that were developed to convey basic programming concepts. The result is an accessible introduction into machine learning that concentrates on reinforcement learning. Taking the reader through the steps of developing intelligent agents, from the very basics to advanced aspects, touching on a variety of machine learning algorithms along the way, one is allowed to play along, experiment, and add their own ideas and experiments.

Unlocking Artificial Intelligence

Unlocking Artificial Intelligence
Title Unlocking Artificial Intelligence PDF eBook
Author Christopher Mutschler
Publisher Springer Nature
Pages 382
Release 2024
Genre Artificial intelligence
ISBN 3031648323

Download Unlocking Artificial Intelligence Book in PDF, Epub and Kindle

This open access book provides a state-of-the-art overview of current machine learning research and its exploitation in various application areas. It has become apparent that the deep integration of artificial intelligence (AI) methods in products and services is essential for companies to stay competitive. The use of AI allows large volumes of data to be analyzed, patterns and trends to be identified, and well-founded decisions to be made on an informative basis. It also enables the optimization of workflows, the automation of processes and the development of new services, thus creating potential for new business models and significant competitive advantages. The book is divided in two main parts: First, in a theoretically oriented part, various AI/ML-related approaches like automated machine learning, sequence-based learning, deep learning, learning from experience and data, and process-aware learning are explained. In a second part, various applications are presented that benefit from the exploitation of recent research results. These include autonomous systems, indoor localization, medical applications, energy supply and networks, logistics networks, traffic control, image processing, and IoT applications. Overall, the book offers professionals and applied researchers an excellent overview of current exploitations, approaches, and challenges of AI/ML-related research.

Artificial Intelligence

Artificial Intelligence
Title Artificial Intelligence PDF eBook
Author Robert H. Chen
Publisher CRC Press
Pages 357
Release 2022-06-10
Genre Computers
ISBN 1000577368

Download Artificial Intelligence Book in PDF, Epub and Kindle

Artificial Intelligence: An Introduction for the Inquisitive Reader guides readers through the history and development of AI, from its early mathematical beginnings through to the exciting possibilities of its potential future applications. To make this journey as accessible as possible, the authors build their narrative around accounts of some of the more popular and well-known demonstrations of artificial intelligence including Deep Blue, AlphaGo and even Texas Hold’em, followed by their historical background, so that AI can be seen as a natural development of mathematics and computer science. As the book moves forward, more technical descriptions are presented at a pace that should be suitable for all levels of readers, gradually building a broad and reasonably deep understanding and appreciation for the basic mathematics, physics, and computer science that is rapidly developing artificial intelligence as it is today. Features: Only mathematical prerequisite is an elementary knowledge of calculus Accessible to anyone with an interest in AI and its mathematics and computer science Suitable as a supplementary reading for a course in AI or the History of Mathematics and Computer Science in regard to artificial intelligence.