- August 23, 2023
- Bindya D
- 0
Â
RPA deals with structured data. AI is used to gather insights from semi-structured and unstructured data in text, scanned documents, webpages, and PDFs. AI brings value by processing and converting the data to a structured form for RPA to understand. An AI CoE is a dedicated business unit tasked with identifying AI use cases, implementing a company-wide AI vision, and deploying AI workloads on the most appropriate combination of computing hardware and software.Â
UIPath AI CenterÂ
UiPath AI Center is a service that allows you to deploy, manage, and continuously improve Machine Learning models and consume them within RPA workflows in Studio. This chapter deals with the subject of model deployment and management which is done through the AI Center web application available through your Automation Cloud Portal.Â
Where do RPA and AI meet?Â
• RPA has already proven its value by helping customers automate rule-based and repetitive tasks throughout an organization.Â
• However, a significant part of the work cannot be easily tackled by traditional RPA. We’re talking about sophisticated work involving cognitive tasks, such as classifying emails and predicting sales. This is where AI comes into play and takes RPA to the next level.Â
• When conceptualizing RPA and AI, it can be helpful to think of AI as the brain, and RPA as the hands. A disconnected brain can dream up concepts, but without hands, it’s impossible to apply them. At the same time, it’s impossible to handle advanced processes without a brain. It’s when the two are combined that complex tasks can be accomplished.Â
• This is the place for AI Center where you can automate more by adding AI to your automation.Â
AI TerminologiesÂ
Artificial Intelligence– The theory and development of computer systems that are able to perform tasks that normally require human intelligence and decision making.Â
Machine Learning– A sub-field of artificial intelligence that enables systems to learn from data.Â
Systems learn from previous experience and information to deduce and predict future information. To do this they use algorithms that learn to perform a specific task without being explicitly programmed.”Â
Deep Learning– An area of machine learning concerned with artificial neural networks. These are a series of algorithms that aim to recognize relationships in a set of data through a process that mimics biological neural networks.Â
Natural Language Processing-A branch of artificial intelligence that deals with analyzing, understanding, and generating human natural languages. For example, NLP enables computers to hear speech, read text, interpret the text/speech or measure the sentiment.Â
Computer Vision– A field of artificial intelligence that enables computers to gain high-level understanding from digital images or videos. If AI is the brain, then computer vision is the eye that enables the computer to observe and understand. It works the same as the human eye. For example, UiPath AI Computer Vision can be used instead of selectors in UiPath Studio or when we don’t have access to selectors, as it can see every onscreen element.
What is AI Center?Â
AI Center is an application that enables deploying, consuming, managing, and improving machine learning models. It can manage models built by in-house data scientists, by UiPath and our partners, and even open-source models.Â
AI Center makes it extremely simple to use machine learning in the RPA workflows built with UiPath Studio. This way, robots can process unstructured data, better handle uncertainty in decision making, and work with use cases that have tons of variables.Â
How does it work?Â
Â
Types of machine learning models on AI Center Â
• Bring Your Own Model: models built by your data science team.Â
• Open-source model: models built by the data scientist community. Customers will be able to manage them in AI Center and train and deploy them directly in the RPA workflows.Â
• bulletÂ
• Pick a model: models built by UiPath technology partners.Â
• Out-of-the-box models: pre-built models supported by UiPath.
Who uses AI Center?Â
The main persons who should have access and make use of AI Center are: Data Scientist– Building and uploading the ML models to AI Center.Â
Process Controller– Improving the ROI of automations by deploying models already uploaded by Data Scientists or provided by UiPath into ML skills.Â
RPA Developer– Consuming the available ML skills within customized RPA workflows where decisions are made by the robots.Â
ExampleÂ
Let’s look at the context Â
A motor insurance company has a dedicated “Motor Insurance folder” to receive vehicle insurance claims from policyholders. The vehicles are bikes, cars, and buses. The priority of the company is the speed of providing insurance to each claim. Â
The motor insurance company decides to automate the process of classifying emails and placing them into dedicated folders, from where specialized teams can focus their effort on solving them. This is what the process will look like.
Â
AI Center Main ConceptsÂ
1.Projects – A Project is an isolated group of resources, consisting of Datasets, ML Packages, Pipelines, ML Skills, and ML Logs. You may use these resources to enable building a specific ML solution for different business automation.Â
2. Datasets – A dataset is a folder of storage, which can have arbitrary sub-folders and files. The purpose of having a dataset is to allow machine learning models in our project to access new data points (either new files or folders uploaded from the application, or data from UiPath Robots at runtime). The Datasets page displays all the datasets within a project, along with their name, description, and creation time.Â
3.Data Labeling – Data Labeling is a tab where you can deploy labeling sessions to prepare the datasets for training and evaluation. Within the current version, you can deploy Document Manager sessions to build Document Understanding models.Â
4. ML Packages– An ML Package is a folder with all the code and metadata needed to train and serve a machine learning model. It can have multiple versions and is in some way analogous to a Package in UiPath RPA platform. Each version can have an associated change log.Â
5. Pipelines– A pipeline is a description of an ML workflow, including all of the functions in the workflow and the order of execution of these functions. The Pipeline includes the definition of the inputs required to run the pipeline and outputs to get from this pipeline. A Pipeline Run is an execution of a pipeline based on code provided by the user. Once completed a Pipeline Run will have associated outputs and logs.Â
6. ML Skills– An ML Skill is a live deployment of an ML Package. It can be used in an RPA workflow simply by dragging and dropping an ML Skill Activity in UiPath Studio.Â
7. ML Logs- ML logs are a consolidated view of all events related to a project.