Difference between revisions of "Neural Structured Learning (NSL)"
Line 11: | Line 11: | ||
* [http://medium.com/tensorflow/introducing-neural-structured-learning-in-tensorflow-5a802efd7afd Introducing Neural Structured Learning in TensorFlow | Da-Cheng Juan and Sujith Ravi - Medium] | * [http://medium.com/tensorflow/introducing-neural-structured-learning-in-tensorflow-5a802efd7afd Introducing Neural Structured Learning in TensorFlow | Da-Cheng Juan and Sujith Ravi - Medium] | ||
* [http://cs.stanford.edu/people/esteva/nature/ Skin Cancer Classification With Deep Learning | Andre Esteva, B. Kuprel, R. Novoa, J. Ko, S. Swetter, H. Blau & S.Thrun] | * [http://cs.stanford.edu/people/esteva/nature/ Skin Cancer Classification With Deep Learning | Andre Esteva, B. Kuprel, R. Novoa, J. Ko, S. Swetter, H. Blau & S.Thrun] | ||
+ | * [http://blog.tensorflow.org/2019/09/introducing-neural-structured-learning.html Introducing Neural Structured Learning in TensorFlow | Google] | ||
a new learning paradigm to train neural networks by leveraging structured signals in addition to feature inputs. Structure can be explicit as represented by a graph or implicit as induced by adversarial perturbation. Structured signals are commonly used to represent relations or similarity among samples that may be labeled or unlabeled. Therefore, leveraging these signals during neural network training harnesses both labeled and unlabeled data, which can improve model accuracy, particularly when the amount of labeled data is relatively small. Additionally, models trained with samples that are generated by adding adversarial perturbation have been shown to be robust against malicious attacks, which are designed to mislead a model's prediction or classification. [http://www.tensorflow.org/neural_structured_learning Neural Structured Learning | TensorFlow.org] | a new learning paradigm to train neural networks by leveraging structured signals in addition to feature inputs. Structure can be explicit as represented by a graph or implicit as induced by adversarial perturbation. Structured signals are commonly used to represent relations or similarity among samples that may be labeled or unlabeled. Therefore, leveraging these signals during neural network training harnesses both labeled and unlabeled data, which can improve model accuracy, particularly when the amount of labeled data is relatively small. Additionally, models trained with samples that are generated by adding adversarial perturbation have been shown to be robust against malicious attacks, which are designed to mislead a model's prediction or classification. [http://www.tensorflow.org/neural_structured_learning Neural Structured Learning | TensorFlow.org] |
Revision as of 22:48, 21 December 2019
Youtube search... ...Google search
- Graph Convolutional Network (GCN), Graph Neural Networks (Graph Nets), Geometric Deep Learning
- Introducing Neural Structured Learning in TensorFlow | Da-Cheng Juan and Sujith Ravi - Medium
- Skin Cancer Classification With Deep Learning | Andre Esteva, B. Kuprel, R. Novoa, J. Ko, S. Swetter, H. Blau & S.Thrun
- Introducing Neural Structured Learning in TensorFlow | Google
a new learning paradigm to train neural networks by leveraging structured signals in addition to feature inputs. Structure can be explicit as represented by a graph or implicit as induced by adversarial perturbation. Structured signals are commonly used to represent relations or similarity among samples that may be labeled or unlabeled. Therefore, leveraging these signals during neural network training harnesses both labeled and unlabeled data, which can improve model accuracy, particularly when the amount of labeled data is relatively small. Additionally, models trained with samples that are generated by adding adversarial perturbation have been shown to be robust against malicious attacks, which are designed to mislead a model's prediction or classification. Neural Structured Learning | TensorFlow.org