QUANT dira-t-on?
Blog
Series: Machine Learning - Part 1
PCA
Understanding Principal Component Analysis
Oct 6, 2024
4 min
Logistic Regression
A dive into Logistic Regression.
May 15, 2024
2 min
Regularized Regressions
Linear models obtained with minimizing the SSR (Sum of Square Residuals) are great and easy to grasp. However, rarely all conditions are met and/or as the number of…
Apr 22, 2024
4 min
Gradient Descent
Gradient Descent is an optimization technique used in many Machine Learning algorithms to find the minimum of a function. It does require a convex and differentiable…
Apr 26, 2024
5 min
Linear Regression
A dive into the math behind the linear regression algorithm.
Apr 14, 2023
6 min
KNN - K Nearest Neighbor
Using KNN in both python and R
Nov 14, 2023
18 min
Defining Success
When evaluating models for a given ML algorithm, we need to define in advance what would be our metric to measure success. How would we decide if this model performs well or…
Apr 16, 2024
5 min
Naive-Bayes - Part 1
Making Naive-Bayes work in R
May 16, 2023
1 min
Intro to Kmeans
The purpose of this article is to get a deeper dive into Kmeans as an unsupervised machine learning algorithms. To see the algorithm at work on some financial data, you can…
Oct 31, 2022
8 min
Kmeans with regime changes
This post is about how to use Kmeans to classify various market regimes or to use Kmeans to classify financial observations.
Oct 12, 2022
6 min
No matching items