Flux.jl Documentation, The Flux.jl Developers, 2025 - Official documentation for Flux.jl, detailing its architecture, layers, and how it integrates with Julia's array system for tensor representation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook providing a comprehensive understanding of deep learning concepts, including tensors, various layer types, and activation functions.
Multi-dimensional Arrays, The Julia Language Developers, 2024 - The official Julia documentation section explaining multi-dimensional arrays, which form the basis for tensors in Flux.jl.