中英
preprocessing
/ priːˈprəʊsesɪŋ /
  • 简明
  • n.预处理;预加工
  • 网络释义
  • 专业释义
  • 1

    [科技] 预处理

    到此所有数据的维度都已确定: 训练数据: 权重矩阵: 偏移向量: 网络输出: 数据预处理(preprocessing):将所有样本的input和label处理成能够使用神经网络的数据,label的值域符合激活函数的值域。并简单优化数据以便让训练易于收敛。

  • 2

     预处理惩罚

    ... 预处理惩罚(Preprocessing) 编译(Compilation) 汇编(Assembly) ...

  • 3

     前处理

    ... 3)前处理(Preprocessing) 4)求解(Solution) 给定约束(Constraint)和载荷(Load) ...

短语
查看更多
  • 双语例句
  • 1
    These files might require preprocessing to put them into an appropriate format.
    这些文件可能需要进行预处理,以便将它们转换为适当的格式。
  • 2
    It provides a pipeline framework for preprocessing and validation of documents.
    为预处理和验证文档提供了管道框架(pipeline framework)。
  • 3
    Signing messages always involves preprocessing to convert the XML into a canonical form.
    签名消息总是包含预处理,将XML转换成标准格式。
查看更多
  • 词典短语
  • 同近义词
  • 百科
  • Preprocessing

    In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers. The amount and kind of processing done depends on the nature of the preprocessor; some preprocessors are only capable of performing relatively simple textual substitutions and macro expansions, while others have the power of full-fledged programming languages.A common example from computer programming is the processing performed on source code before the next step of compilation. In some computer languages (e.g., C and PL/I) there is a phase of translation known as preprocessing.

查看更多