top of page

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
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

Day 27: Multi-class Classification
Multi-class Multi-class classification refers to classification problems where you can have more than just 2 possible output labels, so...
Sep 27, 20232 min read

Day 26: Activation Functions
Alternatives to the Sigmoid Function So far, we have been using the sigmoid function in all the nodes in the hidden layers, but out...
Sep 27, 20232 min read
bottom of page