Exploring Pre-Trained Neural Networks for Feature Extraction
Introduction In this article, I will explore a common practice in representation learning—using the frozen states of pre-trained neural networks as feature extractors. Specifically, I am interested in comparing the performance of simple models trained using these extracted neural network features with that of fine-tuned neural networks initialized with transfer learning. The intended audience is … Read more