Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow: Chapter 3 Notes
Chapter 3 - Classification
Binary Classifier - a classifier capable of distinguishing between 2 classes
Stochastic Gradient Descent (SGD) classifier:
capable of handling very large datasets efficiently, because SGD deals with training instances inde...
themleclub.hashnode.dev10 min read