Skip to content

Commit 855990d

Browse files
authored
Merge pull request #167 from Kongsea/master
Fix typos
2 parents ab8f86d + 576cf27 commit 855990d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ output represents the class index. While ``cost`` is the cross-entropy between t
375375
Denoising Autoencoder (DAE)
376376
--------------------------------------
377377

378-
Autoencoder is a unsupervised learning models which able to extract representative features,
378+
Autoencoder is a unsupervised learning models which is able to extract representative features,
379379
it has become more widely used for learning generative models of data and Greedy layer-wise pre-train.
380380
For vanilla Autoencoder see `Deeplearning Tutorial`_.
381381

@@ -523,7 +523,7 @@ Depending on the problem you are solving, you will need different loss functions
523523
see :mod:`tensorlayer.cost` for more.
524524

525525
Having the model and the loss function defined, we create update expressions
526-
for training the network. TensorLayer do not provide many optimizer, we used TensorFlow's
526+
for training the network. TensorLayer do not provide many optimizers, we used TensorFlow's
527527
optimizer instead:
528528

529529
.. code-block:: python

0 commit comments

Comments
 (0)