Update index.ipynb with chapters 8 to 13
parent
2f78d1f1e5
commit
e8ed65eac6
11
index.ipynb
11
index.ipynb
|
@ -18,9 +18,14 @@
|
||||||
"5. [Support Vector Machines](05_support_vector_machines.ipynb)\n",
|
"5. [Support Vector Machines](05_support_vector_machines.ipynb)\n",
|
||||||
"6. [Decision Trees](06_decision_trees.ipynb)\n",
|
"6. [Decision Trees](06_decision_trees.ipynb)\n",
|
||||||
"7. [Ensemble Learning and Random Forests](07_ensemble_learning_and_random_forests.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",
|
"\n",
|
||||||
"Chapters 9 to 16 are in progress.\n",
|
"Chapters 14 to 18 are in progress.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Scientific Python tutorials\n",
|
"## Scientific Python tutorials\n",
|
||||||
"* [NumPy](tools_numpy.ipynb)\n",
|
"* [NumPy](tools_numpy.ipynb)\n",
|
||||||
|
@ -65,7 +70,7 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3 - tf2",
|
"display_name": "Python 3",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue