码迷,mamicode.com
首页 >  
搜索关键字:incremental learning    ( 4566个结果
Mxnet使用TensorRT加速模型--Mxnet官方例子
官方示例链接 https://mxnet.apache.org/api/python/docs/tutorials/performance/backend/tensorrt/tensorrt.html Optimizing Deep Learning Computation Graphs with ...
分类:Web程序   时间:2020-01-01 20:50:28    阅读次数:269
调整学习率-torch.optim.lr_scheduler.MultiStepLR()方法
optimizerG = optim.Adam(netG.parameters(), lr=opt.lr_g, betas=(opt.beta1, 0.999)) torch.optim.lr_scheduler.MultiStepLR(optimizer=optimizerG,milestones ...
分类:其他好文   时间:2019-12-31 23:32:30    阅读次数:1476
Deep Reinforcement Learning with Double Q-learning: DDQN 简约不简单
论文链接: "Double DQN" "Double Q learning" 在传统强化学习领域里面,学者们已经认识到了Q learning 存在overestimate的问题。overestimation 会损害performance,因为overestimate很可能是不均匀的.造成overes ...
分类:其他好文   时间:2019-12-31 14:13:24    阅读次数:135
Playing Atari with Deep Reinforcement Learning:打响DRL的第一枪
这篇文章就是DQN,DRL领域非常重要的一篇文章,也是David Silver大神的工作。文章本身没有什么难度。 文章说了RL和DL 的两个不同之处 DL 尤其是supervised learning 需要大量的labelled training data, 强化学习只有一个scalar Rewar ...
分类:其他好文   时间:2019-12-31 01:22:46    阅读次数:80
谷歌T5
Google 最新(19.10)提出的预训练模型T5(Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer) 最近放出了源代码及paper. 连续刷榜GLUE SuperGLUE两大benc ...
分类:其他好文   时间:2019-12-31 00:56:18    阅读次数:256
各种开源软件中文翻译和指导
https://www.orchome.com/295 ...
分类:其他好文   时间:2019-12-30 21:08:35    阅读次数:75
Rust安装
Rust安装 https://learnku.com/rust/wikis/29019 https://www.bookstack.cn/read/learning rust/installation ubuntu.md ...
分类:其他好文   时间:2019-12-30 17:35:59    阅读次数:45
RankSVM
RankSVM的基本思想是,将排序问题转化为pairwise的分类问题,然后使用SVM分类模型进行学习并求解。 参考博客: Learning to Rank算法介绍:RankSVM 和 IR SVM ...
分类:其他好文   时间:2019-12-30 16:01:40    阅读次数:54
【音乐欣赏】《Fake》 - The Tech Thieves
曲名:Fake 作者:The Tech Thieves 1 [01;12.092]I got wasted,learning how to let it out 2 [01;24.009]Please don't fake it,fake it,fake 3 [00:23.110]Please do ...
分类:其他好文   时间:2019-12-29 18:30:11    阅读次数:724
Doxygen 生成文档
window 用doxygen生成文档介绍: https://cedar-renjun.github.io/2014/03/21/learn-doxygen-in-10-minutes/ linux 用doxygen生成文档介绍: https://www.ibm.com/developerworks ...
分类:其他好文   时间:2019-12-29 16:39:36    阅读次数:71
4566条   上一页 1 ... 40 41 42 43 44 ... 457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!