Skip to content

uwroute/parameter_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

613 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parameter Server

The parameter server is a distributed system scaling to industry size machine learning problems. It provides asynchronous and zero-copy key-value pair communications between worker machines and server machines. It also supports flexiable data consistency model, data filters, and flexiable server machine programming.

NOTE: We are refactoring this repository in the lite branch, there is a simpler communication interface, and application codes will be moved to other DMLC repositories soon.

About

A distributed machine learning framework.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 90.8%
  • Shell 3.7%
  • Protocol Buffer 3.5%
  • Other 2.0%