以下是`create_ocr_class_mlp`算子的参数: 1. TrainingImages:这是一个图像容器,包含了用于训练MLP分类器的训练图像。每个图像应该只包含一个字符或一个字符的集合。 2. Texts:这是一个字符串数组,包含了与`TrainingImages`中的每个图像对应的文本标签。 3. ObjectMasks:这是一个掩码数组,用于标识训练图像中的字...
create_class_mlp creates a neural net in the form of a multilayer perceptron (MLP), which can be used for classification or regression (function approximation), depending on how OutputFunction is set. The MLP consists of three layers: an input layer with NumInput input variables (units, ...
51CTO博客已为您找到关于create_class_mlp的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及create_class_mlp问答内容。更多create_class_mlp相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
create_class_lut_mlp— Create a look-up table using a multi-layer perceptron to classify byte images. create_class_lut_mlp( : :MLPHandle,GenParamName,GenParamValue:ClassLUTHandle) Description create_class_lut_mlpgenerates a look-up table (LUT)ClassLUTHandleusing the data of a trained multi...
create_ocr_class_mlp— Create an OCR classifier using a multilayer perceptron. Description create_ocr_class_mlpcreates an OCR classifier that uses a multilayer perceptron (MLP). The handle of the OCR classifier is returned inOCRHandle. For a description on how an MLP works, seecreate_class_mlp...