Dec 29, 20233 min readDay 37: Choosing a split: Information GainWhen 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 6, 20233 min readSmart Stylist: A Fashion Recommender System powered by Computer VisionThe live demo of this project is available below: https://smartstylist.streamlit.app Introduction The objective of this project is to...
Nov 30, 20237 min readPowering Visual Search with Image EmbeddingIntroduction Within the world of recommendation systems, a significant challenge arises when certain images lack contextual information,...
Nov 24, 20238 min readObject Detection Model, YOLOv5, on Fashion ImagesIntroduction The objective of this project is to develop a model to detect and identify fashion objects in images and provide bounding...
Nov 15, 20233 min readDay 36: Decision TreesIn this section, we will learn about a practical and very commonly used learning algorithm: the decision tree. We will also learn about...