snuspl / dolphin

14 stars 2 forks source link

Implement a naive neural network that runs on a single evaluator #66

Closed jsjason closed 9 years ago

jsjason commented 9 years ago

We are currently implementing a single-evaluator neural network that uses only fully connected layers. Starting from this issue, we will add more features such as more kinds of layers, asynchronous communication with a parameter server, etc.