top of page
Day 31: Model Selection and training/cross-validation/test sets
In previous article, we saw how to use the test set to evaluate the performance of a model. Let's make one further refinement to that...
Oct 17, 20233 min read


Day 30: Advice for applying Machine Learning
The efficiency of how quickly you can get a ML system to work well will depend on a large part on how well you can repeatedly make good...
Oct 13, 20233 min read


Multi-label Image Segmentation with Fashion Images
The purpose of the project was to segment clothing articles from images by masking each pixel into its respective categories. In the...
Oct 5, 20231 min read
Day 29: Additional Neural Network Concepts
Advanced Optimization Gradient descent is an optimization algorithm that's widely used in Machine Learning and was the foundation of many...
Sep 28, 20232 min read


Day 28: Neural Network with softmax output
In order to build a neural network that can carry out multi-class classification, we are going to take the softmax regression model and...
Sep 27, 20232 min read
bottom of page