Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

ist199211-ist199341/machine-learning-homeworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Homeworks

Homeworks of the Machine Learning course @ IST

Setting Up Environment

Start by creating a Python virtualenv and installing dependencies:

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

Finally, setup Git hooks in order for Notebook outputs to be cleared before commit:

pre-commit install

Pre-compiled PDFs

You can find the compiled versions of the PDF reports for every homework in this repository releases' section (under "Assets"), along with the corresponding grade for each one. A compiled version of each Jupyter Notebook (as HTML) is also provided.