Oct 17, 20233 min readDay 31: Model Selection and training/cross-validation/test setsIn 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 13, 20233 min readDay 30: Advice for applying Machine LearningThe 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 5, 20231 min readMulti-label Image Segmentation with Fashion ImagesThe purpose of the project was to segment clothing articles from images by masking each pixel into its respective categories. In the...
Sep 28, 20232 min readDay 29: Additional Neural Network ConceptsAdvanced Optimization Gradient descent is an optimization algorithm that's widely used in Machine Learning and was the foundation of many...
Sep 27, 20232 min readDay 28: Neural Network with softmax outputIn order to build a neural network that can carry out multi-class classification, we are going to take the softmax regression model and...