top of page


Day 10: Summary of Regression with Multiple Variables
Vectorization When implementing a learning algorithm, using vectorization will both make our code shorter and make it run much more...
Jul 4, 20232 min read


Day 9: Feature Engineering and Polynomial Regression
Feature Engineering Feature Engineering: using intuition to design new features, by transforming and/or combining original features The...
Jun 30, 20232 min read


Day 8: Feature Scaling and learning rate
Feature Scaling Feature scaling is a technique that will enable gradient descent to run faster. let's start by taking a look at the...
Jun 27, 20234 min read


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
bottom of page