AWS AI Practitioner
A company wants to classify images of different objects based on custom features extracted from a dataset. Which solution will meet this requirement with the LEAST development effort?
A
Use traditional ML algorithms with custom features extracted from the dataset.
B
Use a pre-trained deep learning model. Fine-tune the model on the dataset.
✓ Correcta
C
Use a generative adversarial network (GAN) model to classify the images.
D
Use a support vector machine (SVM) with manually engineered features for classification.