当前位置:网站首页>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
边栏推荐
- 多进程编程(一):基本概念
- Some introduction and precautions about XML
- Two common methods and steps of character device registration
- Briefly talk about other uses of operation and maintenance monitoring
- Helm basic learning
- Basic use of shell script
- 简单聊聊运维监控的其他用途
- Wechat applet obtains the information of an element (height, width, etc.) and converts PX to rpx.
- 1.11 - 总线
- [shutter] image component (the placeholder | transparent_image transparent image plug-in is loaded into the memory)
猜你喜欢
Hundreds of continuous innovation to create free low code office tools
Solution to the problem of abnormal display of PDF exported Chinese documents of confluence
Rust字符串切片、结构体和枚举类
Shell脚本基本使用
如何系统学习机器学习
Basic use of shell script
文件操作IO-Part2
详解用OpenCV的轮廓检测函数findContours()得到的轮廓拓扑结构(hiararchy)矩阵的意义、以及怎样用轮廓拓扑结构矩阵绘制轮廓拓扑结构图
Sentry developer contribution Guide - configure pycharm
logback配置文件
随机推荐
1.11 - bus
[jetcache] jetcache configuration description and annotation attribute description
MySQL 23道经典面试吊打面试官
pod生命周期详解
[Chongqing Guangdong education] audio visual language reference materials of Xinyang Normal University
Briefly talk about other uses of operation and maintenance monitoring
Two common methods and steps of character device registration
【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
线程的启动与优先级
Basic use of shell script
Nc50528 sliding window
Markdown使用教程
Solution to the problem of abnormal display of PDF exported Chinese documents of confluence
Rust所有权(非常重要)
Tensorflow 2.x(keras)源码详解之第十五章:迁移学习与微调
[IELTS reading] Wang Xiwei reading P2 (reading fill in the blank)
setInterval定时器在ie不生效原因之一:回调的是箭头函数
在线预览Word文档
1.12 - Instructions
LeedCode1480.一维数组的动态和