A twelve-week progression through modern statistical learning techniques applied to actuarial science problems.
Topics build cumulatively: regression and classification fundamentals give way to tree-based ensembles, then to dimensionality reduction, clustering, and neural network methods. References follow James, Witten, Hastie & Tibshirani, An Introduction to Statistical Learning (ISL).
Introduction to statistical learning; Multivariate normal distribution; Review of variable selection: best subsets, stepwise (forward and backward); measures of fit (AIC, adjusted R², BIC, or cross-validation (training/test sets, k-fold, LOOCV).
Penalized linear regression: ridge regression and lasso, problem formulation, and the constrained optimization view; Using cross-validation to choose the tuning parameter (λ) in ridge regression and lasso.
Principal components regression; considerations in high-dimensional settings; Regression Splines, Smoothing Splines.
Local regression and Generalized Additive Models (GAMs).
Introduction to classification; logistic regression; linear discriminant analysis (LDA); confusion matrix; error rate; sensitivity and specificity; ROC curve.
Quadratic discriminant analysis (QDA); K-nearest neighbours (KNN) classifier; applications of classifiers in R on actuarial and financial datasets.
Introduction to decision trees; regression vs. classification trees; mean-square error; classification error rate; recursive binary splitting; tree pruning; cost complexity pruning.
Bagging, Random Forest, Boosting; applications of decision tree methodologies in R on actuarial and financial datasets.
Introduction to dimensionality reduction: PCA, ICA, and t-SNE.
Introduction to unsupervised learning; K-means (details and examples); hierarchical clustering (dendrogram); DBSCAN.
Introduction to neural networks (neurons and layers, activation functions, feedforward networks); Convolutional Neural Networks (CNN).
Classification and clustering using CNNs; introduction to autoencoders with applications to dimensionality reduction and clustering.