Question 14
Domain 1 — AI Concepts, Terminology, and Use CasesMachine Learning for Business Enablement Course: What is the primary function of a neural network in machine learning?
Correct answer: A
Explanation
A neural network is designed to model how the human brain processes information by using interconnected nodes that learn patterns from data. In machine learning, this structure helps it recognize relationships and make predictions, which is why its primary function is to "mimic the human brain in processing information."
Why each option is right or wrong
A. To mimic the human brain in processing information
Neural networks are defined as computational models built from interconnected “neurons” arranged in layers, intended to approximate the way biological neurons process and transmit signals. In machine learning, their core purpose is to learn patterns from input data through weighted connections and activation functions, which is why the option describing brain-like information processing matches the standard definition used in the field.
B. To generate random predictions for datasets
C. To store large amounts of data for analysis
D. To replace traditional databases in machine learning systems