Editing
AI Ethics and Algorithmic Power
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Fairness Audit' (Calculating 'Disparate Impact' in Hiring AI):''' <syntaxhighlight lang="python"> def check_algorithmic_bias(selection_rate_group_a, selection_rate_group_b): """ Shows if an AI is 'Unfair' based on the 4/5ths Rule. """ ratio = selection_rate_group_a / selection_rate_group_b if ratio < 0.8: return f"AUDIT: FAILED. (Selection Ratio: {round(ratio, 2)}. Evidence of 'Disparate Impact' against Group A)." else: return "AUDIT: PASSED. (No significant evidence of bias)." # Case: AI hires 40% of Men but only 20% of Women print(check_algorithmic_bias(20, 40)) </syntaxhighlight> ; Ethical Landmarks : '''The 'Asilomar AI Principles' (2017)''' β A "List" of **23 Guidelines** for "Beneficial AI" signed by "Top Researchers." : '''The 'Right to be Forgotten' ''' β (See Article 594). The "EU Law" that "Allows" individuals to "Delete" their "Data" from "Algorithms." : '''Stop Killer Robots''' β A "Global Campaign" to "Ban" **"Lethal Autonomous Weapons"** "Before" they are "Deployed." : '''The 'Montreal Declaration' ''' β A "Charter" for "Human-Centric AI" "Based" on "Justice," "Well-being," and "Democracy." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information