Spark with Python: optimization algorithms

Spark with Python: optimization algorithms

##Gradient methods in Spark MLlib Python API

The optimization problems introduced in MLlib are mostly solved by gradient based methods. I will briefly present several gradient based methods as follows

###Newton method

###Gauss-Newton method

###Quasi-Newton method

###Stochastic gradient descent (SGD)

###BFGS

###Limit-memory BFGS (L-BFGS)

Hongyu Su 21 May 2015