Possible/maybe category in deep learning

后端 未结 3 1404
孤街浪徒
孤街浪徒 2021-01-06 02:08

I\'m interested in taking advantage of some partially labeled data that I have in a deep learning task. I\'m using a fully convolutional approach, not sampling patches from

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-06 02:44

    You could treat this as a semi-supervised problem. Use the full dataset without labels to train a bottleneck autoencoder structure (or a GAN approach). This pretrained model can then be adjusted (e.g. removing the last layers, adding a better layer structure at the end on top of the bottleneck features) and finetuned on the labeled data.

提交回复
热议问题