码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
CSS3平滑过渡transition
CSS3平滑过渡transitionclick Ease Ease-in Ease-out Ease-in-out Linear Cubic-bezier
分类:Web程序   时间:2015-07-20 18:19:45    阅读次数:393
leetcode | Maximum Gap
Maximum Gap: https://leetcode.com/problems/maximum-gap/ Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Ret...
分类:其他好文   时间:2015-07-20 16:34:03    阅读次数:158
LeetCode Majority Element II
Given an integer array of size n, find all elements that appear more than ? n/3 ? times. The algorithm should run in linear time and in O(1) space.Hint:How many majority elements could it possibly hav...
分类:其他好文   时间:2015-07-20 16:28:47    阅读次数:133
CSS3中的渐变
CSS3 渐变(gradients)可以在两个或多个指定的颜色之间显示平稳的过渡。CSS3 定义了两种类型的渐变(gradients):线性渐变(Linear Gradients)- 向下/向上/向左/向右/对角方向径向渐变(Radial Gradients)- 由它们的中心定义一、线性渐变:为了创...
分类:Web程序   时间:2015-07-20 01:18:48    阅读次数:173
《textanalytics》课程简单总结(4):课程总结
coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。 最后讲了文本分类,和plsa的几种变形,包括: opinion mining和sentiment analysis:Ordinal Logistic Regression opinion mining和sentiment analysis:L...
分类:其他好文   时间:2015-07-19 12:02:54    阅读次数:145
hdu, KMP algorithm, linear string search algorithm, a nice reference provided
Rabin-Karp and Knuth-Morris-Pratt Algorithms...
分类:其他好文   时间:2015-07-18 14:04:57    阅读次数:105
CSS3魔法堂:背景渐变(Gradient)
一、前言 很久之前就了解过CSS3的线性渐变(Linear-Gradient),这段时间决定进一步认知这一特性,以下笔记以便日后查阅。二、CSS3的各种背景渐变 1. 线性渐变 示例——七彩虹 ...
分类:Web程序   时间:2015-07-18 12:28:10    阅读次数:138
Coursera台大机器学习技法课程笔记01-linear hard SVM
极其淡腾的一学期终于过去了,暑假打算学下台大的这门机器学习技法。 第一课是对SVM的介绍,虽然之前也学过,但听了一次感觉还是很有收获的。这位博主总结了个大概,具体细节还是要听课:http://www.cnblogs.com/bourneli/p/4198839.html 这位博主总结的...
分类:其他好文   时间:2015-07-17 13:27:23    阅读次数:118
LeetCode--Majority Element II & 多数投票算法
题目 Given an integer array of size n, find all elements that appear more than ? n/3 ? times. The algorithm should run in linear time and in O(1) space. 相似题目及多数投票算法第一眼看到这个题,相信许多人都恩给你联想到另一个题目: 给...
分类:编程语言   时间:2015-07-17 12:05:04    阅读次数:145
CSS3中渐变gradient详解
这几天看了一本HTML5的书,里面对于页面的背景使用了大量的渐变效果,因此在这里写一些关于渐变Gradient的东西。CSS3中的Gradient有两种,分别是线性渐变(linear-gradient)和径向渐变(radial-gradient),下面分别是线性与径向渐变的效果(用Flash画的,习...
分类:Web程序   时间:2015-07-16 21:39:09    阅读次数:706
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!