gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] Robustness of Machine Learning Models #150

Open hash-ir opened 3 years ago

hash-ir commented 3 years ago

Learning Goals

Exercise Statement

Create adversarial examples and train a CNN on clean and perturbed data using PyTorch

Prerequisites

Data source/summary:

(Optional) Suggest/Propose Solutions

I have the solution using PyTorch, will be happy to create a pull request to include the exercise statement/solution