zoukankan
html css js c++ java
参数方法(parameter)与非参数方法(nonparameter)
参数方法表示参数固定,不随数据点的变化而变化;
非参数方法并不意味着没有参数,而是说,参数的数目随数据点而变化,
1. 参数方法举例
logistic regression
:
p
(
y
=
1
|
x
,
α
)
=
1
1
+
exp
(
−
x
T
α
)
,显然参数,
α
的维数会随着数据集属性列个数的变化而变化,而不会随着数据规模的变化而变化;
2. 非参数方法举例
Nearest-Neighbor
:比如一个二分类问题,新来一个测试点,当要计算其所属类别时,需要与全部训练集计算距离;
查看全文
相关阅读:
ubuntu防火墙设置通过某端口
pandas入门
pyplot入门
numpy教程
跨域请求 spring boot
spring boot 启动流程
代理配置访问
AOP,拦截器
spring boot 启动不连接数据库
Python 3.x 连接数据库(pymysql 方式)
原文地址:https://www.cnblogs.com/mtcnn/p/9422506.html
最新文章
docker部署php+nginx环境以及laravel框架连接数据库
docker安装vim
windows10家庭版安装docker
docker端口映射失败解决方法
QSocketNotifier: Can only be used with threads started with QThread问题
c++ c 混合编程的 undefined reference问题
u-boot 的默认环境变量配置
qt 总是异常退出
Qt+Phonon的另一种选择
ARM qt 4.8.5 phonon
热门文章
编译gstreamer
Qt 根据不同平台的条件编译
debian 6鼠标左键问题
Debian 下交叉编译liboil
Django项目学习
WinEdt中英文字体调节
latex入门教程
scrapy爬取知乎问题实战
用python控制同步hexo脚本
hands on matchine learning
Copyright © 2011-2022 走看看