Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 389 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 389 Bytes

EG-vs-FTLR

Implementation of two online learning algorithms. Learning with expert advice, and FTLR.

This is to show off the diffrence between Learning With Expert Advice and Follow the Regularized Leader. These are both online learning algorthims. Expert Advice is done using exponential gradient descent, a implementation of online mirror descent.

(The file is in a Jupyter Notebook)