当前位置:网站首页>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
边栏推荐
- Leetcode 294. Flip game II (game theory)
- 【luogu P4320】道路相遇(圆方树)
- NC17059 队列Q
- [IELTS reading] Wang Xiwei reading P1 (reading judgment question)
- Sentry developer contribution Guide - configure pycharm
- node_ Modules cannot be deleted
- NC24325 [USACO 2012 Mar S]Flowerpot
- 奥斯陆大学:Li Meng | 基于Swin-Transformer的深度强化学习
- FAQ | FAQ for building applications for large screen devices
- Cordova plugin device obtains the device information plug-in, which causes Huawei to fail the audit
猜你喜欢

The "2022 China Digital Office Market Research Report" can be downloaded to explain the 176.8 billion yuan market in detail

Two common methods and steps of character device registration

Markdown tutorial

Linux Software: how to install redis service

【AutoSAR 六 描述文件】

Detailed explanation of pod life cycle

Use Jenkins II job

Solution to the problem of abnormal display of PDF exported Chinese documents of confluence

Shell implements basic file operations (cutting, sorting, and de duplication)

Is there a free text to speech tool to help recommend?
随机推荐
The most painful programming problem in 2021, adventure of code 2021 Day24
Nc50528 sliding window
微信小程序获取某个元素的信息(高、宽等),并将px转换为rpx。
Kubernetes simple introduction to writing YML
Overlay of shutter (Pop-Up)
node_ Modules cannot be deleted
v8
【AutoSAR 七 工具链简介】
Confluence的PDF导出中文文档异常显示问题解决
简单聊聊运维监控的其他用途
[shutter] image component (image component introduction | image constructor | image.network constructor | image.asset constructor)
[MCU project training] eight way answering machine
Rust ownership (very important)
【AutoSAR 六 描述文件】
NC24325 [USACO 2012 Mar S]Flowerpot
2022中国3D视觉企业(引导定位、分拣场景)厂商名单
An excellent orm in dotnet circle -- FreeSQL
多进程编程(三):消息队列
【Pulsar文档】概念和架构/Concepts and Architecture
University of Oslo: Li Meng | deep reinforcement learning based on swing transformer