由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - A Question About Kernel Function
相关主题
CS课程选择Big O的表示问题
求助Kernel PCA的matlab code请问计算机系什么专业硕士毕业以后比较好找工作?
[合集] computable vs. non-computable请教一个算法问题
关于编程序与CS(计算机科学)包子求助,EE转CS,求建议
有没有懂LDA(Blei)model得大侠给解释一下MS in CS at Columbia 方向选择?
Parallel computing in Matlab (转载)computational geometry和algorithms这个方向博士就业怎么样?
问一下MPI的问题CS Master 选哪个方向好一点?
cs的方向请教SVM这个方向怎么样
相关话题的讨论汇总
话题: theta话题: kernel话题: question话题: function话题: about
进入CS版参与讨论
1 (共1页)
k***s
发帖数: 206
1
If i have a feature expansion:
{0, 1}^n -> {0, 1}^2n. for example. If n = 3, then
Theta(x1,x2,x3) = (1, x1, x2, x3, x1x2, x1x3, x2x3, x1x2x3): Every possible
"logical OR" from these 3 variables (including 1).
In this case, show K(x,y) for Theta can be computed in polynomial time: poly
(n).
K(x,y) = Theta(x) dot product Theta(y).
这里Theta(y) 指的是什么????
j****a
发帖数: 1277
2
题目不是给出了么

possible
poly

【在 k***s 的大作中提到】
: If i have a feature expansion:
: {0, 1}^n -> {0, 1}^2n. for example. If n = 3, then
: Theta(x1,x2,x3) = (1, x1, x2, x3, x1x2, x1x3, x2x3, x1x2x3): Every possible
: "logical OR" from these 3 variables (including 1).
: In this case, show K(x,y) for Theta can be computed in polynomial time: poly
: (n).
: K(x,y) = Theta(x) dot product Theta(y).
: 这里Theta(y) 指的是什么????

K****n
发帖数: 5970
3
b = Theta(a) 就是 input a有 n维,output b有 2n维
写成 Theta(x1,x2,x3)可能只是直观说明 x=(x1,x2,x3)是三维
Theta(x) poly(n)
Theta(y) poly(n)
dot product poly(n)
然后一加还是poly(n),可能是这个意思

possible
poly

【在 k***s 的大作中提到】
: If i have a feature expansion:
: {0, 1}^n -> {0, 1}^2n. for example. If n = 3, then
: Theta(x1,x2,x3) = (1, x1, x2, x3, x1x2, x1x3, x2x3, x1x2x3): Every possible
: "logical OR" from these 3 variables (including 1).
: In this case, show K(x,y) for Theta can be computed in polynomial time: poly
: (n).
: K(x,y) = Theta(x) dot product Theta(y).
: 这里Theta(y) 指的是什么????

1 (共1页)
进入CS版参与讨论
相关主题
SVM这个方向怎么样有没有懂LDA(Blei)model得大侠给解释一下
问问BSDParallel computing in Matlab (转载)
问个kernel (machine learning)的问题问一下MPI的问题
问一个machine learning/SVM 问题cs的方向请教
CS课程选择Big O的表示问题
求助Kernel PCA的matlab code请问计算机系什么专业硕士毕业以后比较好找工作?
[合集] computable vs. non-computable请教一个算法问题
关于编程序与CS(计算机科学)包子求助,EE转CS,求建议
相关话题的讨论汇总
话题: theta话题: kernel话题: question话题: function话题: about