Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Artificial Intelligence for Banking

You're reading from   Hands-On Artificial Intelligence for Banking A practical guide to building intelligent financial applications using machine learning techniques

Arrow left icon
Product type Paperback
Published in Jul 2020
Publisher Packt
ISBN-13 9781788830782
Length 240 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Subhash Shah Subhash Shah
Author Profile Icon Subhash Shah
Subhash Shah
Jeffrey Ng Jeffrey Ng
Author Profile Icon Jeffrey Ng
Jeffrey Ng
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Section 1: Quick Review of AI in the Finance Industry
2. The Importance of AI in Banking FREE CHAPTER 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 $19.99/month. Cancel anytime
Banner background image