Book description
A guide to advances in machine learning for financial professionals, with working Python code
Key Features
- Explore advances in machine learning and how to put them to work in financial industries
- Clear explanation and expert discussion of how machine learning works, with an emphasis on financial applications
- Deep coverage of advanced machine learning approaches including neural networks, GANs, and reinforcement learning
Book Description
Machine Learning for Finance explores new advances in machine learning and shows how they can be applied across the financial sector, including in insurance, transactions, and lending. It explains the concepts and algorithms behind the main machine learning techniques and provides example Python code for implementing the models yourself.
The book is based on Jannes Klaas' experience of running machine learning training courses for financial professionals. Rather than providing ready-made financial algorithms, the book focuses on the advanced ML concepts and ideas that can be applied in a wide variety of ways.
The book shows how machine learning works on structured data, text, images, and time series. It includes coverage of generative adversarial learning, reinforcement learning, debugging, and launching machine learning products. It discusses how to fight bias in machine learning and ends with an exploration of Bayesian inference and probabilistic programming.
What you will learn
- Apply machine learning to structured data, natural language, photographs, and written text
- How machine learning can detect fraud, forecast financial trends, analyze customer sentiments, and more
- Implement heuristic baselines, time series, generative models, and reinforcement learning in Python, scikit-learn, Keras, and TensorFlow
- Dig deep into neural networks, examine uses of GANs and reinforcement learning
- Debug machine learning applications and prepare them for launch
- Address bias and privacy concerns in machine learning
Who this book is for
This book is ideal for readers who understand math and Python, and want to adopt machine learning in financial applications. The book assumes college-level knowledge of math and statistics.
Table of contents
-
Machine Learning for Finance
- Table of Contents
- Machine Learning for Finance
- Contributors
- Preface
-
1. Neural Networks and Gradient-Based Optimization
- Our journey in this book
- What is machine learning?
- Supervised learning
- Unsupervised learning
- Reinforcement learning
- Setting up your workspace
- Using Kaggle kernels
- Using the AWS deep learning AMI
- Approximating functions
- A forward pass
- A logistic regressor
- Optimizing model parameters
- Measuring model loss
- A deeper network
- A brief introduction to Keras
- Tensors and the computational graph
- Exercises
- Summary
- 2. Applying Machine Learning to Structured Data
- 3. Utilizing Computer Vision
-
4. Understanding Time Series
- Visualization and preparation in pandas
- Fast Fourier transformations
- Autocorrelation
- Establishing a training and testing regime
- A note on backtesting
- Median forecasting
- ARIMA
- Kalman filters
- Forecasting with neural networks
- Conv1D
- Dilated and causal convolution
- Simple RNN
- LSTM
- Recurrent dropout
- Bayesian deep learning
- Exercises
- Summary
-
5. Parsing Textual Data with Natural Language Processing
- An introductory guide to spaCy
- Named entity recognition
- Part-of-speech (POS) tagging
- Rule-based matching
- Regular expressions
- A text classification task
- Preparing the data
- Bag-of-words
- Topic modeling
- Word embeddings
- Document similarity with word embeddings
- A quick tour of the Keras functional API
- Attention
- Seq2seq models
- Exercises
- Summary
- 6. Using Generative Models
- 7. Reinforcement Learning for Financial Markets
- 8. Privacy, Debugging, and Launching Your Products
- 9. Fighting Bias
- 10. Bayesian Inference and Probabilistic Programming
- Other Books You May Enjoy
- Index
Product information
- Title: Machine Learning for Finance
- Author(s):
- Release date: May 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789136364
You might also like
video
Machine Learning for Finance
Machine Learning for Finance is a perfect course for financial professionals entering the fintech domain. It …
book
Probabilistic Machine Learning for Finance and Investing
There are several reasons why probabilistic machine learning represents the next-generation ML framework and technology for …
book
Deep Learning for Finance
Deep learning is rapidly gaining momentum in the world of finance and trading. But for many …
book
Advances in Financial Machine Learning
Machine learning (ML) is changing virtually every aspect of our lives. Today ML algorithms accomplish tasks …