码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
Stanford机器学习课程笔记(1) Supervised Learning and Unsupervised Learning
最近跟完了Andrew Ng的Machine Learning前三周的课,主要讲解了机器学习中的线性回归(Linear Regression)和逻辑回归(Logistic Regression)模型。在这里做一下记录。 另外推荐一本统计学习的书,《统计学习方法》李航,书短小精悍,才200多页,但是内容基本上覆盖了机器学习中的理论基础。笔记 主要了解一下监督学习和无监督学习机器学习:是关于计算...
分类:其他好文   时间:2015-08-25 16:42:29    阅读次数:240
css3背景颜色渐变
渐变可以创建类似于彩虹的效果,低版本的浏览器不的不使开发者用图片来实现,CSS3将会轻松实现网页渐变效果。要得上面的线性渐变效果,我们这样去定义CSS3样式:background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa); /* Firef...
分类:Web程序   时间:2015-08-21 21:01:00    阅读次数:155
Rewriting History with Git Rebase
http://code.tutsplus.com/tutorials/rewriting-history-with-git-rebase--cms-231911. Rebasing for a Linear HistoryThe first use case we'll explore involv...
分类:其他好文   时间:2015-08-21 15:19:52    阅读次数:207
Machine Learning Techniques -1-Linear Support Vector Machine
1-Linear Support Vector Machine我们将这种定义为margin,则之前判断最优划分的问题转化为寻找最大margain的问题。对于待选的几个w所表示的线,问题转化成利用对应w比较相对距离的问题。此时定义w为方向向量,b为之前的w0,即bia。由于w就是所求点到直线的法线方向...
分类:系统相关   时间:2015-08-20 22:30:38    阅读次数:168
[LeetCode] Majority Element II
Given an integer array of sizen, find all elements that appear more than? n/3 ?times. The algorithm should run in linear time and in O(1) space. 这道题就....
分类:其他好文   时间:2015-08-20 12:56:19    阅读次数:112
unity3d 学习笔记_____Native2d 刚体、冲击、联合使用
MassMass of the rigidbody.Linear DragDrag coefficient affecting positional movement.Angular DragDrag coefficient affecting rotational movement.Gravity...
分类:编程语言   时间:2015-08-19 22:37:17    阅读次数:261
A Beginner’s Guide to Eigenvectors, PCA, Covariance and Entropy
A Beginner’s Guide to Eigenvectors, PCA, Covariance and EntropyContent:Linear TransformationsPrincipal Component Analysis (PCA)Covariance MatrixChange...
分类:其他好文   时间:2015-08-19 20:19:25    阅读次数:125
笔记-CSS3实现3D搜索输入框
题外话今天拜读了大漠的<>发现里面这个按钮的实例挺赞的,稍微完善了一下原来例子. 去掉一些现在不用的前缀,补全了最终版的.clearfix,还有样式稍作修改~~原版效果图: 预备知识 基础布局知识 CSS2.1 && CSS3 制作原理(CSS3特性) box-shadow – 盒子阴影 -> 使用多层阴影达到立体效果 box-image:linear-gradient ->...
分类:Web程序   时间:2015-08-18 19:25:17    阅读次数:205
linear-gradient
CSS3的渐变 :linear-gradient一、线性渐变在Mozilla下的应用-moz-linear-gradient( [ || ,]? , [, ]* )例:background: -moz-linear-gradient( top,#000,#fff);参数:其共有三个参数,第一个参数....
分类:其他好文   时间:2015-08-18 01:08:46    阅读次数:167
[LeetCode][JavaScript]Single Number
Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runti...
分类:编程语言   时间:2015-08-18 01:05:42    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!