+ All Categories
Home > Documents > Algorithm Ethics

Algorithm Ethics

Date post: 06-Aug-2015
Category:
Upload: joerg-blumtritt
View: 47 times
Download: 4 times
Share this document with a friend
Popular Tags:
22
ALGORITHM ETHICS 1 Majken Sander, Joerg Blumtritt @majsander @jbenno
Transcript

ALGORITHM ETHICS

1

Majken Sander, Joerg Blumtritt

@majsander @jbenno

2

def eratosthenes(n):multiples = []for i in xrange(2, n+1):

if i not in multiples:print ifor j in xrange(i*i, n+1, i):

multiples.append(j)

Algorithms

3

Ethics

4

Ethics Value Judgments

What you see is… what you expect

8

9

10

‘Most(ly) true’

• no-fly example

11

No flight?

LOGIC AI VS. PROBABILISTIC AI

12

Probabilistic is the new logic

13Algorithmic Information

14

Algorithmic Death

Algorithmic Self

16

Mistakes like a bounced check or a small overdraft have effectively blacklisted more than a million low-income Americans from the mainstream financial system for as long as seven years as a result of little-known private databases that are used by the nation’s major banks.Algorithmic Valuation

17

The Quantified Self

20

22

Majken Sander

@majsander

Joerg Blumtritt

@jbenno


Recommended