Menu

Close
  • Home
  • Topics
    • Databases
    • Web Development
    • The Math of ML
    • Bioinformatics
  • About This Site
  • The Author
Donate Subscribe
Blog Logo Menu

The Math of Machine Learning

Page 1 of 1

Solving Logistic Regression with Newton's Method

In this post we introduce Newton’s Method, and how it can be used to solve Logistic Regression. Logistic Regression introduces the concept of the Log-Likelihood of... »

Author image Sean Harrington on Math-of-machine-learning 06 Jul 2017

Gradient Descent: High Learning Rates & Divergence

We’ve explored gradient descent, but we haven’t talked about learning rates, and how these hyperparameters are the key differentiators between convergence, and divergence. More specifically, let’s... »

Author image Sean Harrington on Math-of-machine-learning 01 Jul 2017

The Gradient: A Visual Descent

In this post I aim to visually, mathematically and programatically explain the gradient, and how its understanding is crucial for gradient descent. For those unfamiliar, gradient... »

Author image Sean Harrington on Math-of-machine-learning 16 Jun 2017
Page 1 of 1
The Laziest Programmer © 2017
Proudly published with Jekyll using Jasper