Basics Flashcards
Machine learning
his is often the foundation for an AI system, and is the way we “teach” a computer model to make predictions and draw conclusions from data.
Computer vision
Capabilities within AI to interpret the world visually through cameras, video, and images.
Natural language processing
Capabilities within AI for a computer to interpret written or spoken language, and respond in kind.
Document intelligence
Capabilities within AI that deal with managing, processing, and using high volumes of data found in forms and documents.
Knowledge mining
Capabilities within AI to extract information from large volumes of often unstructured data to create a searchable knowledge store.
Generative AI
Capabilities within AI that create original content in a variety of formats including natural language, image, code, and more.
Automated machine learning:
this feature enables non-experts to quickly create an effective machine learning model from data.
Azure Machine Learning designer
a graphical interface enabling no-code development of machine learning solutions.
Semantic segmentation
Semantic segmentation is an advanced machine learning technique in which individual pixels in the image are classified according to the object to which they belong. For example, a traffic monitoring solution might overlay traffic images with “mask” layers to highlight different vehicles using specific colors.
Data metric visualization:
analyze and optimize your experiments with visualization.
Notebooks
write and run your own code in managed Jupyter Notebook servers that are directly integrated in the studio.
how is document intelligence used
reading and processing documents like filling out forms, checking forms, finding the right documents in massive scanned document lists
Image analysis
You can create solutions that combine machine learning models with advanced image analysis techniques to extract information from images, including “tags” that could help catalog the image or even descriptive captions that summarize the scene shown in the image.
How is knowledge mining used?
creating indexes of large number of internal/ external documents to improve search, nlp and tagging for finding documents
Supervised machine learning
Supervised machine learning is a general term for machine learning algorithms in which the training data includes both feature values and known label values. Supervised machine learning is used to train models by determining a relationship between the features and labels in past observations, so that unknown labels can be predicted for features in future cases
Regression
Regression is a form of supervised machine learning in which the label predicted by the model is a numeric value. For example:
Classification
Classification is a form of supervised machine learning in which the label represents a categorization, or class. There are two common classification scenarios.
Binary classification
n binary classification, the label determines whether the observed item is (or isn’t) an instance of a specific class. Or put another way, binary classification models predict one of two mutually exclusive outcomes.