Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 7.04 KB

README.md

File metadata and controls

69 lines (34 loc) · 7.04 KB

Machine Learning Fundamentals

Probability

  • Correlation Matrices: A plotly vizualization of the space of 3x3 correlation matrices using a nice parametrization

Classification

  • Naive Bayes: Introduction, derivation and reconciliation of Naive Bayes - a baseline model for classification.

  • Linear / Quadratic Discriminant Analysis: Introduction, derivation, properties and examples of LDA/QDA classification

  • Logistic Regression: Definitions, Binary and multi-class case, Sigmoid and Softmax functions, Cross-Entropy Loss, Regularization, Examples

  • Decision Tree Classifiers: Graph theory, binary rooted trees, impurity functions, minimal cost-complexity pruning

Advanced Regression Techniques

  • Linear Regression: A recap of linear regression - a core fundamental of machine learning.

  • Local Regression: Local regression is a refinement of linear regression that adapts the model at each point of the prediction.

  • Gaussian Process Regression (GPR): An advanced regression technique that produces not only predictions, but also confidence bounds around them.

  • Dynamically Controlled Kernel Estimation (DCKE): A combination of local regression, control variates and Gaussian process regression to estimate conditional expectations. The method is model free, data-driven and particularly suited for financial applications.

  • Decision Tree Regressors: Decision trees can be used for regression as well

Neural Network Topologies

Training Networks & Optimization Techniques

Basic Examples

Machine Learning & Quantitative Finance

References