CDPSE · Question #435
Which of the following is the BEST way for an organization to address privacy concerns when deploying machine learning (ML) models?
The correct answer is A. Employing differential privacy techniques during model training. Differential privacy adds statistical noise during model training to prevent the disclosure of individual data points. This ensures the ML model can learn from data while preserving privacy, making it the best way to address privacy concerns in ML deployments.
Question
Which of the following is the BEST way for an organization to address privacy concerns when deploying machine learning (ML) models?
Options
- AEmploying differential privacy techniques during model training
- BImplementing access controls based on user roles
- CConducting regular Internet of Things (IoT) device firmware updates
- DUsing public cloud solutions for model hosting
How the community answered
(29 responses)- A72% (21)
- B7% (2)
- C7% (2)
- D14% (4)
Explanation
Differential privacy adds statistical noise during model training to prevent the disclosure of individual data points. This ensures the ML model can learn from data while preserving privacy, making it the best way to address privacy concerns in ML deployments.
Topics
Community Discussion
No community discussion yet for this question.