1. LeCun
Y.
Bengio
Y.
& Hinton
G. (2015). Deep learning. Nature
521(7553)
436–444.
Page 436
Column 1
Paragraph 2: "Deep learning allows computational models that are composed of multiple processing layers to learn representations of data with multiple levels of abstraction." These "multiple processing layers" are the hidden layers that constitute the model's depth.
DOI: https://doi.org/10.1038/nature14539
2. Goodfellow
I.
Bengio
Y.
& Courville
A. (2016). Deep Learning. MIT Press.
Chapter 6
Deep Feedforward Networks
Section 6.4
Page 195: The text defines deep models by their depth
stating
"The core idea of deep learning is that we can learn a deep model by introducing more layers... In this book
we use the term 'deep learning' to refer to the study of deep models." This directly links the concept of "deep" to the number of layers (specifically
hidden layers).
3. Stanford University. (n.d.). CS231n: Convolutional Neural Networks for Visual Recognition
Course Notes.
Module 1: Neural Networks Part 1: Setting up the Architecture: The notes explain the structure of neural networks
defining the input layer
hidden layer(s)
and output layer. It clarifies that a "deep" network is one with multiple hidden layers
distinguishing it from a "2-layer Net" (one hidden layer). This establishes that hidden layers are the components that create depth.