Skip to content

Commit

Permalink
fix lec21 for FM, and fill in other lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Dec 15, 2024
1 parent a0e2019 commit 9e87def
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 13 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sphinx:
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
html_extra_path: ['lectures/103-Firas-lectures/files']
latex:
latex_documents:
targetname: book.tex
Expand Down
36 changes: 23 additions & 13 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,21 @@ parts:
- file: lectures/101-Giulia-lectures/08_hyperparameter-optimization.ipynb
- file: lectures/101-Giulia-lectures/09_classification-metrics.ipynb
- file: lectures/101-Giulia-lectures/10_regression-metrics.ipynb
- file: lectures/101-Giulia-lectures/12_ensembles.ipynb
- file: lectures/101-Giulia-lectures/13_feat-importances
- file: lectures/101-Giulia-lectures/14_feature-engineering-selection
- file: lectures/101-Giulia-lectures/15_K-Means
- file: lectures/101-Giulia-lectures/16_DBSCAN-hierarchical
- url: "https://firasm.github.io/cpsc330-slides/slides-17"
title: Lecture 17
- url: "https://firasm.github.io/cpsc330-slides/slides-18"
title: Lecture 18

- file: lectures/101-Giulia-lectures/19_intro_to_computer-vision
- file: lectures/101-Giulia-lectures/20_time-series
- file: lectures/101-Giulia-lectures/21_survival-analysis
- file: lectures/101-Giulia-lectures/22_communication
- file: lectures/103-Firas-lectures/lec23
title: Lecture 23
- file: lectures/102-Varada-lectures/README
sections:
- url: "https://kvarada.github.io/cpsc330-slides/lecture-01.html"
Expand Down Expand Up @@ -108,12 +118,12 @@ parts:
title: Lecture 20
- url: "https://kvarada.github.io/cpsc330-slides/lecture-21.html"
title: Lecture 21
# - url: "https://kvarada.github.io/cpsc330-slides/lecture-22.html"
# title: Lecture 22
# - url: "https://kvarada.github.io/cpsc330-slides/lecture-23.html"
# title: Lecture 23
# - url: "https://kvarada.github.io/cpsc330-slides/lecture-24.html"
# title: Lecture 24
- url: "https://kvarada.github.io/cpsc330-slides/lecture-22.html"
title: Lecture 22
- file: lectures/103-Firas-lectures/lec23
title: Lecture 23
- url: "https://kvarada.github.io/cpsc330-slides/lecture-24.html"
title: Lecture 24
- file: lectures/103-Firas-lectures/README
sections:
- url: "https://firasm.github.io/cpsc330-slides/slides-01-intro"
Expand Down Expand Up @@ -154,12 +164,12 @@ parts:
title: Lecture 19
- url: "https://firasm.github.io/cpsc330-slides/slides-20"
title: Lecture 20
# - url: "https://firasm.github.io/cpsc330-slides/slides-21"
# title: Lecture 21
# - url: "https://firasm.github.io/cpsc330-slides/slides-22"
# title: Lecture 22
# - url: "https://firasm.github.io/cpsc330-slides/slides-23"
# title: Lecture 23
- url: "https://firasm.github.io/cpsc330-slides/slides-21"
title: Lecture 21
- file: lectures/103-Firas-lectures/lec22
title: Lecture 22
- file: lectures/103-Firas-lectures/lec23
title: Lecture 23
- url: "https://firasm.github.io/cpsc330-slides/slides-24"
title: Lecture 24
- caption: Attribution
Expand Down
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions lectures/103-Firas-lectures/lec22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Lecture 22

<div>
<iframe src="../../lec22_Communication.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>

- [Download the Lecture slides here as a PDF](../../lec22_Communication.pdf)
7 changes: 7 additions & 0 deletions lectures/103-Firas-lectures/lec23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Lecture 23

<div>
<iframe src="../../lec23_AIcsCoreFairness.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>

- [Download the Lecture slides here as a PDF](../../lec23_AIcsCoreFairness.pdf)

0 comments on commit 9e87def

Please sign in to comment.