Categories

Machine learning algorithms

Support Vector Machine - Methodology 🧭

Published:

This post explains how Support Vector Machines (SVM and SVR) work, from the hyperplane concept and the kernel trick to the epsilon-insensitive tube used in regression.

Random Forest - Methodology 🌲

Published:

This post explains how Random Forest works, step by step. It covers bootstrap sampling, random feature selection, decision tree growth, and aggregation.

K-Nearest Neighbours (KNN) Algorithm - Part 1

Published:

K‑Nearest Neighbors (KNN) is a simple, non‑parametric machine learning algorithm that makes predictions based on the labels of the closest data points in the training set. It is supervised (it needs labeled examples) and can be used for both classification and regression tasks.”

Machine learning projects

Flappy bird Game Part 1 🐦

Published:

In this post, I will guide you through creating a Flappy Bird game, originally developed by Vietnamese creator Dong Ha NGUYEN. In part 2, I will explain a simple Aritifical Neural Network (ANN) model to make Flappy Bird A.I.

densys

Liège Projects

Published:

Operational planning, sizing, and optimization assignment for Université de Liège; my favorite DENSYS course that sparked my love for programming!