top of page

Nov 15, 20233 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 9, 20232 min read
Day 35: Iterative Loop of ML development
In the next few sections, we'll explore the process of developing a ML system. Let's take a look at the iterative loop of ML development:...

Nov 3, 20231 min read
Day 34: Bias/Variance and Neural Network
In our previous post, we see how by looking at our training error and cross validation error, we can try to get a sense of whether our...

Oct 31, 20238 min read
Fashion Recommender System with Visual Similarity Search
Introduction The objective of this project is to create a content-based fashion recommender system by utilizing vector embeddings of...
Oct 19, 20232 min read
Day 33: Establishing a baseline level of performance
Let's take a look at some concrete numbers for what train-error and cv-error might be and see how you can judge if a learning algorithm...
bottom of page