Introduction to Machine Learning for mechanical engineers. Course given at Polytech Annecy 2019-2021, spring semester.
The practical work: Classification for facial beauty detection, is on Google Colab, with Nvidia DALI support.
Open this repository in Google Colab:
WARNING: Please be aware that Google Colab provides temporary environments: anything you do will be deleted after a while, so make sure you download any data you care about.
Or if you want to play on your local machine, clone this repo, install packages, and launch jupyter:
git clone https://github.com/a1rb4Ck/MECA653_ML4Mecha.git
cd MECA653_ML4Mecha
pip install -r requirement.txt
jupyter