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
- Host: GitHub
- URL: https://github.com/dmlc/parameter_server
- Owner: dmlc
- License: apache-2.0
- Created: 2013-11-28T21:18:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T21:12:46.000Z (over 10 years ago)
- Last Synced: 2025-03-28T11:09:24.147Z (9 months ago)
- Language: C++
- Homepage:
- Size: 23.3 MB
- Stars: 648
- Watchers: 126
- Forks: 237
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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)