学习率learning_rate: 学习率表示每次参数更新的幅度 1.表达式:Wn+1 = Wn - learning_rate * ▽ Wn+1:更新后的参数 Wn:当前参数 learning_rate:学习率 ▽:损失函数的梯度(导数) 也就是参数的更新向着梯度下降的方向 2.定义损失函数 lo ...
分类:
其他好文 时间:
2019-09-09 11:42:19
阅读次数:
241
本节主要用于机器学习入门,介绍两个简单的分类模型: 决策树和随机森林 不涉及内部原理,仅仅介绍基础的调用方法 1. How Models Work 以简单的决策树为例 This step of capturing patterns from data is called fitting or tra ...
分类:
系统相关 时间:
2019-09-07 22:01:17
阅读次数:
172
Remember improving English and learning multiple languages really helps open up a lot of career doors. Are you free now? Do you like spicy food? If yo ...
分类:
其他好文 时间:
2019-09-06 01:02:31
阅读次数:
105
1.Unsupervised learning of video representations using LSTMs 方法:从先前的帧编码预测未来帧序列 相似于Sequence to sequence learning with neural networks论文 方法:使用一个LSTM编码输入 ...
分类:
其他好文 时间:
2019-09-05 23:19:19
阅读次数:
292
Predicting effects of noncoding variants with deep learning–based sequence model PDF 这篇文章的第一个亮点就是直接从序列开始分析,第二就是使用深度学习获得了很好的预测效果。 This is, to our knowl ...
分类:
其他好文 时间:
2019-09-05 00:40:29
阅读次数:
129
A、Maximum Element In A Stack As an ACM-ICPC newbie, Aishah is learning data structures in computer science. She has already known that a stack, as a d ...
分类:
其他好文 时间:
2019-09-03 21:55:44
阅读次数:
102
CSE599:online and adaptive machine learning Lecture 3:Stochastic Multi-Armed Bandits, Regret Minimization csdn bandit 算法(3) -- UCB算法 推荐系统的EE问题及Bandit算 ...
分类:
其他好文 时间:
2019-09-02 09:40:39
阅读次数:
83
Markdown本地图片转base64嵌入 博客园在发布markdown文章时,如果你的文章中含有大量本地图片,这个图片拖拽(本地图片转网络图片)就会很麻烦 我的做法是将markdown中的本地图片转为base64嵌入,然后直接复制粘贴到博客园markdown编辑器中就可以发布了 随便写的,轻喷 p ...
分类:
其他好文 时间:
2019-09-01 14:32:44
阅读次数:
373
Deep High-Resolution Representation Learning for Human Pose Estimation 2019-08-30 22:05:59 Paper: CVPR-2019, arXiv Code: https://github.com/leoxiaobin ...
分类:
其他好文 时间:
2019-08-30 20:43:22
阅读次数:
281
最近在面试过程中,有的面试官针对我的项目问的一些问题令我对自我的项目和经历有了一些新的思考,于是决定花时间来重新整理一下我的项目。 基于美学分析下的多任务CNN显着性分布预测 Motivation: 美学+显著性强相关 多任务CNN Multitask Learning (MTL) is an in ...
分类:
其他好文 时间:
2019-08-30 19:32:47
阅读次数:
89