self-learning

逐次迭代,
Repeat:

  1. train model f*from labelled set
  2. Apply f*to the unlabeled date set.(get Pseudo-label)
  3. add a set of unlabeled data to labelled data。jump to 1.

Hard Label V.S. Soft Label

极大似然估计(Maxmize likelihood)

Entropy-based Regularization

没太听懂
Semi-SVM
semi-supervising
Smoothness Assumption
x1与x2之间有high density region
semi-supervising
example:

Cluster(簇) and then Label

semi-supervising

Graph-based Approach

K Nearest Neighbor
semi-supervising

相关文章:

  • 2021-07-10
  • 2021-10-02
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2021-06-25
  • 2021-07-18
猜你喜欢
  • 2021-12-29
  • 2021-12-05
  • 2021-07-05
  • 2021-10-22
  • 2021-07-02
  • 2021-09-21
  • 2021-12-04
相关资源
相似解决方案