We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db0efa commit 9596781Copy full SHA for 9596781
examples/rbm/README.md
@@ -16,10 +16,11 @@
16
specific language governing permissions and limitations
17
under the License.
18
-->
19
-# Train a RBM model against MNIST dataset
+# Train a RBM model using SINGA Tensor APIs
20
21
-This example is to train an RBM model using the
22
-MNIST dataset. The RBM model and its hyper-parameters are set following
+This example is to train a RBM model over the MNIST dataset
+using SINGA Python Tensor APIs.
23
+The RBM model and its hyper-parameters are set following
24
[Hinton's paper](http://www.cs.toronto.edu/~hinton/science.pdf)
25
26
## Running instructions
0 commit comments