Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A definitive textbook covering the mathematical and conceptual foundations of deep learning, including detailed sections on feedforward neural networks, layers, and activation functions.
Keras layers API: tf.keras.layers.Dense, TensorFlow Developers, 2024 (TensorFlow) - Official documentation for the Dense (fully-connected) layer in Keras, demonstrating its parameters and usage for building neural network architectures.