Closed bertdv closed 8 years ago
@bertdv A small remark/question about this one.
In order to get a nice plot (decision boundary not passing through the origin per definition) I have to add a constant to the feature vector x
(so θ becomes 3-dimensional). Since this is not described in the notebook, I see three options:
The current version of the demo is in a separate file: lessons/08_discriminative_classification/discriminative-classification-demo.jl
.
I think I prefer option 1.
This code example is done, you can review it if you want.
great job!
see class