AI - 900 Flashcards
This 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.
Machine learning
Capabilities within AI to interpret the world visually through cameras, video, and images.
Computer vision
Capabilities within AI for a computer to interpret written or spoken language, and respond in kind.
Natural language processing
Capabilities within AI that deal with managing, processing, and using high volumes of data found in forms and documents.
Document intelligence
Capabilities within AI to extract information from large volumes of often unstructured data to create a searchable knowledge store.
Knowledge mining
Capabilities within AI that create original content in a variety of formats including natural language, image, code, and more.
Generative AI
the foundation for most AI solutions
Machine Learning
How does machine learning work.
Machines learn from data
Machine learning models try to capture the relationship between …
Data
Microsoft Azure provides the
Machine learning service
Azure is
a cloud-based platform for creating, managing, and publishing machine learning models.
Azure Machine Learning Studiooffers multiple authoring experiences such as
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.
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.
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.
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.
an area of AI that deals with visual processing. Let’s explore some of the possibilities that computer vision brings
Computer Vision
… app is a great example of the power of computer vision. Designed for the blind and low vision community, the Seeing AI app harnesses the power of AI to open up the visual world and describe nearby people, text and objects.
Seeing AI
common computer vision tasks.
Image classification, Object detection, Semantic segmentation, Image analysis
… 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.
Semantic segmentation
… involves training a machine learning model to classify images based on their contents. For example, in a traffic monitoring solution you might use an image classification model to classify images based on the type of vehicle they contain, such as taxis, buses, cyclists, and so on.
Image classification
machine learning models are trained to classify individual objects within an image, and identify their location with a bounding box. For example, a traffic monitoring solution might use object detection to identify the location of different classes of vehicle.
Object detection
You can create solutions that combine machine learning models with advanced … 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.
image analysis