image classification#
We consider the image classification AI problem to encompass training models that infer which label (from a predefined set) best applies to a given image.
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. |