From a2c05861f33ff7e4d03df792ba235759c09b0599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Tue, 23 Nov 2021 13:41:17 +1300 Subject: [PATCH] Move notebooks again as the SVM chapter is added back --- 05_decision_trees.ipynb => 06_decision_trees.ipynb | 0 ...forests.ipynb => 07_ensemble_learning_and_random_forests.ipynb | 0 ...sionality_reduction.ipynb => 08_dimensionality_reduction.ipynb | 0 08_unsupervised_learning.ipynb => 09_unsupervised_learning.ipynb | 0 ...eural_nets_with_keras.ipynb => 10_neural_nets_with_keras.ipynb | 0 ...eural_networks.ipynb => 11_training_deep_neural_networks.ipynb | 0 ...w.ipynb => 12_custom_models_and_training_with_tensorflow.ipynb | 0 ...ocessing_data.ipynb => 13_loading_and_preprocessing_data.ipynb | 0 ...ion_with_cnns.ipynb => 14_deep_computer_vision_with_cnns.ipynb | 0 ...nns.ipynb => 15_processing_sequences_using_rnns_and_cnns.ipynb | 0 ...ns_and_attention.ipynb => 16_nlp_with_rnns_and_attention.ipynb | 0 16_autoencoders_and_gans.ipynb => 17_autoencoders_and_gans.ipynb | 0 ...einforcement_learning.ipynb => 18_reinforcement_learning.ipynb | 0 ...ing_at_scale.ipynb => 19_training_and_deploying_at_scale.ipynb | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename 05_decision_trees.ipynb => 06_decision_trees.ipynb (100%) rename 06_ensemble_learning_and_random_forests.ipynb => 07_ensemble_learning_and_random_forests.ipynb (100%) rename 07_dimensionality_reduction.ipynb => 08_dimensionality_reduction.ipynb (100%) rename 08_unsupervised_learning.ipynb => 09_unsupervised_learning.ipynb (100%) rename 09_neural_nets_with_keras.ipynb => 10_neural_nets_with_keras.ipynb (100%) rename 10_training_deep_neural_networks.ipynb => 11_training_deep_neural_networks.ipynb (100%) rename 11_custom_models_and_training_with_tensorflow.ipynb => 12_custom_models_and_training_with_tensorflow.ipynb (100%) rename 12_loading_and_preprocessing_data.ipynb => 13_loading_and_preprocessing_data.ipynb (100%) rename 13_deep_computer_vision_with_cnns.ipynb => 14_deep_computer_vision_with_cnns.ipynb (100%) rename 14_processing_sequences_using_rnns_and_cnns.ipynb => 15_processing_sequences_using_rnns_and_cnns.ipynb (100%) rename 15_nlp_with_rnns_and_attention.ipynb => 16_nlp_with_rnns_and_attention.ipynb (100%) rename 16_autoencoders_and_gans.ipynb => 17_autoencoders_and_gans.ipynb (100%) rename 17_reinforcement_learning.ipynb => 18_reinforcement_learning.ipynb (100%) rename 18_training_and_deploying_at_scale.ipynb => 19_training_and_deploying_at_scale.ipynb (100%) diff --git a/05_decision_trees.ipynb b/06_decision_trees.ipynb similarity index 100% rename from 05_decision_trees.ipynb rename to 06_decision_trees.ipynb diff --git a/06_ensemble_learning_and_random_forests.ipynb b/07_ensemble_learning_and_random_forests.ipynb similarity index 100% rename from 06_ensemble_learning_and_random_forests.ipynb rename to 07_ensemble_learning_and_random_forests.ipynb diff --git a/07_dimensionality_reduction.ipynb b/08_dimensionality_reduction.ipynb similarity index 100% rename from 07_dimensionality_reduction.ipynb rename to 08_dimensionality_reduction.ipynb diff --git a/08_unsupervised_learning.ipynb b/09_unsupervised_learning.ipynb similarity index 100% rename from 08_unsupervised_learning.ipynb rename to 09_unsupervised_learning.ipynb diff --git a/09_neural_nets_with_keras.ipynb b/10_neural_nets_with_keras.ipynb similarity index 100% rename from 09_neural_nets_with_keras.ipynb rename to 10_neural_nets_with_keras.ipynb diff --git a/10_training_deep_neural_networks.ipynb b/11_training_deep_neural_networks.ipynb similarity index 100% rename from 10_training_deep_neural_networks.ipynb rename to 11_training_deep_neural_networks.ipynb diff --git a/11_custom_models_and_training_with_tensorflow.ipynb b/12_custom_models_and_training_with_tensorflow.ipynb similarity index 100% rename from 11_custom_models_and_training_with_tensorflow.ipynb rename to 12_custom_models_and_training_with_tensorflow.ipynb diff --git a/12_loading_and_preprocessing_data.ipynb b/13_loading_and_preprocessing_data.ipynb similarity index 100% rename from 12_loading_and_preprocessing_data.ipynb rename to 13_loading_and_preprocessing_data.ipynb diff --git a/13_deep_computer_vision_with_cnns.ipynb b/14_deep_computer_vision_with_cnns.ipynb similarity index 100% rename from 13_deep_computer_vision_with_cnns.ipynb rename to 14_deep_computer_vision_with_cnns.ipynb diff --git a/14_processing_sequences_using_rnns_and_cnns.ipynb b/15_processing_sequences_using_rnns_and_cnns.ipynb similarity index 100% rename from 14_processing_sequences_using_rnns_and_cnns.ipynb rename to 15_processing_sequences_using_rnns_and_cnns.ipynb diff --git a/15_nlp_with_rnns_and_attention.ipynb b/16_nlp_with_rnns_and_attention.ipynb similarity index 100% rename from 15_nlp_with_rnns_and_attention.ipynb rename to 16_nlp_with_rnns_and_attention.ipynb diff --git a/16_autoencoders_and_gans.ipynb b/17_autoencoders_and_gans.ipynb similarity index 100% rename from 16_autoencoders_and_gans.ipynb rename to 17_autoencoders_and_gans.ipynb diff --git a/17_reinforcement_learning.ipynb b/18_reinforcement_learning.ipynb similarity index 100% rename from 17_reinforcement_learning.ipynb rename to 18_reinforcement_learning.ipynb diff --git a/18_training_and_deploying_at_scale.ipynb b/19_training_and_deploying_at_scale.ipynb similarity index 100% rename from 18_training_and_deploying_at_scale.ipynb rename to 19_training_and_deploying_at_scale.ipynb