Posts

44 GenAI in Banking & Finance : Unsupervised Learning in FinTech

Image
Unsupervised Learning in FinTech Mathematical Foundations with Conceptual Interpretation 1. Introduction In previous discussions on supervised learning, we considered problems where a target variable Y Y is known. The objective was to learn a mapping: f : X → Y f: X \rightarrow Y where X  represents input variables and Y  represents known outcomes such as loan default, fraud occurrence, or asset returns. However, many real-world financial datasets do not come with labeled outcomes. A bank may possess millions of customer records containing income, spending behavior, and transaction history—but no explicit label indicating customer category. Similarly, a trading firm may observe stock returns but may not have predefined “market regime” labels. In such cases, prediction is not the immediate objective. Instead, the goal is structure discovery . This is the domain of Unsupervised Learning . 2. Definition of Unsupervised Learning Mathematical Representation Given a datas...

43 GenAI in Banking & Finance : Machine Learning and Supervised Learning in FinTech

Image
Machine Learning and Supervised Learning in FinTech Mathematical Foundations with Business Interpretation 1. Introduction The rapid digitization of financial services has fundamentally transformed how decisions are made in banking, payments, lending, and investment management. Traditional rule-based systems—where developers explicitly define decision logic—are increasingly insufficient in dynamic, data-rich environments. Fraud patterns evolve, customer behavior shifts, and market volatility changes constantly. Machine Learning (ML) addresses this challenge by enabling systems to learn from historical data and make predictions without being explicitly programmed for every possible scenario. In mathematical terms, ML attempts to approximate an unknown function: f : X → Y f: X \rightarrow Y where: X X X represents input variables (features) such as income, credit score, transaction amount Y Y Y represents the outcome (loan default, risk score, predicted return) The goa...

42 GenAI in Banking & Finance : Exploratory Data Analysis (EDA) in the Context of FinTech

Image
Exploratory Data Analysis (EDA) in the Context of FinTech Understanding Financial Data Before Modeling and Decision-Making 1. Introduction In the FinTech ecosystem, data is the most valuable asset. Every digital interaction—payments, lending, investments, insurance, and customer onboarding—generates vast amounts of financial data. However, raw data by itself has limited value. Before advanced analytics, machine learning, or artificial intelligence models can be applied, it is essential to understand the structure, quality, and behavior of the data. This preliminary and critical step is known as Exploratory Data Analysis (EDA) . Exploratory Data Analysis refers to the process of examining datasets to summarize their main characteristics, identify patterns, detect anomalies, and uncover relationships. In FinTech, EDA plays a foundational role by bridging the gap between raw financial data and reliable, business-ready insights. Poorly understood data can lead to inaccurate models, re...

41 GenAI in Banking & Finance : Digital Payments as a Business Function in FinTech

Image
From Physical Instruments to Real-Time Digital Platforms 1. Introduction Payments constitute the most fundamental business function within any financial system. Every economic exchange—whether between individuals, businesses, or institutions—ultimately requires a reliable mechanism for transferring value. Historically, payment systems evolved slowly, constrained by physical instruments, manual processes, and geographic boundaries. However, the emergence of FinTech and the digital economy has transformed payments into a fast, secure, and always-available digital service. In the FinTech ecosystem, digital payments are no longer a back-office banking operation. Instead, they function as core infrastructure , enabling commerce, financial inclusion, platform-based business models, and innovation across lending, investments, and insurance. To understand this transformation, it is essential to examine the evolution of payment instruments—from cash and cheques to modern real-time digital ...