Merge pull request #186 from abhinav-upadhyay/patch-1

Fix a typo: s/it/is
main
Aurélien Geron 2018-03-15 12:22:00 +01:00 committed by GitHub
commit fb29c3b386
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"There are many ways to train one Autoencoder at a time. The first approach it to train each Autoencoder using a different graph, then we create the Stacked Autoencoder by simply initializing it with the weights and biases copied from these Autoencoders." "There are many ways to train one Autoencoder at a time. The first approach is to train each Autoencoder using a different graph, then we create the Stacked Autoencoder by simply initializing it with the weights and biases copied from these Autoencoders."
] ]
}, },
{ {