From 1b965336680f80e5aabce9d73527cbd32fb252d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 26 May 2021 07:40:58 +1200 Subject: [PATCH] Replace 'Open in Colab' button --- 01_the_machine_learning_landscape.ipynb | 4 ++-- 02_end_to_end_machine_learning_project.ipynb | 2 +- 03_classification.ipynb | 2 +- 04_training_linear_models.ipynb | 4 ++-- 05_support_vector_machines.ipynb | 4 ++-- 06_decision_trees.ipynb | 4 ++-- 07_ensemble_learning_and_random_forests.ipynb | 4 ++-- 08_dimensionality_reduction.ipynb | 2 +- 09_unsupervised_learning.ipynb | 2 +- 10_neural_nets_with_keras.ipynb | 4 ++-- 11_training_deep_neural_networks.ipynb | 4 ++-- 12_custom_models_and_training_with_tensorflow.ipynb | 4 ++-- 13_loading_and_preprocessing_data.ipynb | 2 +- 14_deep_computer_vision_with_cnns.ipynb | 2 +- 15_processing_sequences_using_rnns_and_cnns.ipynb | 2 +- 16_nlp_with_rnns_and_attention.ipynb | 2 +- 17_autoencoders_and_gans.ipynb | 2 +- 18_reinforcement_learning.ipynb | 2 +- 19_training_and_deploying_at_scale.ipynb | 2 +- extra_autodiff.ipynb | 2 +- extra_gradient_descent_comparison.ipynb | 2 +- index.ipynb | 2 +- math_differential_calculus.ipynb | 2 +- math_linear_algebra.ipynb | 2 +- tools_matplotlib.ipynb | 2 +- tools_numpy.ipynb | 2 +- tools_pandas.ipynb | 2 +- 27 files changed, 35 insertions(+), 35 deletions(-) diff --git a/01_the_machine_learning_landscape.ipynb b/01_the_machine_learning_landscape.ipynb index 5a73f60..b18f94c 100644 --- a/01_the_machine_learning_landscape.ipynb +++ b/01_the_machine_learning_landscape.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -788,7 +788,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": {}, "toc": { diff --git a/02_end_to_end_machine_learning_project.ipynb b/02_end_to_end_machine_learning_project.ipynb index 73078f9..efa5324 100644 --- a/02_end_to_end_machine_learning_project.ipynb +++ b/02_end_to_end_machine_learning_project.ipynb @@ -17,7 +17,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/03_classification.ipynb b/03_classification.ipynb index f507194..9e2885e 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/04_training_linear_models.ipynb b/04_training_linear_models.ipynb index a362922..94d90b1 100644 --- a/04_training_linear_models.ipynb +++ b/04_training_linear_models.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -1793,7 +1793,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": {}, "toc": { diff --git a/05_support_vector_machines.ipynb b/05_support_vector_machines.ipynb index 766300d..57a6085 100644 --- a/05_support_vector_machines.ipynb +++ b/05_support_vector_machines.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -1847,7 +1847,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": {}, "toc": { diff --git a/06_decision_trees.ipynb b/06_decision_trees.ipynb index 7f1ce85..5994c42 100644 --- a/06_decision_trees.ipynb +++ b/06_decision_trees.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -732,7 +732,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.8" + "version": "3.7.10" }, "nav_menu": { "height": "309px", diff --git a/07_ensemble_learning_and_random_forests.ipynb b/07_ensemble_learning_and_random_forests.ipynb index 3bfa4d0..fde20a0 100644 --- a/07_ensemble_learning_and_random_forests.ipynb +++ b/07_ensemble_learning_and_random_forests.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -1405,7 +1405,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": { "height": "252px", diff --git a/08_dimensionality_reduction.ipynb b/08_dimensionality_reduction.ipynb index 95306c1..6149991 100644 --- a/08_dimensionality_reduction.ipynb +++ b/08_dimensionality_reduction.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/09_unsupervised_learning.ipynb b/09_unsupervised_learning.ipynb index a7200b7..93ca751 100644 --- a/09_unsupervised_learning.ipynb +++ b/09_unsupervised_learning.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/10_neural_nets_with_keras.ipynb b/10_neural_nets_with_keras.ipynb index 02aeaf2..bdc15c2 100644 --- a/10_neural_nets_with_keras.ipynb +++ b/10_neural_nets_with_keras.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -2010,7 +2010,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": { "height": "264px", diff --git a/11_training_deep_neural_networks.ipynb b/11_training_deep_neural_networks.ipynb index 63c43ad..b424baa 100644 --- a/11_training_deep_neural_networks.ipynb +++ b/11_training_deep_neural_networks.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -2709,7 +2709,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" }, "nav_menu": { "height": "360px", diff --git a/12_custom_models_and_training_with_tensorflow.ipynb b/12_custom_models_and_training_with_tensorflow.ipynb index f0f8569..c5aa1a8 100644 --- a/12_custom_models_and_training_with_tensorflow.ipynb +++ b/12_custom_models_and_training_with_tensorflow.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", @@ -3883,7 +3883,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.7.10" } }, "nbformat": 4, diff --git a/13_loading_and_preprocessing_data.ipynb b/13_loading_and_preprocessing_data.ipynb index 4219218..65b7b3b 100644 --- a/13_loading_and_preprocessing_data.ipynb +++ b/13_loading_and_preprocessing_data.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/14_deep_computer_vision_with_cnns.ipynb b/14_deep_computer_vision_with_cnns.ipynb index 62a997f..21aeb4e 100644 --- a/14_deep_computer_vision_with_cnns.ipynb +++ b/14_deep_computer_vision_with_cnns.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/15_processing_sequences_using_rnns_and_cnns.ipynb b/15_processing_sequences_using_rnns_and_cnns.ipynb index 318b784..137342f 100644 --- a/15_processing_sequences_using_rnns_and_cnns.ipynb +++ b/15_processing_sequences_using_rnns_and_cnns.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/16_nlp_with_rnns_and_attention.ipynb b/16_nlp_with_rnns_and_attention.ipynb index d776f8d..1b60381 100644 --- a/16_nlp_with_rnns_and_attention.ipynb +++ b/16_nlp_with_rnns_and_attention.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/17_autoencoders_and_gans.ipynb b/17_autoencoders_and_gans.ipynb index 0290b94..44bd0ac 100644 --- a/17_autoencoders_and_gans.ipynb +++ b/17_autoencoders_and_gans.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/18_reinforcement_learning.ipynb b/18_reinforcement_learning.ipynb index bd29513..9ace933 100644 --- a/18_reinforcement_learning.ipynb +++ b/18_reinforcement_learning.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/19_training_and_deploying_at_scale.ipynb b/19_training_and_deploying_at_scale.ipynb index 9890166..fefd068 100644 --- a/19_training_and_deploying_at_scale.ipynb +++ b/19_training_and_deploying_at_scale.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/extra_autodiff.ipynb b/extra_autodiff.ipynb index c0c6a78..c8fa36a 100644 --- a/extra_autodiff.ipynb +++ b/extra_autodiff.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/extra_gradient_descent_comparison.ipynb b/extra_gradient_descent_comparison.ipynb index 328dd90..0246515 100644 --- a/extra_gradient_descent_comparison.ipynb +++ b/extra_gradient_descent_comparison.ipynb @@ -20,7 +20,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/index.ipynb b/index.ipynb index c1348c7..a92b578 100644 --- a/index.ipynb +++ b/index.ipynb @@ -12,7 +12,7 @@ "\n", "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/math_differential_calculus.ipynb b/math_differential_calculus.ipynb index 812b0ae..e0ff2bb 100644 --- a/math_differential_calculus.ipynb +++ b/math_differential_calculus.ipynb @@ -19,7 +19,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/math_linear_algebra.ipynb b/math_linear_algebra.ipynb index e97837c..c5cb85c 100644 --- a/math_linear_algebra.ipynb +++ b/math_linear_algebra.ipynb @@ -17,7 +17,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/tools_matplotlib.ipynb b/tools_matplotlib.ipynb index a4e9f01..017f153 100644 --- a/tools_matplotlib.ipynb +++ b/tools_matplotlib.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/tools_numpy.ipynb b/tools_numpy.ipynb index 1dd4eca..ad8e0ec 100644 --- a/tools_numpy.ipynb +++ b/tools_numpy.ipynb @@ -15,7 +15,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n", diff --git a/tools_pandas.ipynb b/tools_pandas.ipynb index f299a8d..74017a2 100644 --- a/tools_pandas.ipynb +++ b/tools_pandas.ipynb @@ -18,7 +18,7 @@ "source": [ "\n", " \n", "
\n", - " Run in Google Colab\n", + " \"Open\n", " \n", " \n",