@@ -225,38 +225,42 @@ Basics
225225
226226.. _ipythontensors : codes/ipython/1-basics/tensors.ipynb
227227.. _pythontensors : codes/python/1-basics/tensors.py
228+ .. _videotensors : https://youtu.be/Od-VvnYUbFw
228229.. |Tensors | image :: https://colab.research.google.com/assets/colab-badge.svg
229230 :target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/tensors.ipynb
230231
231232.. _ipythonad : codes/ipython/1-basics/automatic_differentiation.ipynb
232233.. _pythonad : codes/python/1-basics/automatic_differentiation.py
234+ .. _videoad : https://youtu.be/l-MGydWW-UE
233235.. |AD | image :: https://colab.research.google.com/assets/colab-badge.svg
234236 :target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/automatic_differentiation.ipynb
235237
236238.. _ipythongraphs : codes/ipython/1-basics/graph.ipynb
237239.. _pythongraphs : codes/python/1-basics/graph.py
240+ .. _videographs : https://youtu.be/P9xA1s6AUNk
238241.. |graphs | image :: https://colab.research.google.com/assets/colab-badge.svg
239242 :target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/graph.ipynb
240243
241244
242245.. _ipythonmodels : codes/ipython/1-basics/models.ipynb
243246.. _pythonmodels : codes/python/1-basics/models.py
247+ .. _videomodels : https://youtu.be/WnlUE04REOY
244248.. |models | image :: https://colab.research.google.com/assets/colab-badge.svg
245249 :target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/models.ipynb
246250
247251
248252
249- +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
250- | # | topic | Run | Source Code |
251- +====+===================================+==========================+========================================================================+
252- | 1 | Tensors | |Tensors | | `Notebook <ipythontensors _>`_ / `Python <pythontensors _>`_ |
253- +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
254- | 2 | Automatic Differentiation | |AD | | `Notebook <ipythonad _>`_ / `Python <pythonad _>`_ |
255- +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
256- | 3 | Introduction to Graphs | |graphs | | `Notebook <ipythongraphs _>`_ / `Python <pythongraphs _>`_ |
257- +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
258- | 4 | TensorFlow Models | |models | | `Notebook <ipythonmodels _>`_ / `Python <pythonmodels _>`_ |
259- +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
253+ +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
254+ | # | topic | Run | Source Code | |
255+ +====+===================================+==========================+========================================================================+=========================================+
256+ | 1 | Tensors | |Tensors | | `Notebook <ipythontensors _>`_ / `Python <pythontensors _>`_ | ` Video Tutorial < videotensors _>`_ |
257+ +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
258+ | 2 | Automatic Differentiation | |AD | | `Notebook <ipythonad _>`_ / `Python <pythonad _>`_ | ` Video Tutorial < videoad _>`_ |
259+ +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
260+ | 3 | Introduction to Graphs | |graphs | | `Notebook <ipythongraphs _>`_ / `Python <pythongraphs _>`_ | ` Video Tutorial < videographs _>`_ |
261+ +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
262+ | 4 | TensorFlow Models | |models | | `Notebook <ipythonmodels _>`_ / `Python <pythonmodels _>`_ | ` Video Tutorial < videomodels _>`_ |
263+ +----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
260264
261265==========================
262266
0 commit comments