Skip to content

annieyan/Stochastic_dual_coordinate_ascent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Stochastic_dual_coordinate_ascent

classify mnist datasets using ridge regression, optimize the algorithem with SGD, stochastic dual coordinate ascent, and mini-batching

  • get data from http://yann.lecun.com/exdb/mnist/,
  • Reduce the 784 dimension data to 50 using PCA
  • generate Random Fourier Features to approximate the RBF Kernel
  • optimize ridge regression using SGD
  • optimize ridge regression using stochastic dual coordinate ascent(SDCA)
  • mini-batching SDCA

About

classify mnist datasets using ridge regression, optimize the algorithem with SGD, stochastic dual coordinate ascent, and mini-batching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages