Gradient Descent: The Stochastic Update
Learn to code the perceptron trick using the Stochastic Gradient Descent.
Exploratory data analysis
We have two features X1 and X2 and a label. Each feature has ten data points and the label is 0 or 1. Make a decision boundary that separates ...