-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (86 loc) · 3.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en-GB">
<title>Algorithmic Fairness | presentations</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Algorithmic Fairness" />
<meta property="og:site_name" content="presentations" />
<script type="application/ld+json">
{"@type":"WebSite","headline":"Algorithmic Fairness","url":"http://wearepal.ai/presentations/","description":"View presentations here: https://wearepal.ai/presentations/","name":"presentations","@context":"https://schema.org"}</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<!-- ----- content ----- -->
<div class="container-lg px-3 my-5 markdown-body">
<h1>Presentations</h1>
<h2>Algorithmic Fairness Lectures</h2>
<h3 id="transparency">Transparency in Algorithmic Fairness</h3>
<ul>
<li><a href="transparency-in-algorithmic-fairness.html">Slides</a>
</ul>
<h3 id="toronto-2019">Data Science & Optimization Conference Toronto 2019</h3>
<ul>
<li><a href="toronto2019.html">Slides</a>
</ul>
<h3 id="deepbayes-summer-2019">DeepBayes Summer School Moscow 2019</h3>
<ul>
<li><a href="moscow2019.html">Slides</a>
</ul>
<h3 id="discus-summer-2019">Discus ML Summer School Sussex 2019</h3>
<ul>
<li><a href="mlss.html">Lecture</a>
<li><a href="https://tinyurl.com/ethicml">Exercise</a>
</ul>
<h3 id="lviv-summer-school-2020">Lviv Summer School 2020</h3>
<ul>
<li><a href="lviv.html">Lecture</a>
<li><a href="https://tinyurl.com/ethicml">Exercise</a>
</ul>
<h3 id="trento-2023">University of Trento 2023</h3>
<ul>
<li><a href="trento.html">Lecture</a>
<li><a href="https://tinyurl.com/ethicml">Exercise</a>
</ul>
<h2>MSc Module</h2>
<h3 id="topicsincs-20">Topics in Computing Module ‘20</h3>
<h4><a href="topics20_1.html">Part 1</a></h4>
<ul>
<li>Intro to M.L.
<li>Why are we interested in fairness?
<li>Definitions of Fairness
<li>Adversarial Representation
</ul>
<h4 id="part-2"><a href="topics20_2.html">Part 2</a></h4>
<ul>
<li>How to enforce fairness
<li>Delayed Impact of Fair Machine Learning
<li>Fair Causal models
</ul>
<h3 id="topicsincs-18">Topics in Computing Module ‘18</h3>
<h4><a href="algo-fairness-part1.html">Part 1</a></h4>
<ul>
<li>Intro to M.L.
<li>Why are we interested in fairness?
<li>Definitions of Fairness
<li>Adversarial Representation
</ul>
<h4><a href="algo-fairness-part2.html">Part 2</a></h4>
<ul>
<li>How to enforce fairness
<li>Delayed Impact of Fair Machine Learning
<li>Fair Causal models
</ul>
<h3 id="summaries">Summaries</h3>
<ul>
<li><a href="fairness-summary.html">Summary</a>
<li><a href="fairness-overview.html">Overview</a>
</ul>
<h2 id="programming">Programming</h2>
<ul>
<li><a href="python_and_ml_tools#/">Tools and Tenets for ML and Python</a>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"
integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>