Skip to content

This repository contains all the code and material related to the computer security course project regarding the subject of adversarial machine learning.

License

Notifications You must be signed in to change notification settings

lucaghislo/adversarial_machine_learning

Repository files navigation

Adversarial Machine Learning: problem evaluation and implementation

This repository contains all the code and material related to the computer security course project regarding the subject of adversarial machine learning.

Project slides (via Google Drive)

Presentation slides available at this link.

Project setup

Conda-Navigator GUI launch

Once you've installed Conda, from the terminal type:

$ anaconda-navigator

Then the GUI launches:

Conda GUI

You can now install the components needed for the project.

Conda enviroment activation

Once finished, activate the enviroment (in this case it's called adversarial_ml):

Conda terminal activation

Remember to activate the enviroment in the project directory.

Project run

Once everything's installed, run the project:

Project terminal run