Machine Learning
This page collects all my posts on topics I find interesting about how to learn Machine Learning 😁💻.
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”.