Hi, Sorry in advance if I’m asking silly question, but while solving Week 3 programming assignment and I didn’t understand exact problem statement we are trying to address here.
What I understood, we want to fit the given dataset and create a model such that, any new given data-point (which have two values which are co-ordinates of the data visualisation plot) is supposed to be classified into two categories which are ‘red’ and ‘blue’(colour of flower). Since in given dataset, we do not have one category in one section of graph and one in another section, so why do we try to draw line which separates them in two categories?
If these training data-points are random, why do we see flower like pattern here? What do these input co-ordinate mean if output is red or blue flower?
Thanks in advance!