# Module 5.2 - Generatieve AI

## Instructie voor de leerkracht

In deze lessenserie maken leerlingen kennis met (een simpele vorm van) generatieve AI.

## Doelen van deze module

Meer oefenen met bekende concepten:

* Files inlezen
* Dictionaries
* Grotere programma's en de bijbehorende organisatie zoals functies

Leren over:

* Formele grammatica's (FH, note to self: we zouden moeten beginnen met een heel klein part of speech trainertje met een grammatica en dan daaruit genereren maar dat is voor volgend jaar)
* Neurale netwerken

## Slides

Er zijn (nog) geen slides voor deze module


---

# 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://felienne.gitbook.io/codasium/module-5.1-tekstanalyse-1.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.
