SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

algorithmic bias
pregiudizio algoritmico
algorithmische Voreingenommenheit
biais algorithmique
Risultato prodotto dall'uso di algoritmi per l'analisi di grandi quantità di dati dovuto a assunzioni errate nel processo di apprendimento automatico.
Unfaire Diskriminierung von bestimmten Gruppen von Menschen, die beim maschinellen Lernen durch den Einsatz von grundsätzlich unvoreingenommenen Algorithmen entstehen kann.
Systematic and repeatable errors in a computer system that create unfair outcomes, such as privileging one arbitrary group of users over others.
2023-05-30T13:50:41.7652220Z
500875
https://www.termdat.bk.admin.ch/entry/500875
Wikipedia, Algorithmic Bias ([Internet, 2022-04-28](https://en.wikipedia.org/wiki/Algorithmic_bias))
Wired, Si può fare a meno del “pregiudizio” degli algoritmi? ([Internet, 2020-10-02](https://www.wired.it/attualita/tech/2020/10/02/pregiudizio-algoritmi/))
Mozilla, Informationen über Mozilla Rally ([Internet, 2022-04-29](https://support.mozilla.org/de/kb/informationen-uber-mozilla-rally))
ZDNet, Repérer les biais algorithmiques de l'IA grâce aux programmes de bug bounty ?, 2021-03-16 ([Internet, 2021-03-16](https://www.zdnet.fr/actualites/reperer-les-biais-algorithmiques-de-l-ia-grace-aux-programmes-de-bug-bounty-39919477.htm))
EXP: algorithmische Vorurteile entstehen durch fehlerhafte Daten und/oder deren Verarbeitung und können die Diskriminierung von bestimmten Personengruppen oder Minderheiten durch intelligente Systeme verursachen wie zum Beispiel die Benachteiligung von Bewerberinnen im Rahmen eines maschinellen Auswahlverfahrens
EXP: bias can emerge from many factors, including but not limited to the design of the algorithm or the unintended or unanticipated use or decisions relating to the way data is coded, collected, selected or used to train the algorithm
Wikipedia, Algorithmic Bias ([Internet, 2022-04-28](https://en.wikipedia.org/wiki/Algorithmic_bias))
nach Lernen wie Maschinen, Was ist algorithmische Voreingenommenheit (Algorithmic Bias)? (([Internet, 2022-05-04](https://www.lernen-wie-maschinen.ai/ki-pedia/was-ist-algorithmische-voreingenommenheit-algorithmic-bias/)))
Wikipedia, Algorithmic Bias ([Internet, 2022-04-28](https://en.wikipedia.org/wiki/Algorithmic_bias))
nach Cassini Consulting, Ansätze zur Überwindung von algorithmischer Voreingenommenheit (([Internet, 2022-05-04](https://www.cassini.de/inspire/algorithmische-voreingenommenheit)))
secondo Università di Milano bicocca, Bias negli algoritmi: come le macchine apprendono i pregiudizi dagli esseri umani ([Internet, 2022-04-29](https://ibicocca.unimib.it/bias-negli-algoritmi-come-le-macchine-apprendono-i-pregiudizi-dagli-esseri-umani/))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
seeAlso algorithmic ethics
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.