Random Forest - Methodology 🌲
This post explains how Random Forest works, step by step. It covers bootstrap sampling, random feature selection, decision tree growth, and aggregation.
This post explains how Random Forest works, step by step. It covers bootstrap sampling, random feature selection, decision tree growth, and aggregation.
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.
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.
In this part 2, I will explain a simple Aritifical Neural Network (ANN) model to make Flappy Bird A.I.
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.”
This post demonstrates how to model wind turbine power using KNN regression with simulated wind-farm data.
This is my 1st post about Machine Learning (ML). This is a topic I learnt from the book “An Introduction to Statistical Learning”.