Skip to content

whuaxiom/parameter_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C++ 89.5%
  • Shell 5.0%
  • Protocol Buffer 3.5%
  • Other 2.0%