This repository contains notes for the BSc Data Science and Artificial Intelligence courses at Leiden University. You will find notes organized by semester and course, covering DSAI 2023–2026 course materials.
- These notes are intended solely for educational purposes.
- They are not official course materials and reflect the author's understanding and interpretation of the course readings.
- University lectures are assumed to be based on valid scientific resources available in the public domain. The author shared interpretations in their own words, based on open science values, without directly copying content, to respect copyright.
- Official course materials and reading sources are provided by the university in the prospectus.
- This content can be used as a supplementary resource for students to review and understand course materials, but it should not replace attending lectures, reading assigned materials, or engaging with official course resources.
- The content will no longer be updated after the end of the 2023–2024 academic year but other individuals are welcome to contribute to the repository for future students.
- Fork the repository and create a new branch for your contributions.
- Update the relevant notes or add new ones based on the new course materials.
- Install dependencies and re-build the site content using the provided commands.
npm install
npm run build- Submit a pull request with a clear description of your changes.