image classification#
We consider the image classification AI problem to encompass models that infer which label (from a predefined set) best applies to a given image.
primitives#
Role alias for model/dataset input in the image-classification protocol family. |
|
Role alias for model/dataset target in the image-classification protocol family. |
|
Role alias for datum-level metadata in image-classification protocol signatures. |
|
Semantic alias for a single image datum. |
|
Semantic alias for a single classification target/prediction vector. |
|
Semantic alias for per-datum metadata in image-classification tasks. |
components#
|
An augmentation protocol for the image classification AI problem. |
|
A dataloader protocol for the image classification AI problem providing batch-level data access. |
|
A dataset protocol for image classification AI problem providing datum-level data access. |
|
A specialization of Dataset protocol (i.e., a subprotocol) that specifies additional accessor methods for getting input, target, and metadata individually. |
|
A metric protocol for the image classification AI problem. |
|
A model protocol for the image classification AI problem. |