Dekorationsartikel gehören nicht zum Leistungsumfang.
The Art of Reinforcement Learning
Fundamentals, Mathematics, and Implementations with Python
Taschenbuch von Michael Hu
Sprache: Englisch

56,95 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 4-7 Werktage

Kategorien:
Beschreibung
Unlock the full potential of reinforcement learning (RL), a crucial subfield of Artificial Intelligence, with this comprehensive guide. This book provides a deep dive into RL's core concepts, mathematics, and practical algorithms, helping you to develop a thorough understanding of this cutting-edge technology.

Beginning with an overview of fundamental concepts such as Markov decision processes, dynamic programming, Monte Carlo methods, and temporal difference learning, this book uses clear and concise examples to explain the basics of RL theory. The following section covers value function approximation, a critical technique in RL, and explores various policy approximations such as policy gradient methods and advanced algorithms like Proximal Policy Optimization (PPO).

This book also delves into advanced topics, including distributed reinforcement learning, curiosity-driven exploration, and the famous AlphaZero algorithm, providing readers with a detailed account of these cutting-edge techniques.

With a focus on explaining algorithms and the intuition behind them, The Art of Reinforcement Learning includes practical source code examples that you can use to implement RL algorithms. Upon completing this book, you will have a deep understanding of the concepts, mathematics, and algorithms behind reinforcement learning, making it an essential resource for AI practitioners, researchers, and students.

What You Will Learn

Grasp fundamental concepts and distinguishing features of reinforcement learning, including how it differs from other AI and non-interactive machine learning approaches
Model problems as Markov decision processes, and how to evaluate and optimize policies using dynamic programming, Monte Carlo methods, and temporal difference learning
Utilize techniques for approximating value functions and policies, including linear and nonlinear value function approximation and policy gradient methods
Understand the architecture and advantages of distributed reinforcement learning
Master the concept of curiosity-driven exploration and how it can be leveraged to improve reinforcement learning agents
Explore the AlphaZero algorithm and how it was able to beat professional Go players

Who This Book Is For

Machine learning engineers, data scientists, software engineers, and developers who want to incorporate reinforcement learning algorithms into their projects and applications.
Unlock the full potential of reinforcement learning (RL), a crucial subfield of Artificial Intelligence, with this comprehensive guide. This book provides a deep dive into RL's core concepts, mathematics, and practical algorithms, helping you to develop a thorough understanding of this cutting-edge technology.

Beginning with an overview of fundamental concepts such as Markov decision processes, dynamic programming, Monte Carlo methods, and temporal difference learning, this book uses clear and concise examples to explain the basics of RL theory. The following section covers value function approximation, a critical technique in RL, and explores various policy approximations such as policy gradient methods and advanced algorithms like Proximal Policy Optimization (PPO).

This book also delves into advanced topics, including distributed reinforcement learning, curiosity-driven exploration, and the famous AlphaZero algorithm, providing readers with a detailed account of these cutting-edge techniques.

With a focus on explaining algorithms and the intuition behind them, The Art of Reinforcement Learning includes practical source code examples that you can use to implement RL algorithms. Upon completing this book, you will have a deep understanding of the concepts, mathematics, and algorithms behind reinforcement learning, making it an essential resource for AI practitioners, researchers, and students.

What You Will Learn

Grasp fundamental concepts and distinguishing features of reinforcement learning, including how it differs from other AI and non-interactive machine learning approaches
Model problems as Markov decision processes, and how to evaluate and optimize policies using dynamic programming, Monte Carlo methods, and temporal difference learning
Utilize techniques for approximating value functions and policies, including linear and nonlinear value function approximation and policy gradient methods
Understand the architecture and advantages of distributed reinforcement learning
Master the concept of curiosity-driven exploration and how it can be leveraged to improve reinforcement learning agents
Explore the AlphaZero algorithm and how it was able to beat professional Go players

Who This Book Is For

Machine learning engineers, data scientists, software engineers, and developers who want to incorporate reinforcement learning algorithms into their projects and applications.
Über den Autor
Michael Hu is a skilled software engineer with over a decade of experience in designing and implementing enterprise-level applications. He's a passionate coder who loves to delve into the world of mathematics and has a keen interest in cutting-edge technologies like machine learning and deep learning, with a particular interest in deep reinforcement learning. He has build various open-source projects on Github, which closely mimic the state-of-the-art reinforcement learning algorithms developed by DeepMind, such as AlphaZero, MuZero, and Agent57. Fluent in both English and Chinese, Michael currently resides in the bustling city of Shanghai, China.
Zusammenfassung

