当前位置:网站首页>Tensorflow 2. Chapter 15 of X (keras) source code explanation: migration learning and fine tuning
Tensorflow 2. Chapter 15 of X (keras) source code explanation: migration learning and fine tuning
2022-07-03 00:41:00 【Programming meow】
List of articles
- 1. Transfer learning and fine tuning
- 2. understand `trainable` characteristic
- 3. keras Implement a typical migration learning workflow
- 4. fine-tuning
- 5. Use custom training cycles for transfer learning and fine tuning
- 6. An end-to-end instance : be based on Dogs vs. Cats Dataset fine tuning image classification model
1. Transfer learning and fine tuning
- The migration study Including acquiring features learned from a problem , Then apply these features to new similar problems . for example , Features from models that have learned to recognize raccoons may be useful for building models designed to recognize civet cats . For the task that there is too little data in the data set to train the complete model from scratch , Transfer learning is usually performed .
- In the context of deep learning , The most common forms of transfer learning are the following :
- from Before Get from the training model layer .
- frozen These layers , To avoid destroying any information they contain in subsequent training rounds .
- In already Add some new trainable layers to the top of the frozen layer . These layers learn to transform old features into predictions for new data sets .
- On the dataset fine-tuning , Including thawing the whole model obtained above ( Or part of the model ), Then retrain the model with a very low learning rate on the new data . Adapt the pre training features to the new data in an incremental way
边栏推荐
猜你喜欢

多进程编程(一):基本概念

Multiprocess programming (II): Pipeline

kubernetes资源对象介绍及常用命令(五)-(NFS&PV&PVC)

Basic use of shell script

Introduction and use of ftrace tool

FAQ | FAQ for building applications for large screen devices

2022上半年值得被看见的10条文案,每一句都能带给你力量!

How SQLSEVER removes data with duplicate IDS

Shell 实现文件基本操作(sed-编辑、awk-匹配)

Bigder: how to deal with the bugs found in the 32/100 test if they are not bugs
随机推荐
setInterval定时器在ie不生效原因之一:回调的是箭头函数
百度智能云牵头打造智能云综合标准化平台
MySQL 23 classic interview hanging interviewer
Rust ownership (very important)
[jetcache] jetcache configuration description and annotation attribute description
关于Unity屏幕相关Screen的练习题目,Unity内部环绕某点做运动
Array de duplication
University of Toronto: Anthony coach | the conditions of deep reinforcement learning can induce dynamic risk measurement
About the practice topic of screen related to unity screen, unity moves around a certain point inside
【luogu P4320】道路相遇(圆方树)
【AutoSAR 七 工具链简介】
[shutter] image component (load network pictures | load static pictures | load local pictures | path | provider plug-in)
多进程编程(一):基本概念
【AutoSAR 五 方法论】
node_modules删不掉
为什么网站打开速度慢?
NC50528 滑动窗口
【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
Shell 实现文件基本操作(sed-编辑、awk-匹配)
1.11 - 总线