Comprehensive and Detailed Explanation (AWS AI documents):
AWS Responsible AI principles stress the importance of fairness, robustness, and accountability, which begin with the quality of the data used to train models. A responsible dataset should:
Be diverse, representing different populations, environments, and conditions to reduce bias
Be sourced from reputable and appropriate sources, ensuring data quality and ethical use
Have balanced categories, preventing the model from favoring one class over others and reducing the risk of discriminatory outcomes
These characteristics help ensure that the resulting image classification model behaves fairly, performs reliably across groups, and aligns with AWS Responsible AI best practices.
Why the other options are incorrect:
B focuses on dataset size rather than quality, balance, or representativeness.
C increases the risk of bias and poor generalization.
D limits diversity and does not inherently ensure fairness or accountability.
AWS AI Study Guide References:
AWS Responsible AI principles: fairness and data quality
AWS guidance on dataset selection and preparation for responsible ML
Submit