Writing
Notes on machine learning and computer vision.
Occasional writing on machine learning and computer vision — full posts live on Medium.
01 02
Recommendation System — Content Based Filtering
Discover how content-based filtering works in recommendation systems. This article walks through the core concepts and implementation steps to build a movie recommendation engine using machine learning.
Simple Face Recognition with Facial Landmark & K-Nearest Neighbors
Learn how to build a simple face recognition system by combining facial landmarks with the K-Nearest Neighbors algorithm. A beginner-friendly guide to applying computer vision and machine learning for facial recognition.