Learn Before
Adversarial Example
An adversarial example is an input to a machine learning model that has been intentionally modified with small, often imperceptible perturbations designed to cause the model to output an incorrect classification. For instance, adding specific, calculated noise to an image of a panda can cause a deep neural network to misclassify it as a gibbon, even though the image remains visually identical to the original for a human observer.

0
0
Tags
Data Science
Related
Neural Network Reference
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Generative Models
Circuit Theory
More about deep learning algorithms
Deep learning train/dev/test split
Deep Feedforward Networks (MLP = Multi-Layer Perceptrons)
Deep Learning Python libraries (frameworks)
What can convolutional neural networks be used for?
Generative adversarial network(GAN)
Optimization for Training Deep Models
Implementations of Deep Learning
Monte Carlo Methods
Deep Learning Frameworks
Adversarial Example