3.1.7. Cross validation of time series data Time series data is characterised by the correlation between observations that are near in time (autocorre ...
分类:
其他好文 时间:
2017-05-28 11:48:39
阅读次数:
248
题目: Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the neare ...
分类:
编程语言 时间:
2017-05-27 19:09:23
阅读次数:
154
数据:bicubic:downsampling +upsampling 卷边 做的实验: Patch 41X41 大部分效果不好,黑边严重,部分很好 当前:X8 patch:256x256 数据 使用bilinear Layer201053问题描述边界稍微模糊,黑边情况降低 收敛慢,l1->200原... ...
分类:
其他好文 时间:
2017-05-25 23:23:11
阅读次数:
191
代码及数据:https://github.com/zle1992/MachineLearningInAction logistic regression 优点:计算代价不高,易于理解实现,线性模型的一种。 缺点:容易欠拟合,分类精度不高。但是可以用于预测概率。 适用数据范围:数值型和标称型。 准备数 ...
分类:
编程语言 时间:
2017-05-25 17:17:39
阅读次数:
378
2017年5月24号 星期三 晴 空气质量:优 内容:定位属性,CSS3动画 备注:5月25日补课堂笔记 一、定位属性 01.定位属性 仿写老师代码: 02.z-index 仿写老师代码: 001.html代码: 002.css代码: 二、CSS3动画 01、变形 仿写老师代码: 02、照片墙 仿写 ...
分类:
其他好文 时间:
2017-05-25 11:53:44
阅读次数:
273
边框颜色渐变: 方法一:border-color border-color: <color>/*其中可以上一个值,也可以是多个值,具体我在这里不多说了,大家来时用到的也特别多*/ /*我们可以分别给各边上色*/ border-top-color: <color>/*给上边框上色*/ border-r ...
分类:
其他好文 时间:
2017-05-24 16:11:31
阅读次数:
167
March of the Penguins Time Limit: 8000MS Memory Limit: 65536K Total Submissions: 4809 Accepted: 2195 Description Somewhere near the south pole, a numb ...
分类:
其他好文 时间:
2017-05-23 23:47:02
阅读次数:
226
当ScrollView里的元素想填满ScrollView时,使用"fill_parent"或者"match_parent"是不管用的,必需为ScrollView设置:android:fillViewport="true"。 当ScrollView没有fillVeewport=“true”时, 里面的 ...
分类:
其他好文 时间:
2017-05-23 17:22:52
阅读次数:
157
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/380674751、概述Android提供了几种动画类型:View Animation 、Drawable Animation 、Property Animation 。View An ...
分类:
移动开发 时间:
2017-05-23 12:18:14
阅读次数:
267
恢复内容开始 今天学习第一周的第二课时:降维。 一、PCA主成分分析 主成分分析(Principal Component Analysis,PCA),是一种统计方法,直观来讲是把数据按照weights来筛选出主成分消除(或者隐蔽)不太重要的方面,使得高纬度数据投射到低维度。 直观来讲是应用了统计学上 ...
分类:
其他好文 时间:
2017-05-21 18:44:54
阅读次数:
170