An introduction course to machine learning (ML) created for the Research Team from Geodan (Sogelink Netherlands)
The structure of this repository is the following:
ML-Course
├── README.md
├── .gitignore
├── presentations/
│ ├── README.md
│ └── ...
└── notebooks/
│ ├── README.md
│ └── ...
└── misc/
A few comments about the structure:
- The
presentations
directory contains the slides used in the course with all the source files. Look at theREADME.md
file inside the directory for more information. - The
notebooks
directory contains Jupyter notebooks with the same organization as thepresentations
directory. The notebooks are intended to provide an environment and tips to explore some of the techniques mentioned in the presentations. Look at theREADME.md
file inside the directory for more information. - The
misc
directory contains various information related to the course and its evolution.