There are labeled customer records and unlabeled usage logs.
Choose the learning method for each goal.
Choose two descriptions.
Supervised learning uses labeled targets for prediction, while unsupervised learning explores structure without labels.
Detailed explanation
It learns a mapping from inputs to targets.
It learns a mapping from inputs to targets.
They explore hidden structure.
They explore hidden structure.
Labels are not assumed.
Labels are not assumed.
It can predict continuous values.
It can predict continuous values.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 1.1の教師あり学習、教師なし学習、分類、回帰を確認する。Expected result
ラベルの有無と予測・構造探索の目的から学習方法を説明できる。Key points
- Supervised
- Unsupervised
- Regression
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.