Skip to content

AnthonyWang14/online-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online learning algorithms

Implements a few online algorithms in the setting of online learning with expert advice:

  • External regret minimization: exponentially-weighted average forecaster
  • Internal regret minimization: reduction to external regret minimization from Cesa-Bianchi and Lugosi (chapter 4)
  • Online calibration: via internal regret minimization
  • Online recalibration: uses online calibration method as a subroutine

See ./examples folder for details on how to run the algorithms.

About

A few basic online learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%