Machine Learning

This page collects all my posts on topics I find interesting about how to learn Machine Learning 😁💻.

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.

K-Nearest Neighbours (KNN) Algorithm - Part 1

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.”