scikit-learn:4.7. Pairwise metrics, Affinities and Kernels

scikit-learn的metrics.pairwise模块提供了计算样本对距离和相似度的功能。包括Cosine相似性、线性核、多项式核、Sigmoid核、高斯RBF核和卡方核等。这些核函数常用于机器学习中的相似性判断,如非线性SVM。例如,高斯RBF核(Gaussian kernel)是通过计算欧氏距离的指数衰减来衡量相似性。
摘要由CSDN通过智能技术生成

参考:http://scikit-learn.org/stable/modules/metrics.html


The sklearn.metrics.pairwise submodule implements utilities to evaluate pairwise distances(样本对的距离) or affinity of sets of samples(样本集的相似度)。

Distance metrics are functions d(a, b) such that d(a, b) < d(a, c) if objects a and b are considered “more similar” than objects a and c

Kernels are measures of similarity, i.e. s(a, b) > s(a, c) if objects a and b are considered “more similar” than objects a and c


1、Cosine similarity

向量点积的L2-norm:

if x and y are row vectors, their cosine similarity 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值