This repository contains the submission for Lab 4: Backdoor attacks of EL-GY-9163: Machine Learning for Cyber-security class.
Before you begin, ensure you have met the following requirements:
- You have installed Python (version 3.x.x or above).
- You have installed Jupyter Notebook or JupyterLab.
Clone the repository to your computer.
This repository uses Git LFS to handle large files. To use Git LFS, follow these steps:
-
Download and install Git LFS from here.
-
After installation, set up Git LFS for your user account by running:
git lfs install
- To download the LFS files for this repository, navigate to the repository directory and run:
git lfs pull
After cloning the repository and setting up Git LFS, you can run the Jupyter Notebook. You can just navigate to the repository directory and start Jupyter Notebook or JupyterLab.
In the Jupyter interface, open sj3520_MLSec_Lab4.ipynb
and run all the cells.