A food-bank inventory app has thousands of photographed shelf labels, and nobody wants to hand-list traits such as font size or glare. Which type of AI is designed to learn features automatically from that kind of large, complex input?
Select an answer to reveal the explanation.
Short Explanation
Imagine teaching a sorter by showing piles of photos instead of writing a checklist of glare and fonts. Deep learning uses neural networks to learn those features from large messy inputs. It is not a rule book, a hand-picked feature table, or a content writer.
Full Explanation
Deep learning applies neural networks so features are learned from complex data such as images, audio, or text rather than listed by hand. That matches the food-bank shelf-label problem where manual feature engineering would be impractical. Classical ML still expects chosen features; symbolic AI uses explicit rules; generative AI creates new content. Recognizing automatic feature learning keeps deep learning in its syllabus place next to the other three types.