How transferable are features in deep neural networks?, Jason Yosinski, Jeff Clune, Yoshua Bengio, Hod Lipson, 2014Advances in Neural Information Processing Systems 27 (NIPS 2014), Vol. 27 (Neural Information Processing Systems Foundation, Inc.) - Foundational paper demonstrating the transferability of features learned by deep convolutional neural networks, a core principle behind pre-trained models.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Comprehensive textbook covering theoretical and practical aspects of deep learning, including sections on transfer learning and pre-trained models.
Metalhead.jl Documentation, The Julia Flux Community, 2025 - Official documentation for Metalhead.jl, providing details on available pre-trained models, usage, and examples for computer vision tasks in Julia.
Flux.jl Documentation, The Julia Flux Community, 2025 - Official documentation for Flux.jl, the underlying deep learning framework in Julia, essential for understanding model construction, training loops, and utilities like freeze!.