1. Russell
S. J.
& Norvig
P. (2020). Artificial Intelligence: A Modern Approach (4th ed.). Pearson. Chapter 1 discusses the limitations of the knowledge-based approach
noting the "knowledge acquisition problem" where articulating rules is difficult. It contrasts this with machine learning
which can learn from data
providing a more robust
adaptable
and scalable alternative for complex tasks (pp. 16-21).
2. Jordan
M. I.
& Mitchell
T. M. (2015). Machine learning: Trends
perspectives
and prospects. Science
349(6245)
255-260. The article highlights that ML excels in domains with plentiful
evolving data and problems "too complex for humans to program directly
" which supports the claims of improved scalability (C)
precision (B)
and adaptability (A) over static
rule-based methods (p. 255). https://doi.org/10.1126/science.aaa8415
3. Stanford University. (n.d.). CS229: Machine Learning - Course Notes. Introductory materials for the course motivate the need for machine learning by using examples like spam filtering
where manually writing rules is ineffective and fails to adapt to new tactics. A learning algorithm
in contrast
can adapt automatically
directly supporting the principles of dynamic decision-making and improved performance on evolving data.