From 0bd3f4c671e018317583f2f9129c9d2adf4635d0 Mon Sep 17 00:00:00 2001 From: Haesun Park Date: Thu, 3 May 2018 15:10:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=90=EC=84=9C=ED=94=8C=EB=A1=9C=201.8=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=EC=9C=BC=EB=A1=9C=20=EC=9E=AC=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=EB=B0=8F=20=EA=B0=95=ED=99=94=ED=95=99=EC=8A=B5=20?= =?UTF-8?q?=EB=85=B9=ED=99=94=20=EC=98=81=EC=83=81=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 09_up_and_running_with_tensorflow.ipynb | 124 +- ...uction_to_artificial_neural_networks.ipynb | 1801 +- 11_deep_learning.ipynb | 1028 +- 11_deep_learning_exercises.ipynb | 36751 ++++++++-------- 12_distributed_tensorflow.ipynb | 20 +- 13_convolutional_neural_networks.ipynb | 100 +- 14_recurrent_neural_networks.ipynb | 632 +- 15_autoencoders.ipynb | 496 +- 16_reinforcement_learning.ipynb | 19933 ++++----- images/autoencoders/generated_digits_plot.png | Bin 73470 -> 74227 bytes .../linear_autoencoder_pca_plot.png | Bin 32121 -> 32706 bytes images/autoencoders/reconstruction_plot.png | Bin 28757 -> 28766 bytes images/rl/MsPacman.png | Bin 12332 -> 17434 bytes images/rl/cart_pole_plot.png | Bin 14852 -> 12071 bytes images/rl/preprocessing_plot.png | Bin 62244 -> 62327 bytes images/rnn/creative_sequence_plot.png | Bin 170939 -> 161053 bytes images/rnn/time_series_pred_plot.png | Bin 84215 -> 84187 bytes 17 files changed, 29187 insertions(+), 31698 deletions(-) diff --git a/09_up_and_running_with_tensorflow.ipynb b/09_up_and_running_with_tensorflow.ipynb index bff2006..304bbb4 100644 --- a/09_up_and_running_with_tensorflow.ipynb +++ b/09_up_and_running_with_tensorflow.ipynb @@ -2,9 +2,9 @@ "cells": [ { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": { - "scrolled": true + "scrolled": false }, "outputs": [ { @@ -14,10 +14,10 @@ "CPython 3.5.5\n", "IPython 6.3.0\n", "\n", - "numpy 1.14.2\n", + "numpy 1.14.3\n", "scipy 1.0.1\n", "matplotlib 2.2.2\n", - "tensorflow 1.7.0\n" + "tensorflow 1.8.0\n" ] } ], @@ -56,7 +56,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -105,7 +105,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -1473,7 +1473,7 @@ "