Statistical Learning in Finance
The statistical foundations of machine learning, taught through the problems of modern finance.
The course moves from the classical toolkit (linear regression, logistic regression, and k-nearest neighbors) to the methods behind modern applied work: support vector machines, decision trees and ensembles (bagging and boosting), neural networks, and unsupervised learning. Equal weight is given to the judgment that makes these tools useful: assessing models honestly, selecting features carefully, and recognizing when a method's assumptions break down.
Throughout the semester, students work hands-on with real financial datasets, applying each method to problems in asset pricing, portfolio optimization, and credit risk assessment.
Course schedule & slides
Slides, recordings, and tutorial code for each week are linked below.
01Regression
| # | Topic | Slides | Recording | Code |
|---|---|---|---|---|
| 1 | Introduction to Statistical Learning | |||
| 2 | Regression | |||
| 3 | Regression in Finance |
02Classification and Model Selection
| # | Topic | Slides | Recording | Code |
|---|---|---|---|---|
| 4 | Classification | |||
| 5 | Model Assessment and Selection |
03Advanced Supervised Learning
| # | Topic | Slides | Recording | Code |
|---|---|---|---|---|
| 6 | Support Vector Machines | |||
| 7 | Decision Trees | |||
| 8 | Ensemble Methods | |||
| 9 | Neural Networks |
04Application of Statistical Learning
| # | Topic | Slides | Recording | Code |
|---|---|---|---|---|
| 10 | Portfolio Choice of Online Loans |
05Unsupervised Learning and Unstructured Data
| # | Topic | Slides | Recording | Code |
|---|---|---|---|---|
| 11 | Unsupervised Learning | |||
| 12 | Unstructured Data |
Recordings open in Zoom and require a stevens.edu sign-in.
Textbooks
An Introduction to Statistical Learning
Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani
Springer, 2nd Edition
Visit website →
The Elements of Statistical Learning
Trevor Hastie, Robert Tibshirani, and Jerome Friedman
Springer, 2nd Edition
Visit website →