Provides a concise introduction to reinforcement learning, making it accessible to those new to the field

Uses practical examples to illustrate how theory is applied in practice

Breadth of coverage makes this book a valuable resource for beginners and more experienced practitioners

Inhaltsverzeichnis

Part I: Foundation.- Chapter 1: Introduction to Reinforcement Learning.- Chapter 2: Markov Decision Processes.- Chapter 3: Dynamic Programming.- Chapter 4: Monte Carlo Methods.- Chapter 5: Temporal Difference Learning.- Part II: Value Function Approximation.- Chapter 6: Linear Value Function Approximation.- Chapter 7: Nonlinear Value Function Approximation.- Chapter 8: Improvement to DQN.- Part III: Policy Approximation.- Chapter 9: Policy Gradient Methods.- Chapter 10: Problems with Continuous Action Space.- Chapter 11: Advanced Policy Gradient Methods.- Part IV: Advanced Topics.- Chapter 12: Distributed Reinforcement Learning.- Chapter 13: Curiosity-Driven Exploration.- Chapter 14: Planning with a Model - AlphaZero.

Details
Erscheinungsjahr: 2023
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 308
Inhalt: xvii
287 S.
47 s/w Illustr.
75 farbige Illustr.
287 p. 122 illus.
75 illus. in color.
ISBN-13: 9781484296059
ISBN-10: 1484296052
Sprache: Englisch
Ausstattung / Beilage: Paperback
Einband: Kartoniert / Broschiert
Autor: Hu, Michael
Auflage: 1st ed.
Hersteller: APRESS
Maße: 254 x 178 x 17 mm
Von/Mit: Michael Hu
Erscheinungsdatum: 09.12.2023
Gewicht: 0,583 kg
preigu-id: 126937590
Über den Autor
Michael Hu is a skilled software engineer with over a decade of experience in designing and implementing enterprise-level applications. He's a passionate coder who loves to delve into the world of mathematics and has a keen interest in cutting-edge technologies like machine learning and deep learning, with a particular interest in deep reinforcement learning. He has build various open-source projects on Github, which closely mimic the state-of-the-art reinforcement learning algorithms developed by DeepMind, such as AlphaZero, MuZero, and Agent57. Fluent in both English and Chinese, Michael currently resides in the bustling city of Shanghai, China.
Zusammenfassung

Provides a concise introduction to reinforcement learning, making it accessible to those new to the field

Uses practical examples to illustrate how theory is applied in practice

Breadth of coverage makes this book a valuable resource for beginners and more experienced practitioners

Inhaltsverzeichnis

Part I: Foundation.- Chapter 1: Introduction to Reinforcement Learning.- Chapter 2: Markov Decision Processes.- Chapter 3: Dynamic Programming.- Chapter 4: Monte Carlo Methods.- Chapter 5: Temporal Difference Learning.- Part II: Value Function Approximation.- Chapter 6: Linear Value Function Approximation.- Chapter 7: Nonlinear Value Function Approximation.- Chapter 8: Improvement to DQN.- Part III: Policy Approximation.- Chapter 9: Policy Gradient Methods.- Chapter 10: Problems with Continuous Action Space.- Chapter 11: Advanced Policy Gradient Methods.- Part IV: Advanced Topics.- Chapter 12: Distributed Reinforcement Learning.- Chapter 13: Curiosity-Driven Exploration.- Chapter 14: Planning with a Model - AlphaZero.

Details
Erscheinungsjahr: 2023
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 308
Inhalt: xvii
287 S.
47 s/w Illustr.
75 farbige Illustr.
287 p. 122 illus.
75 illus. in color.
ISBN-13: 9781484296059
ISBN-10: 1484296052
Sprache: Englisch
Ausstattung / Beilage: Paperback
Einband: Kartoniert / Broschiert
Autor: Hu, Michael
Auflage: 1st ed.
Hersteller: APRESS
Maße: 254 x 178 x 17 mm
Von/Mit: Michael Hu
Erscheinungsdatum: 09.12.2023
Gewicht: 0,583 kg
preigu-id: 126937590
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte