From 974c4fe858fb0ab3973427560ade1f7a67e1c014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 26 May 2021 07:31:19 +1200 Subject: [PATCH] Add 'Open in Kaggle' button --- 02_end_to_end_machine_learning_project.ipynb | 5 ++++- 08_dimensionality_reduction.ipynb | 5 ++++- 09_unsupervised_learning.ipynb | 5 ++++- 14_deep_computer_vision_with_cnns.ipynb | 3 +++ 15_processing_sequences_using_rnns_and_cnns.ipynb | 3 +++ 17_autoencoders_and_gans.ipynb | 3 +++ extra_autodiff.ipynb | 5 ++++- extra_gradient_descent_comparison.ipynb | 5 ++++- index.ipynb | 5 ++++- math_differential_calculus.ipynb | 5 ++++- math_linear_algebra.ipynb | 5 ++++- tools_matplotlib.ipynb | 5 ++++- tools_numpy.ipynb | 5 ++++- tools_pandas.ipynb | 5 ++++- 14 files changed, 53 insertions(+), 11 deletions(-) diff --git a/02_end_to_end_machine_learning_project.ipynb b/02_end_to_end_machine_learning_project.ipynb index 775ae1a..73078f9 100644 --- a/02_end_to_end_machine_learning_project.ipynb +++ b/02_end_to_end_machine_learning_project.ipynb @@ -19,6 +19,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -2216,7 +2219,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": { "height": "279px", diff --git a/08_dimensionality_reduction.ipynb b/08_dimensionality_reduction.ipynb index f7c9cac..95306c1 100644 --- a/08_dimensionality_reduction.ipynb +++ b/08_dimensionality_reduction.ipynb @@ -17,6 +17,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -2259,7 +2262,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" } }, "nbformat": 4, diff --git a/09_unsupervised_learning.ipynb b/09_unsupervised_learning.ipynb index 1078195..a7200b7 100644 --- a/09_unsupervised_learning.ipynb +++ b/09_unsupervised_learning.ipynb @@ -17,6 +17,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -3865,7 +3868,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" } }, "nbformat": 4, diff --git a/14_deep_computer_vision_with_cnns.ipynb b/14_deep_computer_vision_with_cnns.ipynb index 2122d2b..62a997f 100644 --- a/14_deep_computer_vision_with_cnns.ipynb +++ b/14_deep_computer_vision_with_cnns.ipynb @@ -22,6 +22,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, diff --git a/15_processing_sequences_using_rnns_and_cnns.ipynb b/15_processing_sequences_using_rnns_and_cnns.ipynb index 2cd2c80..318b784 100644 --- a/15_processing_sequences_using_rnns_and_cnns.ipynb +++ b/15_processing_sequences_using_rnns_and_cnns.ipynb @@ -22,6 +22,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, diff --git a/17_autoencoders_and_gans.ipynb b/17_autoencoders_and_gans.ipynb index 52fc1a5..0290b94 100644 --- a/17_autoencoders_and_gans.ipynb +++ b/17_autoencoders_and_gans.ipynb @@ -22,6 +22,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, diff --git a/extra_autodiff.ipynb b/extra_autodiff.ipynb index c15911e..c0c6a78 100644 --- a/extra_autodiff.ipynb +++ b/extra_autodiff.ipynb @@ -22,6 +22,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -909,7 +912,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": { "height": "603px", diff --git a/extra_gradient_descent_comparison.ipynb b/extra_gradient_descent_comparison.ipynb index d6dac91..328dd90 100644 --- a/extra_gradient_descent_comparison.ipynb +++ b/extra_gradient_descent_comparison.ipynb @@ -22,6 +22,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -268,7 +271,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" } }, "nbformat": 4, diff --git a/index.ipynb b/index.ipynb index ebc0914..c1348c7 100644 --- a/index.ipynb +++ b/index.ipynb @@ -14,6 +14,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -127,7 +130,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": {}, "toc": { diff --git a/math_differential_calculus.ipynb b/math_differential_calculus.ipynb index 3a2bba2..812b0ae 100644 --- a/math_differential_calculus.ipynb +++ b/math_differential_calculus.ipynb @@ -21,6 +21,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -1780,7 +1783,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.1" + "version": "3.7.10" }, "pycharm": { "stem_cell": { diff --git a/math_linear_algebra.ipynb b/math_linear_algebra.ipynb index b4d8f37..e97837c 100644 --- a/math_linear_algebra.ipynb +++ b/math_linear_algebra.ipynb @@ -19,6 +19,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -3074,7 +3077,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.7.10" }, "toc": { "toc_cell": false, diff --git a/tools_matplotlib.ipynb b/tools_matplotlib.ipynb index 0fd7513..a4e9f01 100644 --- a/tools_matplotlib.ipynb +++ b/tools_matplotlib.ipynb @@ -17,6 +17,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -1253,7 +1256,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "toc": { "toc_cell": true, diff --git a/tools_numpy.ipynb b/tools_numpy.ipynb index 3aaa689..1dd4eca 100644 --- a/tools_numpy.ipynb +++ b/tools_numpy.ipynb @@ -17,6 +17,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -2849,7 +2852,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "toc": { "toc_cell": false, diff --git a/tools_pandas.ipynb b/tools_pandas.ipynb index 4c7ac3c..f299a8d 100644 --- a/tools_pandas.ipynb +++ b/tools_pandas.ipynb @@ -20,6 +20,9 @@ " \n", " Run in Google Colab\n", " \n", + " \n", + " \n", + " \n", "" ] }, @@ -2804,7 +2807,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "toc": { "toc_cell": false,