正视自己的不足,以足够的勇气改变自己。 Repetition is the mother of all learning 重复是学习之母。 It's not what we do once in a while that shapes our lives. It's what we do consi ...
分类:
其他好文 时间:
2019-09-21 21:19:24
阅读次数:
115
Written By: stackupdown(jh) I. BackgroundThis repo is learning notes of the open course **Natural Language Processing** of Dan Jurafsky and Christophe ...
分类:
其他好文 时间:
2019-09-20 16:29:58
阅读次数:
85
SIT292 ASSIGNMENT 3: ORTHOGONALISATION, SUBSPACES ANDLINEAR CODESGUILLERMO PINEDA-VILLAVICENCIOInstructionsThis is an individual assignment. The aim o ...
分类:
其他好文 时间:
2019-09-16 19:33:33
阅读次数:
110
Java String 源码的排序算法 一、前言 Q:什么是选择问题? 选择问题,是假设一组 N 个数,要确定其中第 K 个最大值者。比如 A 与 B 对象需要哪个更大?又比如:要考虑从一些数组中找出最大项? 解决选择问题,需要对象有个能力,即比较任意两个对象,并确定哪个大,哪个小或者相等。找出最大 ...
分类:
编程语言 时间:
2019-09-16 00:10:39
阅读次数:
79
张宁 Learning Motion Planning Policies in Uncertain Environments through Repeated Task Executions 通过重复任务执行学习不确定环境中的运动规划策略链接:https://pan.baidu.com/s/1TlS ...
分类:
其他好文 时间:
2019-09-14 17:23:58
阅读次数:
115
一些说明、参阅 https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow/blob/master/contents/1_command_line_reinforcement_learning/treasure_on_ri ...
分类:
其他好文 时间:
2019-09-13 22:45:56
阅读次数:
142
https://www.zhihu.com/question/64134994 1、增加batch size会使得梯度更准确,但也会导致variance变小,可能会使模型陷入局部最优; 2、因此增大batch size通常要增大learning rate,比如batch size增大m倍,lr增大m ...
分类:
其他好文 时间:
2019-09-13 17:10:55
阅读次数:
105
Research Guide for Video Frame Interpolation with Deep Learning This blog is from: https://heartbeat.fritz.ai/research-guide-for-video-frame-interpola ...
分类:
其他好文 时间:
2019-09-13 15:33:31
阅读次数:
113
统计学习方法之统计学习概论 统计学习(statistical learning),也称为统计机器学习(statistical maching learning)。 统计学习由监督学习(supervised learning)、无监督学习(unsupervised learning)和强化学习(rei ...
分类:
其他好文 时间:
2019-09-13 15:16:47
阅读次数:
113
【GCN】图卷积网络初探——基于图(Graph)的傅里叶变换和卷积 2018年11月29日 11:50:38 夏至夏至520 阅读数 5980更多 分类专栏: # MachineLearning 【GCN】图卷积网络初探——基于图(Graph)的傅里叶变换和卷积 2018年11月29日 11:50: ...
分类:
其他好文 时间:
2019-09-11 21:53:45
阅读次数:
129