Linear Classification
- Published
- Author

Linear Classification
Welcome! This workshop is from Winder.ai. Sign up to receive more free workshops, training and videos.
We learnt that we can use a linear model (and possibly gradient descent) to fit a straight line to some data. To do this we minimised the mean-squared-error (often known as the optimisation/loss/cost function) between our prediction and the data.
It’s also possible to slightly change the optimisation function to fit the line to separate classes. This is called linear classification.
Read more





