Unlearning, S4TF and Model Search
Articles
Learning is great, but how do you unlearn? This article explains how to unlearn certain pieces of data after you train a machine learning model. This is an interesting research area as the models get bigger and bigger and has more capabilities to “memoize” the data through the layers. The code is based on PyTorch and available in here. The paper…