Skip to content

Commit ff094da

Browse files
author
Ria Cheruvu
authored
Changing HTTP links to HTTPS
1 parent b706247 commit ff094da

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

ethics-research-resources.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A collection of relevant resources discussed in the #ethics-research D4D Slack c
44

55
## Fairness and Bias
66

7-
[Fair prediction with disparate impact: A study of bias in recidivism prediction instruments]((https://arxiv.org/pdf/1703.00056.pdf) ) by Alexandra Chouldechova
7+
[Fair prediction with disparate impact: A study of bias in recidivism prediction instruments](https://arxiv.org/abs/1610.07524) by Alexandra Chouldechova
88

99
[*"Fairness Through Awareness"*](https://arxiv.org/pdf/1104.3913.pdf) by Cynthia Dwork, Moritz Hardt, Toniann Pitassi, Omer Reingold, Richard Zemel
1010

@@ -24,11 +24,11 @@ A collection of relevant resources discussed in the #ethics-research D4D Slack c
2424

2525
[Google's developer training program on algorithmic fairness](https://developers.google.com/machine-learning/fairness-overview/).
2626

27-
IBM has a fairness toolkit called AI Fairness 360 that utilizes statistical measures and others tools and techniques. More details available in the paper [here](https://arxiv.org/pdf/1810.01943.pdf). The API is available [here](https://aif360.readthedocs.io/en/latest/).
27+
[AI Fairness 360: An Extensible Toolkit for Detecting, Understanding, and Mitigating Unwanted Algorithmic Bias](https://arxiv.org/pdf/1810.01943.pdf). The AI Fairness 360 API is available [here](https://aif360.mybluemix.net/) and the documentation is available [here](https://aif360.readthedocs.io/en/latest/).
2828

2929
[The Seductive Diversion of ‘Solving’ Bias in Artificial Intelligence](https://medium.com/s/story/the-seductive-diversion-of-solving-bias-in-artificial-intelligence-890df5e5ef53)
3030

31-
An interesting Wired article by Joi Ito on definitions and measures of algorithmic fairness in relation to social/moral contexts, available [here.](https://www.wired.com/story/ideas-joi-ito-insurance-algorithms/amp)
31+
[Supposedly ‘Fair’ Algorithms Can Perpetuate Discrimination](https://www.wired.com/story/ideas-joi-ito-insurance-algorithms/amp)
3232

3333
## Opennness
3434

@@ -87,28 +87,29 @@ Insights from the Social Sciences](https://arxiv.org/pdf/1706.07269.pdf)
8787

8888
[What worries me about AI](https://medium.com/@francois.chollet/what-worries-me-about-ai-ed9df072b704) by Francois Chollet.
8989

90-
[Interaction is the key to machine learning applications](http://web.media.mit.edu/~lieber/Lieberary/AI/Interaction-Is/Interaction-Is.html) by Henry Lieberman
90+
[Interaction is the key to machine learning applications](https://web.media.mit.edu/~lieber/Lieberary/AI/Interaction-Is/Interaction-Is.html) by Henry Lieberman
9191

9292
[IEEE 2018 workshop on **Machine Learning from User Interaction for Visualization and Analytics](https://learningfromusersworkshop.github.io).
9393

94-
[Artificial Intelligence and Ethics](http://harvardmagazine.com/2019/01/artificial-intelligence-limitations).
94+
[Artificial Intelligence and Ethics](https://harvardmagazine.com/2019/01/artificial-intelligence-limitations).
9595

9696
[Responsible AI Practices](https://ai.google/education/responsible-ai-practices) by Google AI
9797

98-
[Advancing Both A.I. and Privacy Is Not a Zero-Sum Game](http://fortune.com/2018/12/27/ai-privacy-innovation-machine-learning/)
98+
[Advancing Both A.I. and Privacy Is Not a Zero-Sum Game](https://fortune.com/2018/12/27/ai-privacy-innovation-machine-learning/)
9999

100100
## Other resources
101101

102102
### Adversarial Attacks
103103

104-
- “Adversarial Examples: Attacks and Defenses for Deep Learning”: https://arxiv.org/pdf/1712.07107.pdf
104+
- [“Adversarial Examples: Attacks and Defenses for Deep Learning”](https://arxiv.org/pdf/1712.07107.pdf)
105105

106-
- OpenAI’s blog post: https://blog.openai.com/adversarial-example-research/
106+
- [OpenAI’s blog post on Adversarial Examples](https://blog.openai.com/adversarial-example-research/)
107107

108-
- Berkeley’s blog post: https://ml.berkeley.edu/blog/2018/01/10/adversarial-examples/
108+
- [Berkeley’s blog post](https://ml.berkeley.edu/blog/2018/01/10/adversarial-examples/)
109109

110110
### Bayesian Networks
111111

112-
- “Uncertainty and Bayesian Networks”: http://www1.se.cuhk.edu.hk/~hcheng/seg4560/tuto/tutorial03.pdf
113-
- “A Tutorial on Learning With Bayesian Networks”: http://www.cis.upenn.edu/~mkearns/papers/barbados/heckerman.pdf
114-
- [The Book of Why: The New Science of Cause and Effect](https://www.amazon.com/Book-Why-Science-Cause-Effect/dp/046509760X)
112+
- [“Bayesian networks for decision making under uncertainty: How to combine data, evidence, opinion and
113+
guesstimates to make decisions”](https://rcc.uq.edu.au/filething/get/4349/Bayesian-networks-UQ_Seminar_Nov2016.pdf)
114+
- [“A Tutorial on Learning With Bayesian Networks”](https://www.cis.upenn.edu/~mkearns/papers/barbados/heckerman.pdf)
115+
- [The Book of Why: The New Science of Cause and Effect](https://www.amazon.com/Book-Why-Science-Cause-Effect/dp/046509760X)

0 commit comments

Comments
 (0)