- Learning with Different Output Space
- Binary classification:
- Multiclass classification:
.
- Regression:
. (Or Bound Regression
).
- Structured learning:
.
- Binary classification:
- Learning with Different Data Lable
.
- Supervised: all
.
- Unsupervised: no
.
- clustering. (discrete).
- density estimation. (continuous).
- outlier detection.
- Semi-supervised: part
:
- expensive to label all the data
- Reinforcement:
- learning with partial/implicit information.
- Supervised: all
- Learning with Different Protocol
- batch: all known data
- online: sequential (passive) data
- Improve model while taking data
- active: strategically-observed data
- Learn to ask a question. For example, ask when the confidence is low.
- Learning with Different input Space
- concrete: sophisticated and related physical meaning
- raw: simple physical meaning
- abstract: no or little physical meaning
Leave a comment