NTU 课程笔记:self-supervised learning
生活随笔
收集整理的這篇文章主要介紹了
NTU 课程笔记:self-supervised learning
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1 為什么需要 self-supervision?
- 為每個新的任務都創建一個新的數據集,開銷是很大的
- 有些領域標注是很稀缺的(比如醫療領域)
- 有些領域 數據集太大,來不及標注
- self-supervision 很像嬰兒學習的方式
2 什么是self-supervison
- A form of unsupervised learning where the data provides the supervision(用數據本身創造label)
- In general, withhold some part of the data, and task the network with predicting it
- The task defines a proxy loss, and the network is forced to learn what we really care about, e.g. a semantic representation, in order to solve it(proxy loss~~text loss)
總結
以上是生活随笔為你收集整理的NTU 课程笔记:self-supervised learning的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MAS 714总复习
- 下一篇: python 笔记 haversine