From 5350ca17b1d8ea7fadb528d21e4f8a622399af1b Mon Sep 17 00:00:00 2001 From: Abhinav Upadhyay Date: Tue, 27 Feb 2018 11:57:11 +0530 Subject: [PATCH] Fix a typo: s/it/is --- 15_autoencoders.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_autoencoders.ipynb b/15_autoencoders.ipynb index e42329f..1e8299a 100644 --- a/15_autoencoders.ipynb +++ b/15_autoencoders.ipynb @@ -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." ] }, {