1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-31 05:07:41 +01:00

fix: typo mistake 'Fareness' changed to 'Fairness' #8041 (#8043)

Co-authored-by: Arik Chakma <arikchangma@gmail.com>
This commit is contained in:
Anshuman Singh 2025-01-21 21:01:29 +05:30 committed by GitHub
parent e3b56ab716
commit 5a132b6f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 5 deletions

View File

@ -632,10 +632,26 @@
}
]
},
"bias-and-fareness@lhIU0ulpvDAn1Xc3ooYz_.md": {
"title": "Bias and Fareness",
"description": "",
"links": []
"lhIU0ulpvDAn1Xc3ooYz_": {
"title": "Bias and Fairness",
"description": "Bias and fairness in AI refer to the challenges of ensuring that machine learning models do not produce discriminatory or skewed outcomes. Bias can arise from imbalanced training data, flawed assumptions, or biased algorithms, leading to unfair treatment of certain groups based on race, gender, or other factors. Fairness aims to address these issues by developing techniques to detect, mitigate, and prevent biases in AI systems. Ensuring fairness involves improving data diversity, applying fairness constraints during model training, and continuously monitoring models in production to avoid unintended consequences, promoting ethical and equitable AI use.\n\nLearn more from the following resources:",
"links": [
{
"title": "What Do We Do About the Biases in AI?",
"url": "https://hbr.org/2019/10/what-do-we-do-about-the-biases-in-ai",
"type": "article"
},
{
"title": "AI Bias - What Is It and How to Avoid It?",
"url": "https://levity.ai/blog/ai-bias-how-to-avoid",
"type": "article"
},
{
"title": "What about fairness, bias and discrimination?",
"url": "https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/artificial-intelligence/guidance-on-ai-and-data-protection/how-do-we-ensure-fairness-in-ai/what-about-fairness-bias-and-discrimination/",
"type": "article"
}
]
},
"sWBT-j2cRuFqRFYtV_5TK": {
"title": "Security and Privacy Concerns",

File diff suppressed because one or more lines are too long