Fix a typo: s/it/is

This commit is contained in:
Abhinav Upadhyay
2018-02-27 11:57:11 +05:30
committed by GitHub
parent de6f9895e9
commit 5350ca17b1

View File

@@ -520,7 +520,7 @@
"cell_type": "markdown",
"metadata": {},
"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."
]
},
{