|
| 1 | +# NSL Usage |
| 2 | + |
| 3 | +This page lists various presentations, videos, and tutorials given on NSL as |
| 4 | +well as select media articles. If you're using NSL or have given a talk on NSL, |
| 5 | +and would like to have it added here, feel free to reach out to us by creating |
| 6 | +an issue on GitHub. Alternatively, you can update this page directly by sending |
| 7 | +us a pull request. |
| 8 | + |
| 9 | +The list of GitHub users/projects that depend on Neural Structured Learning can |
| 10 | +be found |
| 11 | +[here](https://github.com/tensorflow/neural-structured-learning/network/dependents). |
| 12 | + |
| 13 | +## Workshops/Tutorials |
| 14 | + |
| 15 | +* *Neural Structured Learning*, at [KDD 2020](https://kdd.org/kdd2020): |
| 16 | + [[tutorial website](workshops/kdd_2020)], |
| 17 | + [[video](https://youtu.be/YVk4YYfIfHw?t=2052)] |
| 18 | +* *Neural Structured Learning*, at |
| 19 | + [WSDM 2021](https://www.wsdm-conference.org/2021): |
| 20 | + [[tutorial website](workshops/wsdm_2021)], |
| 21 | + [[video](https://vimeo.com/521446166)] |
| 22 | +* *Neural Structured Learning*, at |
| 23 | + [WebConf 2021](https://www2021.thewebconf.org): |
| 24 | + [[tutorial website](workshops/webconf_2021)] |
| 25 | +* *Practical Adversarial Robustness in Deep Learning: Problems and Solutions*, |
| 26 | + at [CVPR 2021](http://cvpr2021.thecvf.com): |
| 27 | + [[tutorial website](https://sites.google.com/corp/view/par-2021)], |
| 28 | + [[video](https://youtu.be/ZmkU1YO4X7U?t=7671)] |
| 29 | +* *Recognizing Multimodal Entailment* at [ACL 2021](https://2021.aclweb.org): |
| 30 | + [[tutorial website](https://multimodal-entailment.github.io)] |
| 31 | + |
| 32 | +## External Talks |
| 33 | + |
| 34 | +* *Introduction to NSL*, a mini YouTube video series: |
| 35 | + |
| 36 | + * [Framework overview](https://www.youtube.com/watch?v=N_IS3x5wFNI) |
| 37 | + * [Training with natural graphs](https://www.youtube.com/watch?v=pJRRdtJ-rPU) |
| 38 | + * [Training with synthesized graphs](https://www.youtube.com/watch?v=3RQqTTOY0U0) |
| 39 | + * [Adversarial Learning](https://www.youtube.com/watch?v=Js2WJkhdU7k) |
| 40 | + |
| 41 | +* *Neural Structured Learning in TensorFlow*, at |
| 42 | + [TensorFlow World 2019](https://conferences.oreilly.com/tensorflow/tf-ca-2019.html): |
| 43 | + [[video](https://www.youtube.com/watch?v=2Ucq7a8CY94)] |
| 44 | + |
| 45 | +* *Building Robust Vision Models*, at TensorFlow User Group India Summit, |
| 46 | + 2020: |
| 47 | + [[tutorial website](https://github.com/dipanjanS/adversarial_learning_tfug2020)], |
| 48 | + [[video](https://youtu.be/qi1cVGTa3sg?t=2569)], |
| 49 | + [[colab](neural_structured_learning/examples/notebooks/adversarial_cnn_transfer_learning_fashionmnist.ipynb)] |
| 50 | + |
| 51 | +## Media Coverage |
| 52 | + |
| 53 | +Below is an incomplete list of media publications featuring NSL: |
| 54 | + |
| 55 | +* [VentureBeat](https://venturebeat.com/2019/09/03/google-launches-tensorflow-machine-learning-framework-for-graphical-data) |
| 56 | +* [SiliconAngle](https://siliconangle.com/2019/09/03/new-google-tool-teaches-ai-handle-structured-adversarial-data) |
| 57 | +* [DevClass](https://devclass.com/2019/09/03/tensorflow-nsl-aws-container-insights-teamcity-gitlab-fixes) |
| 58 | +* [Eyerys](https://www.eyerys.com/articles/news/google-introduces-neural-structured-learning-handle-structured-and-adversarial-data) |
| 59 | +* [AnalyticsIndiaMag](https://analyticsindiamag.com/tensorflows-neural-structured-learning-makes-deep-learning-super-easy) |
| 60 | +* [C1](https://www.cnbeta.com/articles/tech/885619.htm), |
| 61 | + [C2](https://www.catssss.com/tech_34823.html), |
| 62 | + [C3](https://ctolib.com/tensorflow-neural-structured-learning.html) (in |
| 63 | + Chinese). |
| 64 | + |
| 65 | +## Blog Posts |
| 66 | + |
| 67 | +* [*Introducing Neural Structred Learning in TensorFlow*](https://blog.tensorflow.org/2019/09/introducing-neural-structured-learning.html) |
| 68 | +* [*Neural Structured Learning in TFX*](https://blog.tensorflow.org/2020/10/neural-structured-learning-in-tfx.html) |
| 69 | +* [*Improving Classification Model Robustness with Adversarial Regularization |
| 70 | + in |
| 71 | + TensorFlow*](https://towardsdatascience.com/neural-structured-learning-adversarial-regularization-378523dace08) |
0 commit comments