1. Goodfellow
I.
Bengio
Y.
& Courville
A. (2016). Deep Learning. MIT Press. In Chapter 1
"Introduction
" the authors state
"The field of deep learning was inspired by models of brain function... The core idea of deep learning is to build computational models that are composed of multiple processing layers that learn representations of data with multiple levels of abstraction
mimicking how the brain perceives and understands the world." (p. 1-2).
2. Jain
A. K.
Mao
J.
& Mohiuddin
K. M. (1996). Artificial neural networks: A tutorial. Computer
29(3)
31-44. The paper defines ANNs as systems "which are intended to interact with the objects of the real world in the same way as biological nervous systems do." (p. 32). https://doi.org/10.1109/2.485891
3. Stanford University. (n.d.). CS231n: Deep Learning for Computer Vision. Course Notes
Module 1: Neural Networks. The notes describe neural networks as being "originally motivated by the goal of modeling biological neural systems
but have since diverged and become an engineering approach to machine learning." This highlights the foundational goal of emulating biological intelligence.