AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

This technique addresses privacy regulations like GDPR’s ‘right to be forgotten’ by allowing models to forget specific user data while retaining general knowledge. It aims to approximate the performance of a model that was never trained on the excluded data. Methods range from exact removal algorithms to approximate gradient-based updates, ensuring compliance and security without the prohibitive computational costs associated with full model retraining.

Summary

Machine unlearning is the process of removing specific data points or their influence from a trained model without retraining it from scratch.

Key Concepts

Use Cases