Binary Classification & SGD Classifier - Machine Learning with TensorFlow & scikit-learn on Python

This is the second lecture of the series entitled “Machine Learning with TensorFlow & Scikit-learn”, we will introduce what Binary Classification is along with the Stochastic Gradient Descent classifier (with its penalties and losses). This lecture is outlined as follows: 00:00:00 Introduction 00:01:20 MNIST Database 00:02:59 Setting JUPYTER notebook 00:04:05 Installing sklearn 00:04:45 Fetching MNIST 00:06:23 What is NumPY ? 00:06:58 Analyzing MNIST 00:11:10 Visualizing MNIST images 00:11:37 MATPLOTLIB 00
Back to Top