@@ -36,7 +36,7 @@ We will begin the tutorial with an overview of the Neural Structured Learning
36
36
framework and motivate the advantages of training neural networks with
37
37
structured signals.
38
38
39
- [ Slides] ( slides/Introduction.pdf )
39
+ [[ Slides] ( slides/Introduction.pdf )]
40
40
41
41
### Data preprocessing in NSL
42
42
@@ -46,7 +46,7 @@ This part of the tutorial will include a presentation discussing:
46
46
- Augmenting training data for graph-based regularization in NSL
47
47
- Related tools in the NSL framework
48
48
49
- [ Slides] ( slides/Data_Preprocessing.pdf )
49
+ [[ Slides] ( slides/Data_Preprocessing.pdf )]
50
50
51
51
### Graph regularization using natural graphs (Lab 1)
52
52
@@ -57,7 +57,8 @@ inherent relationship between each other. We will demonstrate via a practical
57
57
tutorial, the use of natural graphs for graph regularization to classify the
58
58
veracity of public message posts.
59
59
60
- [ Slides] ( slides/Natural_Graphs.pdf )
60
+ [[ Slides] ( slides/Natural_Graphs.pdf )]
61
+ [[ Colab tutorial] ( https://colab.research.google.com/github/tensorflow/neural-structured-learning/blob/master/workshops/kdd_2020/graph_regularization_pheme_natural_graph.ipynb )]
61
62
62
63
### Graph regularization using synthesized graphs (Lab 2)
63
64
@@ -68,7 +69,8 @@ for text classification using a practical tutorial. While graphs can be built in
68
69
many ways, we will make use of text embeddings in this tutorial to build a
69
70
graph.
70
71
71
- [ Slides] ( slides/Synthesized_graphs.pdf )
72
+ [[ Slides] ( slides/Synthesized_Graphs.pdf )]
73
+ [[ Colab tutorial] ( https://colab.research.google.com/github/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/graph_keras_lstm_imdb.ipynb )]
72
74
73
75
### Adversarial regularization (Lab 3)
74
76
@@ -78,14 +80,15 @@ adversarial learning techniques [3,4] like *Fast Gradient Sign Method* (FGSM)
78
80
and * Projected Gradient Descent* (PGD) for image classification using a
79
81
practical tutorial.
80
82
81
- [ Slides] ( slides/Adversarial_Learning.pdf )
83
+ [[ Slides] ( slides/Adversarial_Learning.pdf )]
84
+ [[ Colab tutorial] ( https://colab.research.google.com/github/tensorflow/neural-structured-learning/blob/master/workshops/kdd_2020/adversarial_regularization_mnist.ipynb )]
82
85
83
86
### NSL in TensorFlow Extended (TFX)
84
87
85
88
- Presentation on how Neural Structured Learning can be integrated with
86
89
[ TFX] ( https://www.tensorflow.org/tfx ) pipelines.
87
90
88
- [ Slides] ( slides/NSL_in_TFX.pdf )
91
+ [[ Slides] ( slides/NSL_in_TFX.pdf )]
89
92
90
93
### Research and Future Directions
91
94
@@ -96,15 +99,15 @@ practical tutorial.
96
99
- Prototype showing how NSL can be used with the
97
100
[ Graph Nets] ( https://github.com/deepmind/graph_nets ) [ 9] library.
98
101
99
- [ Slides] ( slides/Research_and_Future_Directions.pdf )
102
+ [[ Slides] ( slides/Research_and_Future_Directions.pdf )]
100
103
101
104
### Conclusion
102
105
103
106
We will conclude our tutorial with a summary of the entire session, provide
104
107
links to various NSL resources, and share a link to a brief survey to get
105
108
feedback on the NSL framework and the hands-on tutorial.
106
109
107
- [ Slides] ( slides/Summary.pdf )
110
+ [[ Slides] ( slides/Summary.pdf )]
108
111
109
112
## References
110
113
0 commit comments