Nov 9, 20232 min readDay 35: Iterative Loop of ML developmentIn 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 readDay 34: Bias/Variance and Neural NetworkIn 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 readFashion Recommender System with Visual Similarity SearchIntroduction The objective of this project is to create a content-based fashion recommender system by utilizing vector embeddings of...
Oct 19, 20232 min readDay 33: Establishing a baseline level of performanceLet'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...
Oct 19, 20232 min readDay 32: Bias and VarianceThe typical workflow of developing a machine learning system is that you have an idea and you train the model, and you almost always find...