0
0
ML Pythonml~5 mins

Privacy considerations in ML Python - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is data privacy in machine learning?
Data privacy means protecting personal or sensitive information used in machine learning so it is not exposed or misused.
Click to reveal answer
beginner
Why is privacy important when training machine learning models?
Privacy is important to keep individuals' data safe, avoid legal issues, and build trust with users.
Click to reveal answer
intermediate
What is differential privacy?
Differential privacy is a technique that adds noise to data or results to protect individual information while still allowing useful analysis.
Click to reveal answer
beginner
Name one common risk to privacy in machine learning.
One common risk is data leakage, where sensitive information can be unintentionally revealed through model outputs or training data exposure.
Click to reveal answer
beginner
How can anonymization help with privacy?
Anonymization removes or masks personal identifiers in data so individuals cannot be easily recognized.
Click to reveal answer
What does differential privacy do to protect data?
AAdds noise to data or results
BDeletes all data after training
CShares data only with trusted users
DEncrypts data during training
Which of these is a privacy risk in machine learning?
AModel accuracy
BData leakage
CFaster training
DData normalization
Why should personal data be anonymized before training?
ATo increase data size
BTo improve model speed
CTo reduce model complexity
DTo prevent identifying individuals
Which law often requires privacy protection for personal data?
AGDPR
BHTTP
CHTML
DCSS
What is a simple way to protect privacy in datasets?
ATrain longer
BAdd more features
CRemove names and IDs
DUse bigger models
Explain why privacy is important in machine learning and name two ways to protect it.
Think about protecting personal data and techniques to keep it safe.
You got /3 concepts.
    Describe what data leakage is and how it can affect privacy in machine learning.
    Consider how sensitive info might be revealed unintentionally.
    You got /3 concepts.