@@ -52,6 +52,32 @@ Note that NSL requires a TensorFlow version of 1.15 or higher. NSL also supports
5252TensorFlow 2.x with the exception of v2.1, which contains a bug that is
5353incompatible 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
5783Contributions are welcome and highly appreciated - there are several ways to
0 commit comments