Exercise 3 - Neural Networks

Reading time ~1 minute

Logistic regression cannot form more complex hypotheses as it is only a linear classifier1.


  1. You could add more features (such as polynomial features) to logistic regression, but that can be very expensive to train.

comments powered by Disqus