Viewing a single comment thread. View all comments

_eXpose t1_itbj6ho wrote

What is the difference between self-supervised learning and active learning?

Are they somehow related or two completely different areas?

1

fr4nl4u t1_itfkbcw wrote

Active learning is when the input of a labeler is asked during training to optimally deal with the model uncertainty. This approach is part of the general semi supervised tasks as it suggest to label iteratively a minimal number of new examples to train a model.

1