September 2017
Beginner to intermediate
304 pages
7h 2m
English
Now, let's create a function that trains a logistic regression model. This function needs to perform the following:
To optimize the coefficient/weights, we will use a technique called stochastic gradient descent. This technique will be covered in greater detail in the Appendix, Algorithms/Techniques Related to Machine Learning. For now, suffice it to say that we are trying to make predictions with some non-optimized weights, calculating an error for those ...
Read now
Unlock full access