diff --git a/README.rst b/README.rst index 78acc4a7ae3f0be067bb5bedfcbac2d11b6e0eb2..0902aa8b0b8ce646f4b31da288524c8ec2dd53d9 100644 --- a/README.rst +++ b/README.rst @@ -196,13 +196,18 @@ Basics .. |Tensors| image:: https://colab.research.google.com/assets/colab-badge.svg :target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/basics/codes/ipython/1-basics/tensors.ipynb - - -+----+---------------------+--------------------------+-------------------------------------------+ -| # | topic | Run | Source Code | -+====+=====================+==========================+===========================================+ -| 1 | Tensors | |Tensors| | `Notebook `_ | -+----+---------------------+--------------------------+-------------------------------------------+ + .. _ipythonad: codes/ipython/1-basics/automatic_differentiation.ipynb + .. |AD| image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/basics/codes/ipython/1-basics/automatic_differentiation.ipynb + + ++----+-----------------------------------+--------------------------+-------------------------------------------+ +| # | topic | Run | Source Code | ++====+===================================+==========================+===========================================+ +| 1 | Tensors | |Tensors| | `Notebook `_ | ++----+-----------------------------------+--------------------------+-------------------------------------------+ +| 1 | Automatic Differentiation | |AD| | `Notebook `_ | ++----+-----------------------------------+--------------------------+-------------------------------------------+ ==========================