[科技] 预处理
到此所有数据的维度都已确定: 训练数据: 权重矩阵: 偏移向量: 网络输出: 数据预处理(preprocessing):将所有样本的input和label处理成能够使用神经网络的数据,label的值域符合激活函数的值域。并简单优化数据以便让训练易于收敛。
预处理惩罚
... 预处理惩罚(Preprocessing) 编译(Compilation) 汇编(Assembly) ...
前处理
... 3)前处理(Preprocessing) 4)求解(Solution) 给定约束(Constraint)和载荷(Load) ...
计 数据预处理 ; 资料预处理 ; 资料前处理
前置处理器指示词 ; 称为预处理指示 ; 预处理指令
预处理器 ; 预处理机
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.