top of page


Day 37: Choosing a split: Information Gain
When building a decision tree, the way we will decide what feature to split on at a node will be based on what choice of feature reduces...
Dec 29, 20233 min read


Smart Stylist: A Fashion Recommender System powered by Computer Vision
The live demo of this project is available below: https://smartstylist.streamlit.app Introduction The objective of this project is to...
Dec 6, 20233 min read


Powering Visual Search with Image Embedding
Introduction Within the world of recommendation systems, a significant challenge arises when certain images lack contextual information,...
Nov 30, 20237 min read


Object Detection Model, YOLOv5, on Fashion Images
Introduction The objective of this project is to develop a model to detect and identify fashion objects in images and provide bounding...
Nov 24, 20238 min read


Day 36: Decision Trees
In this section, we will learn about a practical and very commonly used learning algorithm: the decision tree. We will also learn about...
Nov 15, 20233 min read
bottom of page