参考资料: 网易公开课:http://open.163.com/special/opencourse/daishu.html 麻省理工公开课:线性代数 教材:Introduction to Linear Algebra, 4th edition by Gilbert Strang 链接:https: ...
分类:
其他好文 时间:
2019-01-23 15:43:51
阅读次数:
203
=》 css: .cateBtn{ position: relative; background: #fff; border: 1px solid #ddd; border-radius: 6px; text-align: center; width: 30px; height: 30px; dis ...
分类:
其他好文 时间:
2019-01-23 15:32:43
阅读次数:
207
参考资料:《Introduction to linear algebra》4th edition by Gilbert Strang 网易公开课:http://open.163.com/special/opencourse/daishu.html 麻省理工公开课:线性代数 思考: (一)相似矩阵是同 ...
分类:
其他好文 时间:
2019-01-22 10:49:44
阅读次数:
184
1.Logistic Regression是一个二元分类问题 (1)已知输入的特征向量x可能是一张图,你希望把它识别出来,这是不是猫图,你需要一个算法,可以给出预测值,更正式的y是一个概率,当输入特征x满足条件的时候y就是1。换句话说,如果x是图片,那就需要拿到一张猫图的概率。 (2)Sigmoid ...
分类:
其他好文 时间:
2019-01-21 21:42:47
阅读次数:
339
Matrix and Determinant Let C be an M × N matrix with real-valued entries, i.e. C={cij}mxn Determinant is a value that can be computed from the element ...
分类:
其他好文 时间:
2019-01-20 10:32:04
阅读次数:
167
图片来自: https://youtu.be/fegAeph9UaA ...
分类:
其他好文 时间:
2019-01-19 21:22:22
阅读次数:
291
import matplotlib.pyplot as plt import numpy as np import sklearn import sklearn.datasets import sklearn.linear_model def plot_decision_boundary(model... ...
分类:
其他好文 时间:
2019-01-19 19:57:30
阅读次数:
464
开发tip 用getApplication()来取Context当参数 对于需要使用Context对象作为参数的函数,要使用getApplication()获取Context对象当参数,而不要使用this,除非你需要特定的组件实例!getApplication()返回的Context是属于Appli ...
分类:
移动开发 时间:
2019-01-19 18:44:47
阅读次数:
245
代码: 运行结果: 8个零点,即系统函数的分子多项式的根 根据线性相位FIR的特点,前4个零点和后4个零点可分为两组,即看成两个线性相位FIR 串联形式系数 频率采样形式系数 ...
分类:
其他好文 时间:
2019-01-18 20:03:37
阅读次数:
232
一、什么是高斯判别模型? 二、怎么求解参数? ...
分类:
其他好文 时间:
2019-01-17 21:11:02
阅读次数:
165