This repository has been created for all of Team Gradient Thinkers assignments for the course ES335 - Machine Learning at Indian Institute of Technology, Gandhinagar
All the assignments have been done in folders with the name A 'assignment number'
- Aashmun Gupta (22110005)
- Pankaj (22110177)
- Ishva Patel (21110082)
- Dhruv Sharma (2211074)
- Clone this repository:
git clone https://github.com/AshStorm17/ES335_gradient_thinkers.git
- Navigate to the project directory:
cd ES335_gradient_thinkers
- Recommended:
Make a virtual environmentpython -m venv .venv
.venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt