当前位置:网站首页>Transfer Learning & Kemin Initialization
Transfer Learning & Kemin Initialization
2022-08-10 00:12:00 【weixin_50862344】
Foreword
This chapter is actually something that has not been done before, let's make it up, the two are actually not related
Transfer Learning
The following content is learned from Transfer Learning [Stanford Fall 21: Practical Machine Learning ChineseVersion]
What does transfer learning include?
①feature extraction
②train a model on a relate task and reuse it
③fine-tuning from a pertrained model
fine-tuning
(1) Why use a preserved model?
Conducive to accelerating convergence, may improve accuracy
I used a picture from the class, a bit abstract butThis is the truth
Red pentagram: the optimal solution (good generalization performance)
Blue pentagram: obtained solution (the result obtained with poor generalization performance)
(2)How to avoid
①Limit the training range
Give a training radius, that is, the green circle in the picture above
②Freeze training
In fact, what we really want to train is the last fully connected layer of the entire model, which is randomly initialized at this time
Kamin initialization
边栏推荐
猜你喜欢
随机推荐
Rust 解引用
UNI-APP_监听页面滚动h5监听页面滚动
JuiceFS 在多云存储架构中的应用 | 深势科技分享
2022年中国第三方证券APP创新专题分析
js数组对象去重
【微服务~Nacos】Nacos之配置中心
迅为瑞芯微RK3399开发板设置Buildroot文件系统测试MYSQL允许远程访问
R语言拟合ARIMA模型并使用拟合模型进行预测推理:使用forecast函数计算ARIMA模型未来值(包含时间点、预测值、两个置信区间)
你真的了解乐观锁和悲观锁吗?
工作经验-组件封装(拖拽排序组件)
Jinshanyun earthquake, the epicenter is in bytes?
ArrayList 和 LinkedList 区别
In-depth analysis of Apache EventMesh cloud-native distributed event-driven architecture
深度学习100例 —— 循环神经网络(RNN)实现股票预测
每日一R「02」所有权与 Move 语义
一文让你快速了解隐式类型转换【整型提升】!
xctf攻防世界 Web高手进阶区 shrine
R语言ggplot2可视化:使用ggplot2可视化散点图、使用labs参数自定义Y轴的轴标签文本(customize Y axis labels)
Flutter 绘制美不胜收的光影流动效果
Flask introductory learning tutorial