Skip to content

Commit 9a4bdef

Browse files
DualityGaptensorflow-copybara
authored andcommitted
Add NSL videos (on Youtube) to the Github README page.
PiperOrigin-RevId: 300010000
1 parent ff3d8c8 commit 9a4bdef

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,32 @@ Note that NSL requires a TensorFlow version of 1.15 or higher. NSL also supports
5252
TensorFlow 2.x with the exception of v2.1, which contains a bug that is
5353
incompatible with NSL.
5454

55+
## Videos and Colab Tutorials
56+
57+
Get a jump-start on NSL by watching our video series on YouTube! It gives a
58+
complete overview of the framework as well as discusses several aspects of
59+
learning with structured signals.
60+
61+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=N_IS3x5wFNI"
62+
target="_blank"><img src="http://img.youtube.com/vi/N_IS3x5wFNI/0.jpg"
63+
alt="Overall Framework" width="180" border="2" /></a>
64+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=pJRRdtJ-rPU"
65+
target="_blank"><img src="http://img.youtube.com/vi/pJRRdtJ-rPU/0.jpg"
66+
alt="Natural Graphs" width="180" border="2" /></a>
67+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=3RQqTTOY0U0"
68+
target="_blank"><img src="http://img.youtube.com/vi/3RQqTTOY0U0/0.jpg"
69+
alt="Synthetic Graphs" width="180" border="2" /></a>
70+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=Js2WJkhdU7k"
71+
target="_blank"><img src="http://img.youtube.com/vi/Js2WJkhdU7k/0.jpg"
72+
alt="Adversarial Learning" width="180" border="2" /></a>
73+
74+
We've also created the following hands-on colab-based tutorials that will allow
75+
you to interactively explore NSL:
76+
77+
* [training with natural graphs](https://github.com/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/graph_keras_mlp_cora.ipynb)
78+
* [training with synthesized graphs](https://github.com/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/graph_keras_lstm_imdb.ipynb)
79+
* [adversarial learning](https://github.com/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/adversarial_keras_cnn_mnist.ipynb)
80+
5581
## Contributing to NSL
5682

5783
Contributions are welcome and highly appreciated - there are several ways to

0 commit comments

Comments
 (0)