ml-blogs.hashnode.devTraffic Sign Recognition using CNNIn this article, I explored a deep learning project that applies the concept of supervised learning, specifically using Convolutional Neural Networks (CNNs) for image classification. The main idea behind this project is to classify traffic sign image...Aug 10, 2025·3 min read
ml-blogs.hashnode.devMovie Recommendation SystemIn this article, I discuss my recent project, a Movie Recommendation System. The system recommends movies based on a user’s input movie title. To determine similarity, I used Cosine Similarity and Pearson Correlation to compare relationships between ...Aug 10, 2025·2 min read
ml-blogs.hashnode.devMall Customer Segmentation ProjectIn this article, I explored a small project that introduced the basic concept of unsupervised learning, specifically focusing on K-Means Clustering. The main idea behind clustering is to divide a dataset into distinct groups or clusters, where each d...Aug 1, 2025·2 min read
ml-blogs.hashnode.devFirst Hands-On ML ModelIn this article, I explain my first machine learning project, which focused on predicting student performance based on various factors. The dataset used for this project was the Student Performance Factors dataset, available on Kaggle. This dataset c...Jul 28, 2025·4 min read