Stochastic Gradient Descent For Sparse Data
Motivation Why Not Regular Logistic Regression? Building Algorithm Motivation During my master studies, I was tasked to build a model that will predict whether a mobile ad will be clicked based on a large dataset from Kaggle. During the class, we learned Stochastic Gradient Descent (SGD) and Naive Bayes and hence those methods were supposed to be used in the assignment. We were also told that we’re going to struggle with the size of the dataset and it’s easiest if we implement the algorithms from scratch utilising the sparsity of the data....