An open API service indexing awesome lists of open source software.

https://github.com/dmlc/parameter_server

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

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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](https://github.com/dmlc/ps-lite)**

- [Document](doc/)
- [Wiki](https://github.com/dmlc/parameter_server/wiki/)
- How to [build](make/)
- Examples
- [Linear method](example/linear), [Linear method with Cloud](docker)
- Deep neural network, see [CXXNET](https://github.com/dmlc/cxxnet) and [Minverva](https://github.com/minerva-developers/minerva)