•
kernel function
英:
美:
常用释义:
正定核函数:在统计学习理论领域中
【数】核函数
1、And during whole deformation process, the domain of the material
kernel function
includes similar nodes number.───在整个变形过程中, 物质核函数的影响域包含相同的节点数,通过坐标转换方法满足本质边界条件.
2、The test indicated that tile radial primary
kernel function
is the best classification method.───试验表明选用径向基核函数所得的分类效果最好.
3、Next, define your probe, which is an entry probe into the
kernel function
sys_sync.───其次,定义您的探针,它是一个探测内核函数sys_sync的条目。
4、A new intrusion detection method is proposed based on WHVDM
kernel function
and Center Distance Ratio ( CDR ) .───2提出了基于 WHVDM 核函数和中心距离比值法的入侵检测.
5、Super advertising shield and attached a crucial handoff IE
kernel function
.───附带超强的广告屏蔽和IE内核一键切换功能.
6、How could we adjust the
kernel function
if we thought Itshould have a particular form?───如果我们认为应该使用特定形式的核心函式,我们该如何调整它?
7、The
kernel function
is modified by means of a conformal mapping, which makes the
kernel function
data - dependent.───利用与数据有关的保角映射, 使核函数具有数据依赖性.
8、Kernel function is applied in PCA and DDA, so the linear discriminance method is dislinearized.───在主分量分析方法以及线性判别式方法中,引入核函数, 使得原来的线性判别方法非线性化.
9、At last, using the chosen eigenvector and
kernel function
build dam deformation forecasting model.───最后利用选定的特征向量及核函数建立大坝变形预测模型.
10、A novel algorithm is presented based on
kernel function
to identify the nonlinear system.───提出了一种新的基于核函数的非线性系统辨识方法.
11、How do we choose the
kernel function
?───我们如何选择核心函式?
12、It studies
kernel function
method with parameters optimized and its application in pattern clustering.───研究了具有参数优化的核函数法及其在聚类问题中的应用。
13、Geological information at different depth was described by introducing a mixed window
kernel function
to SVM.───通过引入窗口核函数,准确地反映了不同深度的地质信息.
14、The
kernel function
model selected by LOO estimation can approach the best value satisfactorily.───应用LOO估算 选择的核函数模型能够较好地退近最佳值.
15、completely characterized by
kernel function
and training set.───由核函数与训练集完全刻画。
16、Using the
kernel function
is Support Vector Machine successful key technology of algorithm.───并阐述了支撑向量机的关键技术—核函数.
1、kidney function───肾功能
2、Bessel functions───【数】贝塞尔函数
3、gene function───基因功能
4、beta function───贝塔函数;β函数
5、brain function───脑功能
6、Bessel function───【数】贝塞尔函数
7、nerve function───神经功能
8、inverse function───【数】反函数
9、renal function───肾功能
如果没gpu:
如果cpu不吃紧,优化要求不高,那就用openmp并行加速;如果不想熟悉指令集又想用其更高效些的优化,那就用eigen或openblas。
如果有gpu:
如果仅仅是卷积的运算,调cudnn的api最简单;如果是学习为目的,基于cuda在cu里写kernel function就可以了;如果是产品使用,因为还会涉及对向量和矩阵的其它运算和操作,可以考虑用TensorRT。