parameter_server icon indicating copy to clipboard operation
parameter_server copied to clipboard

moved to https://github.com/dmlc/ps-lite

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 flexible data consistency model, data filters, and flexible server machine programming.

NOTE: We stop maitaining this repo. Please check the newer version called ps-lite

  • Document
  • Wiki
  • How to build
  • Examples
    • Linear method, Linear method with Cloud
    • Deep neural network, see CXXNET and Minverva