An orchard desk has still photos of leaf spots, a river desk has hourly gauge readings, and a permits desk has long statutes whose early clause changes a later one. Which deep-learning families match those data shapes?
Select an answer to reveal the explanation.
Short Explanation
Still photos of leaf spots want convolutional nets. Hourly gauge readings want recurrent nets. Long statutes whose early clause changes a later one want transformers. Match the family to the data shape; do not reverse them or turn this into a training-job tune-up.
Full Explanation
CNNs fit image-shaped data, RNNs fit sequences, and transformers handle long-range dependencies, including vision transformers for images. Reversing the families, ignoring data shape, or turning the item into an implementation task is out of tester awareness.