Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.05 KB

ML-Course

An introduction course to machine learning (ML) created for the Research Team from Geodan (Sogelink Netherlands)

Structure

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 the README.md file inside the directory for more information.
  • The notebooks directory contains Jupyter notebooks with the same organization as the presentations directory. The notebooks are intended to provide an environment and tips to explore some of the techniques mentioned in the presentations. Look at the README.md file inside the directory for more information.
  • The misc directory contains various information related to the course and its evolution.