question: Suppose that we use insertion sort on a randomly ordered array where elements hava only one of three values. Is the running time linear, qua ...
分类:
其他好文 时间:
2018-05-29 20:34:20
阅读次数:
156
Softmax Regression算法实践 有了上篇博客的理论知识,我们可以利用实现好的函数,来构建Softmax Regression分类器,在训练分类器的过程中,我们使用多分类数据作为训练数据:如图 1、利用训练数据对模型进行训练: 完整代码为: 1 # -*- coding: UTF-8 - ...
分类:
编程语言 时间:
2018-05-29 19:02:57
阅读次数:
308
1.1、Logistics Regression算法实践 有了上篇博客的理论准备后,接下来,我们用以及完成的函数,构建Logistics Regression分类器。我们利用线性可分的数据作为训练样本来训练。在构建模型的过程中,主要有两个步骤:(1)利用训练样本训练模型,(2)利用训练好的模型对新样 ...
分类:
编程语言 时间:
2018-05-28 15:03:09
阅读次数:
117
Dimensionality reduction. Throughout the manuscript we use diffusion maps, a non-linear dimensionality reduction technique37. We calculate a cell-to-c ...
分类:
其他好文 时间:
2018-05-28 15:02:09
阅读次数:
763
1、机器学习算法分类: 监督学习监督学习的训练数据包含了类别信息,在监督学习中,典型的问题是分类(Classification)和回归(Regression),典型的算法有Logistics Regression 、BP神经网络算法和相性回归算法。 监督学习流程: 无监督学习 与监督学习不同的是,无 ...
分类:
编程语言 时间:
2018-05-25 11:13:41
阅读次数:
323
过度 transition(过度) transition-property: 属性; 设置需要过度属性一般设置为 all (全部) transition-duration: 1s; 设置过度花费的时间 transition-timing-function: linear; 设置过度效果的速度曲线。l ...
分类:
Web程序 时间:
2018-05-25 11:10:08
阅读次数:
230
关于背景 一. 渐变&径向渐变(background-image: -webkit-linear-gradient() && background-image: -webkit-radial-gradient()) 二. 渐变&径向渐变() <!DOCTYPE html> <html lang="e ...
分类:
Web程序 时间:
2018-05-25 00:29:48
阅读次数:
232
方法1 Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression http://aaronsplace.co.uk/papers/jackson2017recon/ demo ...
分类:
其他好文 时间:
2018-05-21 19:53:12
阅读次数:
256
还需整理 1. 线性布局(LinearLayoutHelper) /** 设置线性布局 */ LinearLayoutHelper linearLayoutHelper = new LinearLayoutHelper(); // 创建对应的LayoutHelper对象 // 所有布局的公共属性(属 ...
分类:
其他好文 时间:
2018-05-21 19:52:35
阅读次数:
235
类似效果图: ie 滤镜:filter filter 是 ie 的私有属性,linear-gradient 在 ie9 以下是不支持的,所以对于 ie6 - ie8 我们可以使用滤镜来解决 其中各个参数的含义如下: opacity表示透明度,默认的范围是从0 到 100,他们其实是百分比的形式。也就 ...
分类:
Web程序 时间:
2018-05-21 14:48:42
阅读次数:
185