From a95fb26d90f4ab3887b92bd3bc4083f3578a9ef3 Mon Sep 17 00:00:00 2001 From: Haesun Park Date: Mon, 26 Mar 2018 16:50:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95(https://gi?= =?UTF-8?q?thub.com/ageron/handson-ml/commit/ef0cfb3c077d8c95e18bffa85e4af?= =?UTF-8?q?92cab87b10e)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 15_autoencoders.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15_autoencoders.ipynb b/15_autoencoders.ipynb index e108884..1d778bf 100644 --- a/15_autoencoders.ipynb +++ b/15_autoencoders.ipynb @@ -610,7 +610,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." ] }, { @@ -2360,7 +2360,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.5.5" }, "nav_menu": { "height": "381px",