Skip to content

Unlocker/spark-mllib-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning extension library for Apache Spark

Nonlinear models often used to approximate input data in the signal processing. These models usually have shorter weights vector length than typical linear one but demand to calculate the Jacobian and the Hessian matrices. Using the Newton-Gauss method there are some difficulties to calculate loss function gradient and the inverted Hessian in distributed context.

Authors in the article (http://ieeexplore.ieee.org/document/5451114/) propose incremental calculation method. It uses the Jacobian matrix row by row without full matrix calculation.

In the blog notes authored by Constantinos Voglis proposed the Spark application of method mentioned.

I am trying to adapt code from blog with Apache Spark 2.0 and to refine Scala implementation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages