Homeworks done for the Machine Learning course in the 3rd year at IST. The scikit-learn python library was used to solve the programming sections of each homework.
python -m venv venv # create the virtual env
source venv/bin/activate # activate the virutal env (do this every time you open the project)
pip install -r requirements.txt
You can find each submitted homework on the online platform for our University along with the grade for each homework.