This repository contains all the homework assignments and project submissions for Group 6.
- Md Ismail Hossain
- Ranjan Bhattarai
- Ilya Yahoshchankau
- Mohab Hussein
- Gabriel Zamora
All submissions are organized by assignment. Each assignment has its own dedicated folder which follows a consistent structure:
.
├── Homework_1
│ ├── notebook
│ │ ├── name_1.ipynb
│ │ └── (any_other_code_files)
│ ├── project_plan.xlsx (gantt chart for assignments after and including homework 6)
│ └── README.md (contains video links and contains project plan for assignments prior to homeowork 6)
│
│
├── Homework_2
│ ├── notebook
│ │ ├── name_2.ipynb
│ │ └── (any_other_code_files)
│ ├── project_plan.xlsx
│ └── README.md
│
└── (etc...)