fooling-images
There are 5 repositories under fooling-images topic.
utkuozbulak/pytorch-cnn-adversarial-attacks
Pytorch implementation of convolutional neural network adversarial attack techniques
srinadhu/CS231n
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
srinadhu/CS231n_assignment3
Implemented Vanilla RNN and LSTM networks, combined these with pretrained VGG-16 on ImageNet to build image captioning models on Microsoft COCO dataset. Explored use of image gradients for generating new images and techniques used are Saliency Maps, Fooling Images and Class Visualization. Implemented image Style Transfer technique from 'Image Style Transfer Using Convolutional Neural Networks'. Implemented and trained GAN, LS-GAN and DC-GAN on MNIST dataset to produce images that resemble samples from MNIST, DC-GAN gave best resembling images.
sharma-n/DL_ImageProcessing
Implementing image saliency maps, fooling images and style transfer using neural networks.
shahrukhqasim/FoolingConvNets
A sample code for fooling ConvNets (only AlexNet at the moment)