Flappy bird Game Part 1 🐦
In this post, I will guide you through creating a Flappy Bird game, originally developed by Vietnamese creator Nguyen Ha Dong. In part 2, I will build a deep learning model to make Flappy Bird play eternally.
In this post, I will guide you through creating a Flappy Bird game, originally developed by Vietnamese creator Nguyen Ha Dong. In part 2, I will build a deep learning model to make Flappy Bird play eternally.
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”.