An open API service indexing awesome lists of open source software.

https://github.com/red-rapious/adversarial-attacks

Report, slides and code of our presentation about Adversarial Attacks for the class "Introduction to Computer Vision"
https://github.com/red-rapious/adversarial-attacks

adversarial-attacks adversarial-defense computer-vision deep-learning

Last synced: 8 months ago
JSON representation

Report, slides and code of our presentation about Adversarial Attacks for the class "Introduction to Computer Vision"

Awesome Lists containing this project

README

          

# Adversarial-Attacks
Report, slides and code of our presentation about Adversarial Attacks for the class "Introduction to Computer Vision".

## Files description
- `report/report.pdf`: report of the presentation.
- `slides/slides.pdf`: slides of the presentation.
- `code/fgsm.ipynb`: implementation of the Fast Gradient Sign Method (FGSM) attack.
- `code/defence-adversarial-training.ipynb`: implementation of adversarial training as a defense mechanism.
- `code/null-labeling.ipynb`: implementation of null-labeling as a defense mechanism.