Hello,
After completing W1A2, I had a doubt. We get to the point where we achieve 95% accuracy in the test set, along with a graph which shows the proper classification of the red and blue dots.
(sorry for the MS paint version; at the time of writing this post I had closed my notebook so I would have to run the notebook upto that point over again

)
So what I am unable to understand is how will this graph help the football team in real time?
Thanks,
Sushant.
1 Like
Please share the following details:
- Course / week this question belongs to.
- Link to the assignment.
- Definition of football problem and what the graph means.
1 Like
It is the Regularization assignment (A2) from DLS C2 W1.
The decision boundary analysis will not help anyone in realtime. This is what we do when we are training the model to understand when we have gotten our hyperparameter tuning to the āGoldilocksā level: not overfitting or underfitting but ājust rightā.
Itās always the case with supervised learning that the training happens beforehand with the goal of producing a model that will work as well as possible when deployed in a real application with new data as input.
But this a bit more artificial case in that it would be sort of āstaticā guidance to the goal keeper in terms of where to kick the ball in a real game scenario such that he has the best chance of a good outcome based on all the input training data about past occurrences of the situation. Mind you, I know nothing about soccer and would expect that in any sport related scenario like that the situation is incredibly specific to what is actually happening on the field and the goalieās observation of the capabilities on that particular day of his own team and the opponents. So, as mentioned, this is kind of an artificial example. At least thatās my take, which is probably worth exactly what you paid for it. 
2 Likes
But suppose in case that graph was real-time data. And somehow the goalie had real-time access to the graph! (Perhaps wearing Google lens or something like that
! (Iām serious because I just heard that there are glasses equipped with camera which can capture images/video and send it to GPT-4 and give back data to the wearer, though in audio format)). So in that case how would the graph inform his decision?
1 Like