From ce4fccf74cc409526ee0c39a0f5892d63d2841c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 15 Oct 2021 21:59:45 +1300 Subject: [PATCH] Large change: Chapter 5 on SVMs moves online --- 06_decision_trees.ipynb => 05_decision_trees.ipynb | 0 ...forests.ipynb => 06_ensemble_learning_and_random_forests.ipynb | 0 ...sionality_reduction.ipynb => 07_dimensionality_reduction.ipynb | 0 09_unsupervised_learning.ipynb => 08_unsupervised_learning.ipynb | 0 ...eural_nets_with_keras.ipynb => 09_neural_nets_with_keras.ipynb | 0 ...eural_networks.ipynb => 10_training_deep_neural_networks.ipynb | 0 ...w.ipynb => 11_custom_models_and_training_with_tensorflow.ipynb | 0 ...ocessing_data.ipynb => 12_loading_and_preprocessing_data.ipynb | 0 ...ion_with_cnns.ipynb => 13_deep_computer_vision_with_cnns.ipynb | 0 ...nns.ipynb => 14_processing_sequences_using_rnns_and_cnns.ipynb | 0 ...ns_and_attention.ipynb => 15_nlp_with_rnns_and_attention.ipynb | 0 17_autoencoders_and_gans.ipynb => 16_autoencoders_and_gans.ipynb | 0 ...einforcement_learning.ipynb => 17_reinforcement_learning.ipynb | 0 ...ing_at_scale.ipynb => 18_training_and_deploying_at_scale.ipynb | 0 ...t_vector_machines.ipynb => extra_support_vector_machines.ipynb | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename 06_decision_trees.ipynb => 05_decision_trees.ipynb (100%) rename 07_ensemble_learning_and_random_forests.ipynb => 06_ensemble_learning_and_random_forests.ipynb (100%) rename 08_dimensionality_reduction.ipynb => 07_dimensionality_reduction.ipynb (100%) rename 09_unsupervised_learning.ipynb => 08_unsupervised_learning.ipynb (100%) rename 10_neural_nets_with_keras.ipynb => 09_neural_nets_with_keras.ipynb (100%) rename 11_training_deep_neural_networks.ipynb => 10_training_deep_neural_networks.ipynb (100%) rename 12_custom_models_and_training_with_tensorflow.ipynb => 11_custom_models_and_training_with_tensorflow.ipynb (100%) rename 13_loading_and_preprocessing_data.ipynb => 12_loading_and_preprocessing_data.ipynb (100%) rename 14_deep_computer_vision_with_cnns.ipynb => 13_deep_computer_vision_with_cnns.ipynb (100%) rename 15_processing_sequences_using_rnns_and_cnns.ipynb => 14_processing_sequences_using_rnns_and_cnns.ipynb (100%) rename 16_nlp_with_rnns_and_attention.ipynb => 15_nlp_with_rnns_and_attention.ipynb (100%) rename 17_autoencoders_and_gans.ipynb => 16_autoencoders_and_gans.ipynb (100%) rename 18_reinforcement_learning.ipynb => 17_reinforcement_learning.ipynb (100%) rename 19_training_and_deploying_at_scale.ipynb => 18_training_and_deploying_at_scale.ipynb (100%) rename 05_support_vector_machines.ipynb => extra_support_vector_machines.ipynb (100%) diff --git a/06_decision_trees.ipynb b/05_decision_trees.ipynb similarity index 100% rename from 06_decision_trees.ipynb rename to 05_decision_trees.ipynb diff --git a/07_ensemble_learning_and_random_forests.ipynb b/06_ensemble_learning_and_random_forests.ipynb similarity index 100% rename from 07_ensemble_learning_and_random_forests.ipynb rename to 06_ensemble_learning_and_random_forests.ipynb diff --git a/08_dimensionality_reduction.ipynb b/07_dimensionality_reduction.ipynb similarity index 100% rename from 08_dimensionality_reduction.ipynb rename to 07_dimensionality_reduction.ipynb diff --git a/09_unsupervised_learning.ipynb b/08_unsupervised_learning.ipynb similarity index 100% rename from 09_unsupervised_learning.ipynb rename to 08_unsupervised_learning.ipynb diff --git a/10_neural_nets_with_keras.ipynb b/09_neural_nets_with_keras.ipynb similarity index 100% rename from 10_neural_nets_with_keras.ipynb rename to 09_neural_nets_with_keras.ipynb diff --git a/11_training_deep_neural_networks.ipynb b/10_training_deep_neural_networks.ipynb similarity index 100% rename from 11_training_deep_neural_networks.ipynb rename to 10_training_deep_neural_networks.ipynb diff --git a/12_custom_models_and_training_with_tensorflow.ipynb b/11_custom_models_and_training_with_tensorflow.ipynb similarity index 100% rename from 12_custom_models_and_training_with_tensorflow.ipynb rename to 11_custom_models_and_training_with_tensorflow.ipynb diff --git a/13_loading_and_preprocessing_data.ipynb b/12_loading_and_preprocessing_data.ipynb similarity index 100% rename from 13_loading_and_preprocessing_data.ipynb rename to 12_loading_and_preprocessing_data.ipynb diff --git a/14_deep_computer_vision_with_cnns.ipynb b/13_deep_computer_vision_with_cnns.ipynb similarity index 100% rename from 14_deep_computer_vision_with_cnns.ipynb rename to 13_deep_computer_vision_with_cnns.ipynb diff --git a/15_processing_sequences_using_rnns_and_cnns.ipynb b/14_processing_sequences_using_rnns_and_cnns.ipynb similarity index 100% rename from 15_processing_sequences_using_rnns_and_cnns.ipynb rename to 14_processing_sequences_using_rnns_and_cnns.ipynb diff --git a/16_nlp_with_rnns_and_attention.ipynb b/15_nlp_with_rnns_and_attention.ipynb similarity index 100% rename from 16_nlp_with_rnns_and_attention.ipynb rename to 15_nlp_with_rnns_and_attention.ipynb diff --git a/17_autoencoders_and_gans.ipynb b/16_autoencoders_and_gans.ipynb similarity index 100% rename from 17_autoencoders_and_gans.ipynb rename to 16_autoencoders_and_gans.ipynb diff --git a/18_reinforcement_learning.ipynb b/17_reinforcement_learning.ipynb similarity index 100% rename from 18_reinforcement_learning.ipynb rename to 17_reinforcement_learning.ipynb diff --git a/19_training_and_deploying_at_scale.ipynb b/18_training_and_deploying_at_scale.ipynb similarity index 100% rename from 19_training_and_deploying_at_scale.ipynb rename to 18_training_and_deploying_at_scale.ipynb diff --git a/05_support_vector_machines.ipynb b/extra_support_vector_machines.ipynb similarity index 100% rename from 05_support_vector_machines.ipynb rename to extra_support_vector_machines.ipynb