In UiPath AI Center, the platform supports several types of machine learning (ML) models, including:
Out-of-the-box models from UiPath: Pre-built models designed for common automation tasks.
Models from UiPath technology partners: External models developed by UiPath’s partners.
Open-source models: Community-contributed models that can be used and adapted for various use cases.
Custom models: Models that users build and train specifically for their projects using their datasets.
This flexibility in model support ensures that organizations can leverage a wide range of machine learning capabilities to suit different automation needs.
For more details, refer to:
UiPath AI Center Documentation: AI Center Models
Machine Learning Model Types: Types of Models in UiPath AI Center
Question 2
What is the page unit cost per extracted page for the RegEx Extractor?
Options:
A.
0
B.
0.2
C.
0.5
D.
1
Answer:
A
Explanation:
According to the UiPath documentation, the RegEx Extractor is a data extraction method that uses regular expressions to define and capture data from documents1. The RegEx Extractor does not consume any page units, which are the units of measurement for the consumption of Document Understanding services2. Therefore, the page unit cost per extracted page for the RegEx Extractor is 0.
What are the two main data extraction methodologies used in document understanding processes?
Options:
A.
Hybrid and manual data extraction.
B.
Rule-based and model-based data extraction.
C.
Rule-based and hybrid data extraction.
D.
Manual and model-based data extraction.
Answer:
B
Explanation:
According to the UiPath documentation, there are two common types of data extraction methodologies used in document understanding processes: rule-based data extraction and model-based data extraction12. Rule-based data extraction targets structured documents, such as forms, invoices, or receipts, that have a fixed layout and a predefined set of fields. Rule-based data extraction uses predefined rules, such as regular expressions, keywords, or coordinates, to locate and extract the relevant data from the documents1. Model-based data extraction is used to process semi-structured and unstructured documents, such as contracts, emails, or reports, that have a variable layout and a diverse set of fields. Model-based data extraction uses machine learning models, such as neural networks, to learn from examples and extract the relevant data from the documents1. Both methodologies have their advantages and limitations, and depending on the use case, they can be used separately or in combination, in a hybrid approach2.
References: 1: Data Extraction Overview 2: Document Processing with Improved Data Extraction