Update index.ipynb with chapters 8 to 13

main
Aurélien Geron 2019-03-15 23:41:04 +08:00
parent 2f78d1f1e5
commit e8ed65eac6
1 changed files with 8 additions and 3 deletions

View File

@ -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"
},