@@ -71,38 +71,39 @@ learning with structured signals.
7171 target="_ blank"><img src="http://img.youtube.com/vi/Js2WJkhdU7k/0.jpg "
7272 alt="Adversarial Learning" width="180" border="2" /></a >
7373
74- We've also created the following hands-on colab-based tutorials that will allow
75- you to interactively explore NSL:
74+ We've also created hands-on colab-based tutorials that will allow you to
75+ interactively explore NSL. Here are a few :
7676
7777* [ training with natural graphs] ( https://github.com/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/graph_keras_mlp_cora.ipynb )
7878* [ training with synthesized graphs] ( https://github.com/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/graph_keras_lstm_imdb.ipynb )
7979* [ adversarial learning] ( https://github.com/tensorflow/neural-structured-learning/blob/master/g3doc/tutorials/adversarial_keras_cnn_mnist.ipynb )
8080
81+ You can find more examples and tutorials under the
82+ [ examples] ( neural_structured_learning/examples ) directory.
83+
8184## Contributing to NSL
8285
8386Contributions are welcome and highly appreciated - there are several ways to
8487contribute to TF Neural Structured Learning:
8588
86- * Case studies. If you are interested in applying NSL, consider wrapping up
89+ * Case studies: If you are interested in applying NSL, consider wrapping up
8790 your usage as a tutorial, a new dataset, or an example model that others
88- could use for experiments and/or development.
91+ could use for experiments and/or development. The [ examples] ( examples )
92+ directory could be a good destination for such contributions.
8993
90- * Product excellence. If you are interested in improving NSL's product
94+ * Product excellence: If you are interested in improving NSL's product
9195 excellence and developer experience, the best way is to clone this repo,
9296 make changes directly on the implementation in your local repo, and then
9397 send us pull request to integrate your changes.
9498
95- * New algorithms. If you are interested in developing new algorithms for NSL,
99+ * New algorithms: If you are interested in developing new algorithms for NSL,
96100 the best way is to study the implementations of NSL libraries, and to think
97101 of extensions to the existing implementation (or alternative approaches). If
98102 you have a proposal for a new algorithm, we recommend starting by staging
99- your project in the ` research ` directory and including a colab notebook to
100- showcase the new features.
101-
102- If you develop new algorithms in your own repository, we are happy to
103- feature pointers to academic publications and/or repositories that use NSL,
104- on
105- [ tensorflow.org/neural_structured_learning] ( http://www.tensorflow.org/neural_structured_learning ) .
103+ your project in the [ research] ( research ) directory and including a colab
104+ notebook to showcase the new features. If you develop new algorithms in your
105+ own repository, we would be happy to feature pointers to academic
106+ publications and/or repositories using NSL from this repository.
106107
107108Please be sure to review the [ contribution guidelines] ( CONTRIBUTING.md ) .
108109
@@ -128,6 +129,11 @@ please fill this
128129[ form] ( https://docs.google.com/forms/d/1AQEcPSgmwWBJj3H2haEytF4C_fr1aotWaHjCEXpPm2A ) ;
129130we would love to hear from you.
130131
132+ ## Featured Usage
133+
134+ Please see the [ usage page] ( usage.md ) to learn more about how NSL is being
135+ discussed and used in the open source community.
136+
131137## Release Notes
132138
133139Please see the [ release notes] ( RELEASE.md ) for detailed version updates.
0 commit comments