Predictive Intelligence Flashcards
What is Predictive Intelligence?
an interface by which you can train models using the ServiceNow AI Platform.
Provide input/output pairs, so the computer can generate a rule that maps between the two. The output rule is often referred to as a model or solution.
Supervised Learning/Training
Provide raw data, allow the computer to identify structure within the input data set. The output is referred to as a model or solution.
Unsupervised Learning/Training
What attempts to explain the behavior of a target attribute, as a function of a set of independent input attributes?
Classification
What attempts to predict a numeric value for a target, as a function of a set of independent input attributes?
Regression
What is clustering?
Clustering groups similar records into into clusters so you can address them collectively or identify patterns.
What is similarity?
Given a lookup set of raw data, predict similarity (output) between a given set (input) and the raw data.
A system designed to perform tasks, usually requiring a level of human intelligence.
Artificial Intelligence (AI)
A subset of AI that provides the ability to improve from experience. This action is done by using algorithms, mathematics, and statistics to create models that make predictions/decisions.
Machine Learning (ML)
What roles are associated with Predictive Intelligence?
[ml_admin] & [ml_report_user]
The predictive model that is generated as the output of training (supervised or unsupervised) using the training data set (output of solution definition).
Solution
Given a set of correlated inputs/outputs, the solution generated will also predict an output based on user input.
Classification
Given raw data (lookup set), the solution generated will predict similarity between a given input (example set) and the raw data
Similarity
A collection of all the words and phrases that the machine can use for that particular solution to compare rows of data based on textual similarity.
Word Corpus
Given raw data, the solution generated will generate a structure across the input data set. Each set of similar records is grouped to address them collectively or identify patterns that were not detected before.
Cluster