llSourcell / Classifying_Data_Using_a_Support_Vector_Machine

This is the code for the "Classifying Data using Gradient Descent" by Siraj Raval on Youtube
217 stars 181 forks source link

Adding show function which was not there before.. #6

Open Siddharths8212376 opened 5 years ago

Siddharths8212376 commented 5 years ago

Added plt.show() to the naive guess part, which was graphed in the notebook, but was not there in the code.