AAISM · Question #188
AI developers often find deep learning systems difficult to explain PRIMARILY because:
The correct answer is B. Neural network architectures include statistical methods not fully understood. Deep learning models are composed of many layers of artificial neurons, each applying complex, non-linear statistical transformations (weights, activation functions, backpropagation updates) to inputs. The emergent representations formed across these layers are not intuitively in
Question
AI developers often find deep learning systems difficult to explain PRIMARILY because:
Options
- AKnowledge dynamically changes without logs
- BNeural network architectures include statistical methods not fully understood
- CAlgorithms rely on probability theories
- DTraining data is spread across public domains
How the community answered
(49 responses)- A8% (4)
- B86% (42)
- C4% (2)
- D2% (1)
Explanation
Deep learning models are composed of many layers of artificial neurons, each applying complex, non-linear statistical transformations (weights, activation functions, backpropagation updates) to inputs. The emergent representations formed across these layers are not intuitively interpretable - even the engineers who built the architecture cannot fully trace why a specific input produced a specific output. This is the core explainability problem, often called the 'black box' problem. The other options are partially true but peripheral: logs do exist, probability theory is well-understood, and training data sources are known - none of these are the primary reason for the lack of explainability.
Topics
Community Discussion
No community discussion yet for this question.