https://github.com/thesofakillers/uvakrr_notebooks_2022
Notebooks from UvA's KRR course, Q1 2022 edition
https://github.com/thesofakillers/uvakrr_notebooks_2022
Last synced: 10 months ago
JSON representation
Notebooks from UvA's KRR course, Q1 2022 edition
- Host: GitHub
- URL: https://github.com/thesofakillers/uvakrr_notebooks_2022
- Owner: thesofakillers
- Created: 2022-03-03T23:00:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T23:29:34.000Z (over 4 years ago)
- Last Synced: 2025-01-17T10:43:41.394Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UvA - KRR - Q1 2022 - Jupyter Notebooks
Notebooks from UvA's KRR course, Q1 2022 edition.
Please refer to the following tree diagram:
```bash
.
├── README.md
├── week2
│ ├── ex2.ipynb # using SAT in Python
│ └── sat.ipynb # Exercise 3 of Exercise Session 2
├── week3
│ ├── asp.ipynb # using ASP in Python
│ └── ex3-with-solutions.ipynb # Exercise 2 of Exercise Session 3 (with solutions)
├── week4
│ ├── asp-tricks.ipynb # modelling tricks in ASP
│ └── guide-to-asp.ipynb # guide to ASP
└── week5
├── saturation.ipynb # explanation of saturation
└── unique-solution.ipynb # checking uniqueness of solutions in ASP
4 directories, 9 files
```
Note: these are mainly re-uploads from canvas for my own convenience (e.g. being
able to preview them without running Jupyter Lab). The notebooks will probably
be for the most part incomplete.
Credits to the University of Amsterdam.