- Deep Learning By Example
- Ahmed Menshawy
- 160字
- 2021-06-24 18:52:39
Semi-supervised learning
Semi-supervised learning is a type of learning that sits in between supervised and unsupervised learning, where you have got training examples with input variables (X), but only some of them are labeled/tagged with the output variable (Y).
A good example of this type of learning is Flickr (https://www.flickr.com/), where you have got lots of images uploaded by users but only some of them are labeled (such as sunset, ocean, and dog) and the rest are unlabeled.
To solve the tasks that fall into this type of learning, you can use one of the following or a combination of them:
- Supervised learning: Learn/train the learning algorithm to give predictions about the unlabeled data and then feed the entire training samples back to learn from it and predict the unseen data
- Unsupervised learning: Use the unsupervised learning algorithms to learn the underlying structure of the explanatory features or the input variables as if you don't have any tagged training samples
推薦閱讀
- Deep Learning Quick Reference
- Mastercam 2017數控加工自動編程經典實例(第4版)
- Dreamweaver CS3網頁制作融會貫通
- 自動檢測與轉換技術
- 流處理器研究與設計
- 數據庫原理與應用技術
- PyTorch Deep Learning Hands-On
- Splunk Operational Intelligence Cookbook
- 樂高機器人—槍械武器庫
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 筆記本電腦維修90個精選實例
- 從零開始學PHP
- Linux Shell編程從初學到精通
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- 從實踐中學嵌入式Linux操作系統