A city parks department already uses three tools: a calendar timer that waters planting beds, a model trained on labeled soil-sensor logs to forecast turf stress, and a multi-layer neural network that reads drone canopy photos. A stakeholder says the photo model is generative AI and that AI, machine learning, deep learning, and generative AI are four names for the same thing. Which statement is accurate?
Select an answer to reveal the explanation.
Short Explanation
Think of these names like nesting bowls, not four stickers on the same jar. AI is the big bowl, machine learning sits inside it, and deep learning sits inside that — the drone photo model is a deep learner reading pictures, not a generative model inventing new ones. A watering timer is just a clock with a rule, so calling every layer "the same thing" mixes up the stack.
Full Explanation
Artificial intelligence is the outer field. Machine learning is the subset that learns patterns from data, which is what the labeled sensor model does. Deep learning is the subset of machine learning that uses multi-layer neural networks, which is what the canopy-photo model does; reading photos is not the same as generating new content, so calling that model generative AI treats distinct layers as synonyms. A fixed watering calendar is rules-based automation, not a neural network, and generative AI is not the parent of ML or deep learning.