All Projects → aliciapj → adversarial-networks

aliciapj / adversarial-networks

Licence: other
Material de la charla "The bad guys in AI - atacando sistemas de machine learning"

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to adversarial-networks

path planning GAN
Path Planning using Generative Adversarial Network (GAN)
Stars: ✭ 36 (+140%)
Mutual labels:  generative-adversarial-network
DCGAN-Pytorch
A Pytorch implementation of "Deep Convolutional Generative Adversarial Networks"
Stars: ✭ 23 (+53.33%)
Mutual labels:  generative-adversarial-network
gzsl-od
Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition
Stars: ✭ 47 (+213.33%)
Mutual labels:  generative-adversarial-network
ST-CGAN
Dataset and Code for our CVPR'18 paper ST-CGAN: "Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal"
Stars: ✭ 64 (+326.67%)
Mutual labels:  generative-adversarial-network
DeepSIM
Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single Augmented Training Sample" (ICCV 2021 Oral)
Stars: ✭ 389 (+2493.33%)
Mutual labels:  generative-adversarial-network
DiscoGAN-TF
Tensorflow Implementation of DiscoGAN
Stars: ✭ 57 (+280%)
Mutual labels:  generative-adversarial-network
Introduction-to-Deep-Learning-and-Neural-Networks-Course
Code snippets and solutions for the Introduction to Deep Learning and Neural Networks Course hosted in educative.io
Stars: ✭ 33 (+120%)
Mutual labels:  generative-adversarial-network
SSVEP-Neural-Generative-Models
Code to accompany our International Joint Conference on Neural Networks (IJCNN) paper entitled - Simulating Brain Signals: Creating Synthetic EEG Data via Neural-Based Generative Models for Improved SSVEP Classification
Stars: ✭ 37 (+146.67%)
Mutual labels:  generative-adversarial-network
ganbert
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks
Stars: ✭ 205 (+1266.67%)
Mutual labels:  generative-adversarial-network
SDGym
Benchmarking synthetic data generation methods.
Stars: ✭ 177 (+1080%)
Mutual labels:  generative-adversarial-network
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+1746.67%)
Mutual labels:  generative-adversarial-network
gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (+26.67%)
Mutual labels:  generative-adversarial-network
simplegan
Tensorflow-based framework to ease training of generative models
Stars: ✭ 19 (+26.67%)
Mutual labels:  generative-adversarial-network
hyperstyle
Official Implementation for "HyperStyle: StyleGAN Inversion with HyperNetworks for Real Image Editing" (CVPR 2022) https://arxiv.org/abs/2111.15666
Stars: ✭ 874 (+5726.67%)
Mutual labels:  generative-adversarial-network
GraphCNN-GAN
Graph-convolutional GAN for point cloud generation. Code from ICLR 2019 paper Learning Localized Generative Models for 3D Point Clouds via Graph Convolution
Stars: ✭ 50 (+233.33%)
Mutual labels:  generative-adversarial-network
TF2-GAN
🐳 GAN implemented as Tensorflow 2.X
Stars: ✭ 61 (+306.67%)
Mutual labels:  generative-adversarial-network
pytorch-GAN
My pytorch implementation for GAN
Stars: ✭ 12 (-20%)
Mutual labels:  generative-adversarial-network
Easter-Bootcamp-2018
Designed to take you from zero experience to GANs within a week.
Stars: ✭ 24 (+60%)
Mutual labels:  generative-adversarial-network
DeepEcho
Synthetic Data Generation for mixed-type, multivariate time series.
Stars: ✭ 44 (+193.33%)
Mutual labels:  generative-adversarial-network
BPPNet-Back-Projected-Pyramid-Network
This is the official GitHub repository for ECCV 2020 Workshop paper "Single image dehazing for a variety of haze scenarios using back projected pyramid network"
Stars: ✭ 35 (+133.33%)
Mutual labels:  generative-adversarial-network

The bad guys in AI - atacando sistemas de machine learning"

Descripción

El código de este repositorio ha sido desarrollado por Alicia Pérez, Javier Ordoñez y Beatriz Gómez como demo para la charla "The bad guys in AI - atacando sistemas de machine learning" en el marco de la PyConES de 2018 en Málaga y en el T3chfest 2019.

Las transparencias que acompañan al contenido de la PyConES se pueden encontrar aquí. Las transparencias del T3chfest 2019 están en este enlace.

El vídeo de la charla de la PyConES está disponible en el siguiente enlace, y el vídeo correspondiente a la charla del T3chfest 2019 aquí.

Oráculo - Modelo discriminativo

Instalación

Instalar el fichero de dependencias de la carpeta attack con pip

pip install -r discriminative/requirements.txt

Principales dependencias

  • Pillow 5.2
  • Numpy 1.14
  • Keras 2.2

Entrenamiento del modelo

python discriminative/model_manager.py --train /path/to/train/data

Clasificación

# img_str puede ser una url o un path a la imagen
python discriminative/model_manager.py --predict img_str

Ataque de caja negra

Principales dependencias

  • Pillow 5.2
  • Numpy 1.14
  • Keras 2.2
  • Cleverhans

Instalación

Instalar el fichero de dependencias de la carpeta attack con pip

pip install -r attack/requirements.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].