Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Artificial Intelligence for Banking

You're reading from  Hands-On Artificial Intelligence for Banking

Product type Book
Published in Jul 2020
Publisher Packt
ISBN-13 9781788830782
Pages 240 pages
Edition 1st Edition
Languages
Authors (2):
Jeffrey Ng Jeffrey Ng
Profile icon Jeffrey Ng
Subhash Shah Subhash Shah
Profile icon Subhash Shah
View More author details

Table of Contents (14) Chapters

Preface 1. Section 1: Quick Review of AI in the Finance Industry
2. The Importance of AI in Banking 3. Section 2: Machine Learning Algorithms and Hands-on Examples
4. Time Series Analysis 5. Using Features and Reinforcement Learning to Automate Bank Financing 6. Mechanizing Capital Market Decisions 7. Predicting the Future of Investment Bankers 8. Automated Portfolio Management Using Treynor-Black Model and ResNet 9. Sensing Market Sentiment for Algorithmic Marketing at Sell Side 10. Building Personal Wealth Advisers with Bank APIs 11. Mass Customization of Client Lifetime Wealth 12. Real-World Considerations 13. Other Books You May Enjoy

Clustering models

Before we start looking at the programming content, let's take a look at clustering models, since we will be using one in our first example.

Clustering seeks to group similar data points together. As a simple example, when there are three data points, each with one column, [1],[2],[6], respectively, we pick one point as the centroid that represents the nearby points; for example, with two centroids, [1.5] and [5], each represents a cluster: one with [1],[2] and another cluster with [6], respectively. These sample clusters can be seen in the following diagram:

When there are two columns for each data point, the distance between the actual data point and the centroid needs to consider the two columns as one data point. We adopt a measurement called Euclidean distance for this.

One of the key challenges of adopting clustering in banking is that it leads to clusters that are too large, which reduces the true...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}