Дифференциальная приватность — это privacy-preserving framework, ограничивающий то, что можно вывести о любом отдельном человеке из результата вычисления или модели. Обычно он использует методы вроде sampling и контролируемого добавления шума, чтобы снизить риск раскрытия чувствительных обучающих или аналитических данных.
In machine learning, an anonymization approach to protect any sensitive data (for example, an individual's personal information) included in a model's training set from being exposed. This approach ensures that the model doesn't learn or remember much about a specific individual. This is accomplished by sampling and adding noise during model training to obscure individual data points, mitigating the risk of exposing sensitive training data. Differential privacy is also used outside of machine learning. For example, data scientists sometimes use differential privacy to protect individual privacy when computing product usage statistics for different demographics.