Skip to content

purduedb/MatRel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Apache Spark™ Distributed Matrix Computation

A library to support distributed matrix computation for machine learning and data analysis

New branch of MatFast project. The code base moves from Spark-1.5.0 to Spark-2.1. We have changed the project name to "MatFast".

Now, We are integrating the matrix operations and optimizations inside Spark SQL. We have extended the DataSet API such that all the implemented matrix operators are available to Spark SQL. We are also working on extending the Spark SQL Catalyst such that the optimizer can automatically recognize the special structures of matrix queries.

This work was accepted by ICDE'17. More technical details and design decisions can be found in the paper "In-memory distributed matrix computation processing and optimization". We'll continue updating the code base to embrace more useful features.

About

A library to support distributed matrix computation for machine learning and data analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages