OCR - Neural Nets🔗
Operators🔗
clear_ocr_class_mlp: Clear an OCR classifier.
create_ocr_class_mlp: Create an OCR classifier using a multilayer perceptron.
deserialize_ocr_class_mlp: Deserialize a serialized MLP-based OCR classifier.
do_ocr_multi_class_mlp: Classify multiple characters with an OCR classifier.
do_ocr_single_class_mlp: Classify a single character with an OCR classifier.
do_ocr_word_mlp: Classify a related group of characters with an OCR classifier.
get_features_ocr_class_mlp: Compute the features of a character.
get_params_ocr_class_mlp: Return the parameters of an OCR classifier.
get_prep_info_ocr_class_mlp: Compute the information content of the preprocessed feature vectors
of an OCR classifier.
get_regularization_params_ocr_class_mlp: Return the regularization parameters of an OCR classifier.
get_rejection_params_ocr_class_mlp: Return the rejection class parameters of an OCR classifier.
read_ocr_class_mlp: Read an OCR classifier from a file.
select_feature_set_trainf_mlp: Selects an optimal combination of features to classify OCR data.
select_feature_set_trainf_mlp_protected: Select an optimal combination of features to classify OCR data
from a (protected) training file.
serialize_ocr_class_mlp: Serialize a MLP-based OCR classifier.
set_regularization_params_ocr_class_mlp: Set the regularization parameters of an OCR classifier.
set_rejection_params_ocr_class_mlp: Set the rejection class parameters of an OCR classifier.
trainf_ocr_class_mlp: Train an OCR classifier.
trainf_ocr_class_mlp_protected: Train an OCR classifier with data from a (protected) training file.
write_ocr_class_mlp: Write an OCR classifier to a file.