Reinforcement Learning for Finance - Helion
ISBN: 9781098168476
stron: 214, Format: ebook
Data wydania: 2024-10-14
Księgarnia: Helion
Cena książki: 220,15 zł (poprzednio: 255,99 zł)
Oszczędzasz: 14% (-35,84 zł)
Reinforcement learning (RL) has led to several breakthroughs in AI. The use of the Q-learning (DQL) algorithm alone has helped people develop agents that play arcade games and board games at a superhuman level. More recently, RL, DQL, and similar methods have gained popularity in publications related to financial research.
This book is among the first to explore the use of reinforcement learning methods in finance.
Author Yves Hilpisch, founder and CEO of The Python Quants, provides the background you need in concise fashion. ML practitioners, financial traders, portfolio managers, strategists, and analysts will focus on the implementation of these algorithms in the form of self-contained Python code and the application to important financial problems.
This book covers:
- Reinforcement learning
- Deep Q-learning
- Python implementations of these algorithms
- How to apply the algorithms to financial problems such as algorithmic trading, dynamic hedging, and dynamic asset allocation
This book is the ideal reference on this topic. You'll read it once, change the examples according to your needs or ideas, and refer to it whenever you work with RL for finance.
Dr. Yves Hilpisch is founder and CEO of The Python Quants, a group that focuses on the use of open source technologies for financial data science, AI, asset management, algorithmic trading, and computational finance.
Osoby które kupowały "Reinforcement Learning for Finance", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Reinforcement Learning for Finance eBook -- spis treści
- Preface
- Target Audience
- Overview of the Book
- About the Code in This Book
- Conventions Used in This Book
- Using Code Examples
- OReilly Online Learning
- How to Contact Us
- Acknowledgments
- I. The Basics
- 1. Learning Through Interaction
- Bayesian Learning
- Tossing a Biased Coin
- Rolling a Biased Die
- Bayesian Updating
- Reinforcement Learning
- Major Breakthroughs
- Major Building Blocks
- Deep Q-Learning
- Conclusions
- References
- Bayesian Learning
- 2. Deep Q-Learning
- Decision Problems
- Dynamic Programming
- Q-Learning
- CartPole as an Example
- The Game Environment
- A Random Agent
- The DQL Agent
- Q-Learning Versus Supervised Learning
- Conclusions
- References
- 3. Financial Q-Learning
- Finance Environment
- DQL Agent
- Where the Analogy Fails
- Limited Data
- No Impact
- Conclusions
- References
- II. Data Augmentation
- 4. Simulated Data
- Noisy Time Series Data
- Simulated Time Series Data
- Conclusions
- References
- DQLAgent Python Class
- 5. Generated Data
- Simple Example
- Financial Example
- Kolmogorov-Smirnov Test
- Conclusions
- References
- III. Financial Applications
- 6. Algorithmic Trading
- Prediction Game Revisited
- Trading Environment
- Trading Agent
- Conclusions
- References
- Finance Environment
- DQLAgent Class
- Simulation Environment
- 7. Dynamic Hedging
- Delta Hedging
- Hedging Environment
- Hedging Agent
- Conclusions
- References
- BSM (1973) Formula
- 8. Dynamic Asset Allocation
- Two-Fund Separation
- Two-Asset Case
- Three-Asset Case
- Equally Weighted Portfolio
- Conclusions
- References
- Three-Asset Code
- 9. Optimal Execution
- The Model
- Model Implementation
- Execution Environment
- Random Agent
- Execution Agent
- Conclusions
- References
- 10. Concluding Remarks
- References
- Index