This repository contains my coursework deliverables:
- assignment1/
- assignment2/
- midtermproject/
- finalproject/
Each folder includes the related datasets and Jupyter notebooks (.ipynb).
. ├── assignment1/ │ ├── *.ipynb │ └── dataset files ├── assignment2/ │ ├── *.ipynb │ └── dataset files ├── midtermproject/ │ ├── *.ipynb │ └── dataset files └── finalproject/ ├── *.ipynb └── dataset files
-
Open any notebook (
.ipynb) from one of the folders. -
Upload it to Google Colab (or open it directly from GitHub in Colab).
-
Make sure the dataset path matches your notebook:
- If your dataset is inside the repo folder (example:
assignment1/data/...), keep the same structure in Colab. - You can also upload the dataset to Colab or mount Google Drive if needed.
- If your dataset is inside the repo folder (example:
-
Click Runtime → Run all.
- Notebooks are the main deliverables for each folder.
- Plots and results are generated directly inside the notebooks.
- If a notebook needs an extra library, it will install it inside the notebook (only when necessary).