Skip to content

A case study on implementing gradient descent for machine learning applications

Notifications You must be signed in to change notification settings

creativescala/case-study-gradient-descent

Repository files navigation

Case Study: Machine Learning by Gradient Descent

Introduction

This case study looks at gradient descent, and the application of gradient descent to machine learning. We look at gradient descent from a programming, rather than mathematical, perspective. We'll start with a simple example that describes the problem we're trying to solve and how gradient descent can be used to solve it. We'll then look at three methods to compute gradients, the core of the problem:

  • numerical differentiation;
  • symbolic differentiation; and
  • automatic differentiation.

See the site for everything.

About

A case study on implementing gradient descent for machine learning applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages