Fine-tuning vs. Feature Extraction: Advanced Considerations
Was this section helpful?
How transferable are features in deep neural networks?, Jason Yosinski, Jeff Clune, Yoshua Bengio, Hod Lipson, 2014Advances in Neural Information Processing Systems (NeurIPS) 27 (NIPS Foundation)DOI: 10.48550/arXiv.1411.1792 - A foundational paper that empirically investigates the transferability of features across different layers of deep neural networks, providing insights into layer freezing strategies.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive textbook offering theoretical and practical coverage of deep learning, including sections on transfer learning, fine-tuning, and feature extraction.
Transfer Learning (CS231n: Deep Learning for Computer Vision), Stanford University, 2022 - Official course notes providing an accessible guide to various transfer learning strategies, practical considerations, and experimental recommendations for computer vision tasks.