Programming Guide
In this programming guide we will go over the basic functionality of the parameter server within an interactive Scala console. We will:
- Construct a distributed matrix on the parameter servers
- Push some values to the matrix
- Pull some values from the matrix
- Destroy the matrix when we are done.
Continue reading: