wan501278191 / OnlineLearning_BasicAlgorithm

Online Learning code: TG -> FOBOS -> RDA ->FTRL ->FTPRL -> FTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnlineLearning_BasicAlgorithm

Online Learning code:
principal line: sparsity
Algorithm: TG -> FOBOS -> RDA ->FTRL -> FTML

Algorithm list:

{ Online gradient descent } Algorithm: OGD.py
{ Truncated Gradient } Algorithm: TG.py
{ Forward-Backward Splitting } Algorithm: FOBOS.py
{ Regularized Dual Averaging } Algorithm: RDA.py
{ Follow-the-regularized-Leader } Algorithm: FTRL.py
{ Follow-the-regularized-Leader based on Tensorflow } Algorithm: FTRL_Optimizer.py
{ Follow the Moving Leader } Algorithm: FTML.py

About

Online Learning code: TG -> FOBOS -> RDA ->FTRL ->FTPRL -> FTML


Languages

Language:Python 100.0%