We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224600b commit 83777bcCopy full SHA for 83777bc
.gitignore
@@ -30,3 +30,8 @@ docs
30
*.synctex.gz(busy)
31
*.pdfsync
32
33
+.DS_Store
34
+._.DS_Store
35
+**/.DS_Store
36
+**/._.DS_Store
37
+
teaching.qmd
@@ -2,6 +2,7 @@
2
title: Teaching
3
---
4
5
+* [Spring 2024 Machine Learning](https://nipunbatra.github.io/ml2024/)
6
* [Fall 2023 Probabilistic Machine Learning](https://nipunbatra.github.io/pml2023/)
7
* [Spring 2023 Machine Learning](https://nipunbatra.github.io/ml2023/)
8
* [Winter 2022 Computing](https://nipunbatra.github.io/comp22/)
0 commit comments