Deep Learning Mathematics
Logistic Regression Optimization Algorithms
A Cut Above the Noise
I came home to the unfamiliar sight of a dark LED on one of my home dev nodes. This box is basically always on serving Jupyter notebooks to any of…
Logistic Regression *note* if you just want to play with the source code check out my GitHub for the final, revised, easy to run code or go to the bottom of the…
An objective function is a measure of how similar a prediction of a value and the actual value are. Usually, we are looking to find the set of parameters that lead to the smallest possible cost which would imply that your algorithm will perform well.