top of page

Day 12: Decision Boundary
In logistic regression, decision boundary is a line that separates class A from class B let's take a look at an example: from the example...
Jul 6, 20231 min read

Day 11: Introduction to Classification
Classification with logistic regression Today, we will learn about classification, where your output variable y can take on only one of a...
Jul 5, 20232 min read

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