top of page

Day 7: Gradient Descent for multiple linear regression
Today, we will put together what we've previously learned to implement gradient descent for multiple linear regression using...
Jun 26, 20233 min read

Day 6: Multiple Linear Regression
Previously, we looked at a version of linear regression with only one feature, today, we're going to explore linear regression with more...
Jun 23, 20233 min read

Day 5: summary of introduction to machine learning
Machine learning is the science of getting computers to learn without being explicitly programmed Supervised learning Supervised learning...
Jun 22, 20234 min read

Day 4: Learning rate
The posts on the machine learning series are notes from the Machine Learning Specialization course offered by Deeplearning.ai and...
Jun 21, 20232 min read

Day 3: Gradient descent (part 2)
Gradient Descent Gradient descent is an algorithm that you can use to find the value of w and b in a more systematic way, which results...
Jun 20, 20235 min read
bottom of page