endymecy / AlgorithmsOnSpark

Some popular algorithms(dbscan,knn,fm etc.) on spark

Home Page:https://github.com/endymecy/AlgorithmsOnSpark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Algorithms On Spark

This project implement some popular algorithms on spark.You can read the papers of them to see their details.

Currently it support the following algorithms and I will add some other algorithms in the future.

  • Distributed KNN
  • Down Sampling
  • Over Sampling
  • Affinity Propagation
  • Distributed t-SNE
  • Factorization Machines
  • Multi-view Machines
  • Block Structures Factorization Machines
  • Timeseries models
  • DBSCAN

This project support spark 2.x

reference

About

Some popular algorithms(dbscan,knn,fm etc.) on spark

https://github.com/endymecy/AlgorithmsOnSpark


Languages

Language:Scala 100.0%