zoukankan
html css js c++ java
参数方法(parameter)与非参数方法(nonparameter)
参数方法表示参数固定,不随数据点的变化而变化;
非参数方法并不意味着没有参数,而是说,参数的数目随数据点而变化,
1. 参数方法举例
logistic regression
:
p
(
y
=
1
|
x
,
α
)
=
1
1
+
exp
(
−
x
T
α
)
,显然参数,
α
的维数会随着数据集属性列个数的变化而变化,而不会随着数据规模的变化而变化;
2. 非参数方法举例
Nearest-Neighbor
:比如一个二分类问题,新来一个测试点,当要计算其所属类别时,需要与全部训练集计算距离;
查看全文
相关阅读:
一个好的时间函数
Codeforces 785E. Anton and Permutation
Codeforces 785 D. Anton and School
Codeforces 510 E. Fox And Dinner
Codeforces 242 E. XOR on Segment
Codeforces 629 E. Famil Door and Roads
Codeforces 600E. Lomsat gelral(Dsu on tree学习)
Codeforces 438D The Child and Sequence
Codeforces 729E Subordinates
【ATcoder】D
原文地址:https://www.cnblogs.com/mtcnn/p/9422506.html
最新文章
C#中析构函数,命名空间及字符串的运用(Ninth day)
C#中类的运用(Eighth day)
C#中静态方法的运用和字符串的常用方法(seventh day)
C#中常量枚举结构及数组的运用
Enze fifth day(循环语句2)
Enze fourth day(循环语句 一)
Enze Third day(c#中选择结构【if...else】)
NodeJs接口token认证express框架passport实现方式Bearer认证
linux免密登录ssh验证配置方法及常见错误解决
正则表达式过滤联系方式,微信手机号QQ等
热门文章
mysql判断一个字段不包含中文
到底什么是promise?有什么用promise怎么用
Windows未能启动 由于关键系统驱动程序丢失或损坏 电脑无法开机
linux服务器时间自动同步
CentOS安装nginx方法命令教程
MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”
mysql通过数据文件恢复数据方法
codeforces 1098E Fedya the Potter
codeforces 1103E清华集训 石家庄的工人阶级队伍比较坚强
codeforces global round 1题解搬运
Copyright © 2011-2022 走看看