@@ -11,7 +11,7 @@ minimizing the neighbor loss, see the figure below). This technique is generic
1111and can be applied on arbitrary neural architectures (such as Feed-forward NNs,
1212Convolutional NNs and Recurrent NNs).
1313
14- ![ NSL Concept] ( ../ images/nlink_figure.png)
14+ ![ NSL Concept] ( images/nlink_figure.png )
1515
1616Note that the generalized neighbor loss equation is flexible and can have other
1717forms besides the one illustrated above. For example, we can also select
@@ -41,7 +41,7 @@ neighbor loss. On the other hand, for induced neighbor-based regularization
4141(adversarial), we compute the neighbor loss as the distance between the output
4242prediction of the induced adversarial neighbor and the ground truth label.
4343
44- ![ NSL workflow] ( ../ images/workflow_overview.png)
44+ ![ NSL workflow] ( images/workflow_overview.png )
4545
4646## Why use NSL?
4747
@@ -80,15 +80,15 @@ To obtain hands-on experience with Neural Structured Learning, we have three
8080tutorials that cover various scenarios where structured signals may be
8181explicitly given, induced or constructed:
8282
83- * [ Graph regularization for document classification using natural graphs] ( graph_keras_mlp_cora.ipynb ) .
83+ * [ Graph regularization for document classification using natural graphs] ( tutorials/ graph_keras_mlp_cora.ipynb) .
8484 In this tutorial, we explore the use of graph regularization to classify
8585 documents that form a natural (organic) graph.
8686
87- * [ Graph regularization for sentiment classification using synthesized graphs] ( graph_keras_lstm_imdb.ipynb ) .
87+ * [ Graph regularization for sentiment classification using synthesized graphs] ( tutorials/ graph_keras_lstm_imdb.ipynb) .
8888 In this tutorial, we demonstrate the use of graph regularization to classify
8989 movie review sentiments by constructing (synthesizing) structured signals.
9090
91- * [ Adversarial learning for image classification] ( adversarial_keras_cnn_mnist.ipynb ) .
91+ * [ Adversarial learning for image classification] ( tutorials/ adversarial_keras_cnn_mnist.ipynb) .
9292 In this tutorial, we explore the use of adversarial learning (where
9393 structured signals are induced) to classify images containing numeric
9494 digits.
0 commit comments