码迷,mamicode.com
首页 >  
搜索关键字:linear    ( 2303个结果
Duanxx的数学知识:线性代数 方程组的几何解释 lecture-1-the-geometry-of-linear-equations
1 方程组的几何解法 2 2 方程组的矩阵表示 3 2.1引入线性组合 3 2.2 线性组合的几何表示 3 2.3 什么是线性组合 3 3 两种表述 4 4 Ax=b的线性组合理解 5...
分类:其他好文   时间:2014-10-27 23:03:12    阅读次数:269
机器学习之多变量线性回归(Linear Regression with multiple variables)
1. Multiple features(多维特征) 在机器学习之单变量线性回归(Linear Regression with One Variable)我们提到过的线性回归中,我们只有一个单一特征量(变量)——房屋面积x。我们希望使用这个特征量来预测房子的价格。我们的假设在下图中用蓝线划出: 不妨...
分类:其他好文   时间:2014-10-27 22:46:14    阅读次数:323
[LeetCode] Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2014-10-27 12:39:09    阅读次数:192
[Leetcode] Single Number II
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-10-27 06:54:01    阅读次数:203
Introduction to LDA (Linear Discrimination Analysis)
Linear Discrimination Analysis...
分类:其他好文   时间:2014-10-27 00:25:35    阅读次数:181
Git使用总结-so easy
一、Git的特性Speed 速度(git是用c语言写的。一般都是提交到本地)Simple designStrong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)Fully distri...
分类:其他好文   时间:2014-10-26 10:16:15    阅读次数:288
【LeetCode】Single Number
题目      Given an array of integers, every element appears twice except for one. Find that single one.      Note:      Your algorithm should have a linear runtime complexity. Could you implement i...
分类:其他好文   时间:2014-10-25 00:51:38    阅读次数:214
CSS3之渐变渲染
background-color: #42c264; background-image: -webkit-linear-gradient(#4fec50, #42c264); background-image: -moz-linear-gradient(#4fec50, #42c264); back...
分类:Web程序   时间:2014-10-24 14:13:16    阅读次数:173
Leetcode:Singel Number
问题描述: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without ...
分类:其他好文   时间:2014-10-24 13:08:49    阅读次数:221
D3D11_TEXTURE_ADDRESS_MODE(纹理寻址模式)
最近在学习D3D11,下面是所查找的一些资料的翻译,如果有什么不合适的地方,欢迎指正。 SamplerState samColor {     Filter = MIN_MAG_MIP_LINEAR;     AddressU = Clamp;      AddressV = Clamp; };...
分类:其他好文   时间:2014-10-22 14:45:06    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!