Table of Contents
Expected report structure
Your assignments contain a few tasks. It is expected that overall report structure will mirror these tasks, i.e. the report will be divide into sections with titles allowing to identify the task.
Typical section contents should cover:
- Materials
- Methods
- Results
- Discussion
These parts can be formatted as separate sections (what is common for technical writing, such as papers or MSc theses) but in this case is not obligatory.
Materials
Typically in this section should mention a dataset used (or an examined Gymnasium environment).
Methods
Describe which methods were used. Eg. 8 neural networks architectures were prepared… Provide description of these architectures. You may also include short code example for clarification or simply include model.summary()
Results
Describe obtained results. Use:
- tables
- include (some) interesting plots, e.g. training/validation loss, confusion matrices, etc
Discussion
Provide short discussion (1-2 sentences). Comment the observed facts, which were earlier demonstrated in results part, e.g.
- accuracy in range 0.8 to 0.9
- CNN outperformed MLP (or not)
- t-shirts were often confused with sandals
