如果用一句話來概括遷移學習,那務必就是: 為了偷懶, 在訓練好了的模型上接著訓練其他內容,充分使用原模型的理解力。有時候也是為了避免再次花費特別長的時間重複訓練大型模型。 Code: https://github.com/MorvanZhou/Tensorflow-Tutorial 詳細的文字教程: htt...
來源:https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/5-16-transfer-learning/