- 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
推薦閱讀
- TestStand工業自動化測試管理(典藏版)
- Getting Started with Containerization
- 圖形圖像處理(Photoshop)
- 圖解PLC控制系統梯形圖和語句表
- Learning Apache Cassandra(Second Edition)
- 數控銑削(加工中心)編程與加工
- 群體智能與數據挖掘
- 深度學習中的圖像分類與對抗技術
- Mastering Elastic Stack
- Visual Basic從初學到精通
- 讓每張照片都成為佳作的Photoshop后期技法
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- Deep Reinforcement Learning Hands-On
- Hands-On Data Warehousing with Azure Data Factory
- TensorFlow Deep Learning Projects