From f1e620536b34d0677eaeaa8bb2190c172bf03ab8 Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Fri, 24 May 2024 20:34:24 +0200 Subject: [PATCH] Add missing adversarial lecture references --- README.md | 1 + slides/references.bib | 44 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/README.md b/README.md index 122720b..457c24b 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Note: I do not follow [Semantic Versioning](https://semver.org/) for this projec ### 2024.1.4 +* Add missing references for adversariality lecture * Add google colab instructions * Update grading schema for 2024 workshop * Add more proof details from equalities in lecture on correlation and causality diff --git a/slides/references.bib b/slides/references.bib index 5b8b914..5d63ea8 100644 --- a/slides/references.bib +++ b/slides/references.bib @@ -322,3 +322,47 @@ @book{mitchell2019artificial year={2019}, publisher={Penguin UK} } + + +@book{hastie2009elements, + title={The elements of statistical learning: data mining, inference, and prediction}, + author={Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome H}, + volume={2}, + year={2009}, + publisher={Springer} +} + +@article{ABRAMSON19921480, + author = {Norman S Abramson and Sheryl F Kelsey and Peter Safar and Kim Sutton-Tyrrell}, + date-added = {2023-06-19 08:13:47 +0200}, + date-modified = {2023-06-19 08:13:47 +0200}, + doi = {https://doi.org/10.1016/S0196-0644(05)80066-6}, + issn = {0196-0644}, + journal = {Annals of Emergency Medicine}, + number = {12}, + pages = {1480-1482}, + title = {Simpson's paradox and clinical trials: What you find is not necessarily what you prove}, + volume = {21}, + year = {1992}, + bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/S0196064405800666}, + bdsk-url-2 = {https://doi.org/10.1016/S0196-0644(05)80066-6}} + +@article{radelet1981racial, + title={Racial characteristics and the imposition of the death penalty}, + author={Radelet, Michael L}, + journal={American Sociological Review}, + pages={918--927}, + year={1981}, + publisher={JSTOR} +} + +@article{hadjicostas1998asymptotic, + title={The asymptotic proportion of subdivisions of a 2$\times$ 2 table that result in Simpson's Paradox}, + author={Hadjicostas, Petros}, + journal={Combinatorics, Probability and Computing}, + volume={7}, + number={4}, + pages={387--396}, + year={1998}, + publisher={Cambridge University Press} +} \ No newline at end of file