Chapter 1 - Linear Models
Lab 1: Coding the Perceptron Algorithm from Scratch
In this lab, you’ll code the perceptron algorithm from scratch. Then you’ll compare your results to an algorithm trained using scikit-learn.
Lab 2: Coding the Logistic Regression algorithm from Scratch
In this lab, you’ll code the logistic regression algorithm from scratch. Then you’ll compare your results to an algorithm trained using scikit-learn.
Lab 3: Sentiment Analysis on Movie Reviews using Logistic Regression
In this lab, you’ll code the logistic regression algorithm from scratch. Then you’ll compare your results to an algorithm trained using scikit-learn.