@@ -36,6 +36,8 @@ 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 )
40
+
39
41
### Data preprocessing in NSL
40
42
41
43
This part of the tutorial will include a presentation discussing:
@@ -44,6 +46,8 @@ This part of the tutorial will include a presentation discussing:
44
46
- Augmenting training data for graph-based regularization in NSL
45
47
- Related tools in the NSL framework
46
48
49
+ [ Slides] ( slides/Data_Preprocessing.pdf )
50
+
47
51
### Graph regularization using natural graphs (Lab 1)
48
52
49
53
Graph regularization [ 2] forces neural networks to learn similar
@@ -53,6 +57,8 @@ inherent relationship between each other. We will demonstrate via a practical
53
57
tutorial, the use of natural graphs for graph regularization to classify the
54
58
veracity of public message posts.
55
59
60
+ [ Slides] ( slides/Natural_Graphs.pdf )
61
+
56
62
### Graph regularization using synthesized graphs (Lab 2)
57
63
58
64
Input data may not always be represented as a graph. However, one can infer
@@ -62,6 +68,8 @@ for text classification using a practical tutorial. While graphs can be built in
62
68
many ways, we will make use of text embeddings in this tutorial to build a
63
69
graph.
64
70
71
+ [ Slides] ( slides/Synthesized_graphs.pdf )
72
+
65
73
### Adversarial regularization (Lab 3)
66
74
67
75
Adversarial learning has been shown to be effective in improving the accuracy of
@@ -70,11 +78,15 @@ adversarial learning techniques [3,4] like *Fast Gradient Sign Method* (FGSM)
70
78
and * Projected Gradient Descent* (PGD) for image classification using a
71
79
practical tutorial.
72
80
81
+ [ Slides] ( slides/Adversarial_Learning.pdf )
82
+
73
83
### NSL in TensorFlow Extended (TFX)
74
84
75
85
- Presentation on how Neural Structured Learning can be integrated with
76
86
[ TFX] ( https://www.tensorflow.org/tfx ) pipelines.
77
87
88
+ [ Slides] ( slides/NSL_in_TFX.pdf )
89
+
78
90
### Research and Future Directions
79
91
80
92
- Presentation discussing:
@@ -84,12 +96,16 @@ practical tutorial.
84
96
- Prototype showing how NSL can be used with the
85
97
[ Graph Nets] ( https://github.com/deepmind/graph_nets ) [ 9] library.
86
98
99
+ [ Slides] ( slides/Research_and_Future_Directions.pdf )
100
+
87
101
### Conclusion
88
102
89
103
We will conclude our tutorial with a summary of the entire session, provide
90
104
links to various NSL resources, and share a link to a brief survey to get
91
105
feedback on the NSL framework and the hands-on tutorial.
92
106
107
+ [ Slides] ( slides/Summary.pdf )
108
+
93
109
## References
94
110
95
111
1 . https://www.tensorflow.org/neural_structured_learning
0 commit comments