Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Artificial Intelligence › Responsible AI
Anonymization
concept · part of Responsible AI
Techniques like data masking, pseudonymization, and differential privacy applied to PII before training.
Inside Anonymization (4)
- Data masking — A technique that alters data to hide original content while preserving usability for testing or development.
- k-anonymity — An anonymization technique that ensures each individual's data cannot be distinguished from at least k-1 others.
- l-diversity — An anonymization technique that ensures sensitive attributes have at least l distinct values within each equivalence class.
- t-closeness — An anonymization technique that ensures the distribution of a sensitive attribute in any equivalence class is close to its global distribution.
Connections
- Uses Encryption
- Alternative to Data masking
- Related to Data masking
- Related to k-anonymity
- Related to l-diversity
- Related to t-closeness
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.