# Introduction to Data Science and Machine Learning

- [Conditions for Receiving a Certificate or ECTS](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/durchzufuehrendes-kursprojekt.md)
- [Preparation](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/vorbereitung.md)
- [Week 1 - Introduction to Data Science](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-1.md)
- [Week 2 - Data Import and Visualization](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-2.md)
- [Week 3 - Versioning with Git and Data Preparation (Part 1)](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-3-r-projekte-und-versionierung-mit-git-und-github.md)
- [Week 4 - Versioning with Git and Data Preparation (Part 2)](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-4-datenaufbereitung-mit-tidyverse.md)
- [Week 5 - Time Series Analyses and Introduction into Machine Learning](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-8-zeitreihenanalysen.md)
- [Week 6 - Baseline Models and Linear Regression](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-5-einfuehrung-in-das-maschinelle-lernen.md)
- [Week 7 - Overfitting and Regularization](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-6-overfitting-und-regularisierung.md)
- [Week 8 - Neural Nets](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-7-neuronale-netze-und-deep-learning.md)
- [Week 9 - Missing Values](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-6-support-vector-maschinen.md)
- [Week 10 - Project Presentation](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-9-projektpraesentationen.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
