Which statement most accurately describes the relationship between artificial intelligence, machine learning, and deep learning?
- AThey are three independent and equally broad disciplines that overlap only in their use of statistical methods
- BArtificial intelligence is the broadest field; machine learning is a subset of AI that learns from data; deep learning is a subset of machine learning that uses multi-layer neural networks Correct
- CDeep learning is the broadest category, with machine learning and artificial intelligence as progressively narrower specialisations within it
- DMachine learning and deep learning are parallel branches of artificial intelligence that share no techniques or tools
Why A is wrong: This contradicts the established nesting relationship. ML is a proper subset of AI, and DL is a proper subset of ML; they are not three co-equal, independent disciplines.
Why B is correct: This describes the canonical concentric-circles model: AI encompasses all techniques that exhibit human-like reasoning, ML refines that to data-driven learning, and DL further specialises to neural networks with multiple hidden layers.
Why C is wrong: This inverts the correct hierarchy. Deep learning is the narrowest and most specialised of the three; it sits inside machine learning, which in turn sits inside artificial intelligence.
Why D is wrong: Deep learning is a subset of machine learning, not a parallel branch. They share training data, gradient-based optimisation, and evaluation practices, so the claim that they share no techniques is incorrect.