AI-900: Microsoft Azure AI Fundamentals Topics

04 June 2021 | Viewed 1243 times

Microsoft Azure Artificial Intelligence (AI) Fundamentals - Topics

What is Artificial Intelligence?


"The ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings." - Encyclopedia Britannica<br><br>"Intelligence demonstrated by machines, in contrast to the natural intelligence displayed by humans." - Wikipedia

Machine Learning Models


<b>Machine Learning</b> is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed.

<ul><li><b>Regression Model</b> is a supervised machine learning technique used to predict numeric values.</li><li><b>Classification Model</b> is a supervised machine learning technique used to predict categories or classes.</li><li><b>Clustering Model</b> is an unsupervised machine learning technique used to group similar entities based on their features.</li></ul><b>Anomaly Detection</b> is a machine learning based technique that analyzes data over time and identifies unusual changes.

Computer Vision


<b>Computer Vision</b> is a service to analyze images and video, and extract descriptions, tags, objects, and text.

<ul><li><b>Image Classification</b> involves training a machine learning model to classify images based on their contents.</li><li><b>Image Analysis</b> is 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.</li><li><b>Object Detection</b> machine learning models are trained to classify individual objects within an image, and identify their location with a bounding box.</li><li><b>Semantic Segmentation</b> is an advanced machine learning technique in which individual pixels in the image are classified according to the object to which they belong. </li><li><b>Face Detection</b> is a specialized form of object detection that locates human faces in an image. This can be combined with classification and facial geometry analysis techniques to infer details such as age and emotional state</li><li><b>Optical Character Recognition</b> (OCR) is a technique used to detect and read text in images. </li><li><b>Form Recognizer</b> service is used to extract information from scanned forms and documents.</li></ul>

Natural Language Processing


<b>Natural Language Processing</b> (NLP) is used to understand written and spoken language.

<ul><li><b>Text Analytics service</b> is to analyze text documents and extract key phrases, detect entities (such as places, dates, and people), and evaluate sentiment (how positive or negative a document is).</li><li><b>Speech Service</b> is to recognize and synthesize speech, and to translate spoken languages.</li><li><b>Translate Text and Speech</b> service is to translate text between more than 60 languages.</li><li><b>Language Understanding Intelligent Service</b> (LUIS) service is to train a language model that can understand spoken or text-based commands.</li></ul>

Conversational AI


<b>Conversational AI</b>, AI agents participate in conversations with humans. Most commonly, conversational AI solutions use bots to manage dialogs with users.

<ul><li><b>QnA Maker</b>, this is a cognitive service enables you to quickly build a knowledge base of questions and answers that can form the basis of a dialog between a human and an AI agent.</li><li><b>Azure Bot Service</b> provides a platform for creating, publishing, and managing bots. Developers can use the Bot Framework to create a bot and manage it with Azure Bot Service - integrating back-end services like QnA Maker and LUIS, and connecting to channels for web chat, email, Microsoft Teams, and others.</li></ul>

Responsible AI


<b>Responsible AI</b> software development is guided by a set of six principles.

<ul><li><b>Fairness:</b> AI systems should treat all people fairly. No bias based on gender, ethnicity, or other factors that might result in an unfair advantage or disadvantage to specific groups of applicants.</li><li><b>Reliability and Safety:</b> AI-based software application development must be subjected to rigorous testing and deployment management processes to ensure that they work as expected before release.</li><li><b>Privacy and Security: </b>The machine learning models on which AI systems are based rely on large volumes of data, which may contain personal details that must be kept private. Even after the models are trained and the system is in production, it uses new data to make predictions or take action that may be subject to privacy or security concerns.</li><li><b>Inclusiveness:</b> AI systems should empower everyone and engage people. AI should bring benefits to all parts of society, regardless of physical ability, gender, sexual orientation, ethnicity, or other factors.</li><li><b>Transparency:</b> AI systems should be understandable. Users should be made fully aware of the purpose of the system, how it works, and what limitations may be expected.</li><li><b>Accountability:</b> Designers and developers of AI-based solution should work within a framework of governance and organizational principles that ensure the solution meets ethical and legal standards that are clearly defined.</li></ul>
Previous