What is the translation of " SPARSE MATRIX " in Chinese?

[spɑːs 'meitriks]
[spɑːs 'meitriks]
稀疏矩阵
一个稀疏矩阵

Examples of using Sparse matrix in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This is a sparse matrix representation of the text.
这是文本的稀疏矩阵表示。
How can this be used to represent a sparse matrix?
如何用它来表示一个稀疏矩阵?
Contrast this with the sparse matrix class described above.
与上面描述的稀疏矩阵类进行对比。
In mathematics, this model is known as a sparse matrix.
在数学上,这种模型称为松散矩阵
Sparse matrix by default instead of a numpy. ndarray.
Sparse默认使用一个矩阵而不是一个numpy.ndarray。
Column family store- it is a sparse matrix system.
列族存储-它是一个稀疏矩阵系统。
Sparse: If True, returns a sparse matrix, where sparse matrix means a matrix having a large number of zero elements.
Sparse(稀疏):如果是True,返回一个稀疏矩阵,稀疏矩阵表示一个有大量零元素的矩阵。
With this we are ready to construct the sparse matrix in R:.
我们可以把数据放在一个稀疏矩阵R中:.
Next, we rewrite convolution kernel K as a sparse matrix W with a large number of zero elements, i.e. a weight matrix..
下面我们将卷积核K改写成含有大量零元素的稀疏矩阵W,即权重矩阵。
B_is_sparse: If True, b is treated as a sparse matrix.
B_is_sparse:如果True,b被视为稀疏矩阵.
It is a specific type of a sparse matrix. The single-entry matrix can be regarded a row-selector when it is multiplied on the left side of the matrix, e.g.:.
它是稀疏矩阵的特定类型。当单元素矩阵在矩阵的左侧相乘时,可以将其视为行选择器,例如:.
A_is_sparse: If True, a is treated as a sparse matrix.
A_is_sparse:如果True,a被视为稀疏矩阵.
Code generation does not support sparse matrix inputs for this function.
代码生成不支持对此函数使用稀疏矩阵输入。
First, there are a lot of zeros in the matrix(a so-called sparse matrix).
首先,矩阵中有许多0(所谓的稀疏矩阵)。
The output from FeatureHasher is always a scipy. sparse matrix in the CSR format.
FeatureHasher的输出始终是CSR格式的scipy.sparse矩阵
What's the fastest way inPython to calculate cosine similarity given sparse matrix data?
Python教程-在给定稀疏矩阵数据的情况下,Python中计算余弦相似度最快的方法是什么?
On the other hand,the KNN kernel will produce a much more memory-friendly sparse matrix which can drastically reduce running times.
在另一方面,KNN核将产生更多的内存友好的稀疏矩阵,这样可以大幅度的减少运行时间。
It flattens the input to a 16 x 1 matrix,and transforms the kernel into a sparse matrix(4 x 16).
它将输入平展为16×1的矩阵,并将卷积核转换为一个稀疏矩阵(4×16)。
Description: EDA program:the spice net table is transformed into the corresponding sparse matrix needed to calculate the various parameters of the circuit.
说明:EDA程序:将spice网表转化为用于计算电路各种参数所需要相应稀疏矩阵.
To improve this search time from complexity O(n) to O(1),Knuth implemented a sparse matrix where only 1's are stored.
为了把搜索时间从complexityO(n)降到O(1),Knuth使用了一个稀疏矩阵,只存放所有1的位置。
Additionally, application-specific libraries for biomedical, GPU analysis,and multicore analysis and sparse matrix applications now are available free.
此外,生物医学、GPU分析以及多核分析和稀疏矩阵工具包等针对特定应用的函数库现均免费提供。
For sparse matrices, arbitrary Minkowski metrics are supported for searches.
对于稀疏矩阵,搜索可支持任意的Minkowskimetrics。
For sparse matrices, arbitrary Minkowski metrics are supported for searches.
对于稀疏矩阵,支持任意的Minkowski测度用于搜索。
The Imputer class also supports sparse matrices:.
SimpleImputer类还支持稀疏矩阵:.
Sparse matrices as input.
Sparsematrices作为输入。
For sparse matrices, the repmat function does not support trailing ones as inputs after the first two dimensions.
对于稀疏矩阵,repmat函数不支持将尾部参数作为在前两个维度后的输入。
Sparse matrices as input, as long as with_mean=False is explicitly passed to the constructor.
Sparse矩阵作为输入,只要with_mean=False显试的传递给了构造函数。
When storing and manipulating sparse matrices on a computer, it is beneficial and often necessary to use specialized algorithms and data structures that take advantage of the sparse structure of the matrix..
在使用计算机存储和操作稀疏矩阵时,经常需要修改标准算法以利用矩阵的稀疏结构。
Sparse matrices without the need to densify them, as densifying may fill up memory even for medium-sized document collections.
Sparse矩阵,而不需要把它们变稠密(density),因为即使密集化(densifying)中型大小文档的集合也可能填满内存。
One advantage over Householder transformations is that they can easily be parallelised,and another is that often for very sparse matrices they have a lower operation count.
超过Householder变换的一个好处是它们可以轻易的并行化,另一个好处是对于非常稀疏的矩阵计算量更小。
Results: 59, Time: 0.0304

Word-for-word translation

Top dictionary queries

English - Chinese