From e8ed65eac6afb6c31db270eb25712b1f9fa98d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 15 Mar 2019 23:41:04 +0800 Subject: [PATCH] Update index.ipynb with chapters 8 to 13 --- index.ipynb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.ipynb b/index.ipynb index b37b385..e291c79 100644 --- a/index.ipynb +++ b/index.ipynb @@ -18,9 +18,14 @@ "5. [Support Vector Machines](05_support_vector_machines.ipynb)\n", "6. [Decision Trees](06_decision_trees.ipynb)\n", "7. [Ensemble Learning and Random Forests](07_ensemble_learning_and_random_forests.ipynb)\n", - "8. [Unsupervised Learning](08_unsupervised_learning.ipynb)\n", + "8. [Dimensionality Reduction](08_dimensionality_reduction.ipynb)\n", + "9. [Unsupervised Learning](09_unsupervised_learning.ipynb)\n", + "10. [Neural Nets with Keras](10_neural_nets_with_keras.ipynb)\n", + "11. [Deep Learning](11_deep_learning.ipynb)\n", + "12. [Custom Models with TensorFlow 2](12_custom_models_with_tensorflow_2.ipynb)\n", + "13. [Loading and Preprocessing Data](13_loading_and_preprocessing_data.ipynb)\n", "\n", - "Chapters 9 to 16 are in progress.\n", + "Chapters 14 to 18 are in progress.\n", "\n", "## Scientific Python tutorials\n", "* [NumPy](tools_numpy.ipynb)\n", @@ -65,7 +70,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 - tf2", + "display_name": "Python 3", "language": "python", "name": "python3" },