← lectures

Lecture 01 · AML Basic

Definitions of Machine Learning

donenotesThursday, 5 March 2026
Notes

Here's the exact file to edit and folder to drop files in, for each site:


AML Basic (aml-basic/)

WhatWhere
Mark a lecture done, add date/URLscontent/course.yaml → find the lecture by id, change status, fill fields
Write notes for lecture 01notes/01.md + set notes: true in yaml
Write notes for hands-on H1notes/H1.md + set notes: true
Add MCQ for lecture 03content/questions/03.yaml + set has_mcq: true
Update project status/scorecontent/course.yamlexam.project section

ADS (ads-site/)

WhatWhere
Add/change a topiccontent/topics.yaml
Write notes for "complexity"notes/complexity.md + set notes: true
Add a problem to "complexity"problems/complexity/my-problem.md + add entry in yaml

LAB1 (lab1-site/)

WhatWhere
Add/change a topiccontent/lab1.yaml
Write notes for Casadio topicnotes/casadio/role-bioinformatics.md + set notes: true
Add questions for that topiccontent/questions/casadio/role-bioinformatics.yaml

Hub (courses-hub/)

WhatWhere
Flip a course from wip → activecontent/courses.yaml → change status and add url

The pattern across all sites is the same: one YAML file is the registry (what exists, what's ready, what URLs to show), separate markdown files are the content (notes, problems). You never touch the code — only YAML and markdown.

MCQ Practice

No MCQ yet

// add content/questions/01.yaml