@@ -558,8 +558,33 @@ Continue to [Chapter 15: Model Saving & Loading](15-model-saving.md) to learn ab
558558- ✅ Use different learning rates for different parts
559559- ✅ Always normalize inputs correctly for pre-trained models
560560
561- ---
561+ ## Recommended Reads
562+
563+ ???+ "📚 Official Documentation"
564+ 1. [ Transfer Learning Tutorial] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - Complete transfer learning guide
565+ 2. [ torchvision.models] ( https://pytorch.org/vision/stable/models.html ) - Pre-trained models
566+ 3. [ Model Zoo] ( https://pytorch.org/vision/stable/models.html ) - Available models
567+ 4. [ Fine-Tuning Guide] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - Fine-tuning strategies
568+
569+ ???+ "📖 Essential Articles"
570+ 1. [ Transfer Learning Explained] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - Transfer learning concepts
571+ 2. [ Feature Extraction vs Fine-Tuning] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - When to use each
572+ 3. [ Progressive Unfreezing] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - Advanced techniques
573+ 4. [ Domain Adaptation] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - Adapting to new domains
574+
575+ ???+ "🎓 Learning Resources"
576+ 1. [ Computer Vision Transfer Learning] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - CV examples
577+ 2. [ NLP Transfer Learning] ( https://huggingface.co/transformers/ ) - Hugging Face transformers
578+ 3. [ Transfer Learning Best Practices] ( https://pytorch.org/tutorials/recipes/recipes/tuning_guide.html ) - Optimization tips
579+
580+ ???+ "💡 Best Practices"
581+ 1. [ Learning Rate Selection] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - Choosing LRs for fine-tuning
582+ 2. [ Freezing Layers] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html ) - When to freeze
583+ 3. [ Data Augmentation] ( https://pytorch.org/vision/stable/transforms.html ) - Augmentation for transfer learning
584+
585+ ???+ "🔬 Research Papers"
586+ 1. [ How transferable are features in deep neural networks?] ( https://arxiv.org/abs/1411.1792 ) - Transfer learning analysis
587+ 2. [ Rethinking ImageNet Pre-training] ( https://arxiv.org/abs/1811.08883 ) - Pre-training effectiveness
588+ 3. [ BERT: Pre-training of Deep Bidirectional Transformers] ( https://arxiv.org/abs/1810.04805 ) - NLP transfer learning
562589
563- ** Reference:**
564- - [ Transfer Learning Tutorial] ( https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html )
565- - [ torchvision.models] ( https://pytorch.org/vision/stable/models.html )
590+ ---
0 commit comments