"分类器" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (分类器)

Low quality sentence examples

具体地说,网络“最后一层”的特征会进入softmax分类器
Specifically, we consider the"last layer" of the network to be the features that goes into the softmax classifier.
ROC曲线是另一种用于评价和比较二分类器的工具。
The ROC curve is another tool to evaluate and compare binary classifiers.
我们可以选择两个基础估计器:一个决策树和一个k-NN分类器
We can choose two base estimators: a decision tree and a k-NN classifier.
这款芯片使用一种简单形式的机器学习,称为朴素贝叶斯分类器
The chip uses a simple form of machine learning called a naive Bayesian classifier.
这允许您使用可变大小的句子和可变大小的过滤器,但始终获得相同的输出维度以提供给分类器
This allows you to use variable size sentences, and variable size filters, but always get the same output dimensions to feed into a classifier.
像C4.5一样,CART是个分类器
Like C4.5, CART is a classifier.
这使得根节点成为最好的预测器/分类器
This makes the root node as best predictor/classifier.
本文利用PyDAAL,即DAAL的PythonAPI来建立基本的朴素贝叶斯分类器
In this article, we use PyDAAL, the Python API of DAAL, to build a basic Naïve Bayes classifier.
我们把我们的估计器实例命名为clf,因为它是一个分类器(classifier)。
We call our estimator instance cif, as it is a classifier.
每个特征都作出了贡献之后,分类器检查哪个标签最接近,并将该标签分配给输入。
After every feature has made its contribution, the classifier checks which label it is closest to, and assigns that label to the input.
我们将使用一个简单的线性SVM分类器,但实际上还有很多其他的分类算法可以使用。
We will use a simple linear SVM classifier, but lots of classification algorithms could work.