Skip to content

Commit 9596781

Browse files
committed
updating rbm example
1 parent 7db0efa commit 9596781

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/rbm/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
specific language governing permissions and limitations
1717
under the License.
1818
-->
19-
# Train a RBM model against MNIST dataset
19+
# Train a RBM model using SINGA Tensor APIs
2020

21-
This example is to train an RBM model using the
22-
MNIST dataset. The RBM model and its hyper-parameters are set following
21+
This example is to train a RBM model over the MNIST dataset
22+
using SINGA Python Tensor APIs.
23+
The RBM model and its hyper-parameters are set following
2324
[Hinton's paper](http://www.cs.toronto.edu/~hinton/science.pdf)
2425

2526
## Running instructions

0 commit comments

Comments
 (0)