Update README.md, index.ipynb and delete tensorflow_graph_in_jupyter.py

This commit is contained in:
Aurélien Geron
2019-01-08 12:22:09 +08:00
parent 02763e43b9
commit 23a9498e94
3 changed files with 24 additions and 74 deletions

View File

@@ -18,15 +18,9 @@
"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. [Dimensionality Reduction & Unsupervised Learning](08_dimensionality_reduction.ipynb)\n",
"9. [Up and running with TensorFlow](09_up_and_running_with_tensorflow.ipynb)\n",
"10. [Introduction to Artificial Neural Networks](10_introduction_to_artificial_neural_networks.ipynb)\n",
"11. [Deep Learning](11_deep_learning.ipynb)\n",
"12. [Distributed TensorFlow](12_distributed_tensorflow.ipynb)\n",
"13. [Convolutional Neural Networks](13_convolutional_neural_networks.ipynb)\n",
"14. [Recurrent Neural Networks](14_recurrent_neural_networks.ipynb)\n",
"15. [Autoencoders](15_autoencoders.ipynb)\n",
"16. [Reinforcement Learning](16_reinforcement_learning.ipynb)\n",
"8. [Unsupervised Learning](08_unsupervised_learning.ipynb)\n",
"\n",
"Chapters 9 to 16 are in progress.\n",
"\n",
"## Scientific Python tutorials\n",
"* [NumPy](tools_numpy.ipynb)\n",
@@ -35,11 +29,9 @@
"\n",
"## Math Tutorials\n",
"* [Linear Algebra](math_linear_algebra.ipynb)\n",
"* Calculus (coming soon)\n",
"\n",
"## Extra Material\n",
"* [Capsule Networks](extra_capsnets.ipynb)\n",
"* [TensorFlow Reproducibility](extra_tensorflow_reproducibility.ipynb)\n",
"Work in progress\n",
"\n",
"## Misc.\n",
"* [Equations](book_equations.ipynb) (list of equations in the book)\n"