0% found this document useful (0 votes)
21 views11 pages

Azure AI Fundamentals Overview

Microsoft Azure AI Fundamentals notes

Uploaded by

preethiiiii.2006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views11 pages

Azure AI Fundamentals Overview

Microsoft Azure AI Fundamentals notes

Uploaded by

preethiiiii.2006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Microsoft Azure AI Fundamentals

🔑 Key Points on Generative AI

 Definition: Generative AI is a branch of AI that creates new content (text, images, video,
code, etc.).

 How it works: Uses language models trained on large datasets (often internet/public
sources).

 Semantic relationships: Models understand how words relate, enabling them to generate
meaningful text.

 Types of models:

o LLMs (Large Language Models) → trained on massive data, powerful, generalize


well, but expensive.

o SLMs (Small Language Models) → focused on specific topics, cheaper, efficient for
domain-specific tasks.

🔑 Generative AI Scenarios / Use Cases

 Chatbots & AI agents → assist human users.

 Content creation → draft documents, images, or other media.

 Translation → automate text translation across languages.

 Summarization & explanation → simplify or condense complex documents.

Got it 👍 Here are the exam-focused key points on Computer Vision for your Microsoft Azure AI
Fundamentals prep:

🧠 Computer Vision – Key Points (Azure AI Fundamentals)

🔹 What is Computer Vision?

 AI capability that enables software to analyze and interpret images/videos.

 Achieved by training models with large datasets of labeled images.

🔹 Types of Computer Vision Tasks

 Image Classification → Predicts the main subject of an image (label).

 Object Detection → Identifies specific objects and their locations in an image.


 Semantic Segmentation → Advanced detection; identifies individual pixels that belong to
each object (more precise than bounding boxes).

 Multi-modal Models → Combine computer vision + language models (e.g., describing


images in natural language).

🔹 Common Scenarios / Use Cases

✅ Auto-captioning / tag generation for photos


✅ Visual search (find similar items)
✅ Retail → stock monitoring, automated checkout
✅ Security video monitoring
✅ Facial recognition for authentication
✅ Robotics & self-driving vehicles

🔹 Exam Tip

 Image Classification = What is in the picture

 Object Detection = What + Where

 Semantic Segmentation = Pixel-level precision

 Vision + Language = Multi-modal AI (e.g., captioning)

Great 👍 Here are the exam-focused key points on Speech AI for your Microsoft Azure AI
Fundamentals prep:

🧠 Speech AI – Key Points (Azure AI Fundamentals)

🔹 What is Speech AI?

 Speech Recognition → Converts spoken audio into text (speech-to-text).

 Speech Synthesis → Converts text into spoken audio (text-to-speech).

🔹 Capabilities & Advancements

 Handles background noise and interruptions.

 Produces expressive, human-like voices.

 Continuously improving for natural interaction.

🔹 Common Scenarios / Use Cases


✅ Personal AI assistants (phones, smart devices).
✅ Automated transcription of calls/meetings.
✅ Audio descriptions for videos or text.
✅ Real-time speech translation between languages.

🔹 Exam Tip

 Recognition = Speech → Text

 Synthesis = Text → Speech

 Challenges: noise, interruptions, natural-sounding voices.

Got it 👍 Here are the exam-focused key points on Natural Language Processing (NLP) for your
Microsoft Azure AI Fundamentals prep:

🧠 Natural Language Processing (NLP) – Key Points

🔹 What is NLP?

 AI capability that enables machines to understand and analyze human language (text).

 Based on models trained for specific types of text analysis.

 Sometimes also called Natural Language Understanding (NLU).

🔹 NLP vs Generative AI

 Many NLP scenarios are now done with generative AI, but:

 Simpler NLP models are more cost-effective for basic text analytics.

🔹 Common NLP Tasks

 Entity Extraction → Find mentions of people, places, organizations, products, etc.

 Text Classification → Categorize a document into a predefined class.

 Sentiment Analysis → Identify tone as positive, negative, or neutral.

 Language Detection → Recognize the language of the text.

🔹 Common NLP Scenarios

✅ Analyze documents or call transcripts to extract key subjects and entities.


✅ Analyze social media posts, reviews, or articles for sentiment & opinion.
✅ Implement chatbots for FAQs and predictable conversations.
🔹 Exam Tip

 NLP = Extract meaning from text

 Generative AI = Create new text

 NLP is also called NLU (Natural Language Understanding).

Great 👍 Here are the exam-focused key points on AI for Data & Insights Extraction for your
Microsoft Azure AI Fundamentals prep:

🧠 Data & Insights Extraction – Key Points

🔹 What is it?

 Uses AI to extract meaningful data from documents, images, audio, and video.

 Often based on computer vision + NLP techniques.

🔹 Core Technology

 Optical Character Recognition (OCR) → Detects and extracts text from images.

 Advanced Models → Can identify specific fields/values in documents (not just text).

 Modern solutions → Can extract from audio, images, and video too, not only text-based
forms.

🔹 Common Scenarios / Use Cases

✅ Automated form/document processing (e.g., expense claims).


✅ Large-scale digitization (e.g., census record scanning & archiving).
✅ Document indexing for search.
✅ Extracting key points & follow-up actions from meeting transcripts/recordings.

🔹 Exam Tip

 OCR = Text from images

 Advanced Extraction = Specific fields & multi-format (audio/video)

 Main goal = Turn unstructured data into structured insights.

Great 👍 Here are the exam-focused key points on Responsible AI for your Microsoft Azure AI
Fundamentals prep:
🧠 Responsible AI – Key Points

🔹 Core Principles

 Fairness → Avoid bias in data and models; ensure outputs are not discriminatory.

 Reliability & Safety → AI is probabilistic, not perfect; mitigate risks and prevent harmful
outcomes.

 Privacy & Security → Protect training data (especially personal data) and prevent leakage of
private details.

 Inclusiveness → Ensure AI solutions work for everyone, without excluding users.

 Transparency → Make AI systems understandable; explain limitations to users.

 Accountability → Developers and organizations are responsible for the impact of their AI
solutions; need governance frameworks.

🔹 Examples of Responsible AI in Practice

✅ College admissions system → Must avoid demographic discrimination, focus only on relevant
criteria.
✅ Robotics with computer vision → Use probability thresholds to avoid unsafe object handling.
✅ Facial recognition at airports → Delete temporary images promptly; restrict access.
✅ Speech-enabled chatbot → Provide text captions for hearing-impaired users.
✅ Bank loan approval system → Disclose use of AI and give transparency about training data
features.

🔹 Exam Tip

 Responsible AI = "FRIPTA" (Fairness, Reliability, Inclusiveness, Privacy, Transparency,


Accountability).

 Always connect principle → with real-world example.

🧠 Introduction to Machine Learning – Key Points

🔹 What is Machine Learning?

 A mix of data science + software engineering.

 Uses data to create a predictive model.

 Model is then used in apps/services to predict new values → this process is called
inferencing.

🔹 Who is involved?
 Data scientists → prepare and explore data, train models.

 Software developers → put models into apps/services for real-world use.

🔹 What you’ll learn in this module

 Core concepts of machine learning.

 Different kinds of ML models.

 How ML models are trained and evaluated.

 How to use Azure Machine Learning to train & deploy models without coding.

🔹 Important Note

 ML is based on math & statistics.

 But you only need to understand the basic ideas, not complex math.

Perfect 👍 Thanks for the clear write-up! Let me now pull out exam-oriented key points for Machine
Learning in Azure AI Fundamentals, based on previous year questions (PYQs) style and the way
Microsoft usually frames exam questions.

🧠 Machine Learning – Exam Key Points (Azure AI Fundamentals)

🔹 What is Machine Learning?

 Definition: AI technique where computers learn patterns from data and use them to make
predictions/decisions.

 ML learns from examples, not explicit programming.

🔹 Core Concepts

 Training data → Historical data with known inputs & outputs.

 Features (x) → Input variables (e.g., temperature, blood sugar, penguin measurements).

 Label (y) → Output to predict (e.g., sales, disease risk, species).

 Model (f) → Mathematical function that maps input (x) → output (y).

 Prediction (ŷ, “y-hat”) → Model’s guess for new, unseen data.

 Inferencing → Using a trained model to make predictions on new data.

🔹 Roles in ML
 Data Scientists → prepare data, train, and evaluate models.

 Developers → integrate trained models into apps/services.

🔹 ML on Azure

 Azure Machine Learning lets you:

o Train models

o Evaluate them

o Deploy them

o Without needing to write code

🔹 Exam-Style Quick Facts

✅ ML = teaches computer with examples → predicts new outcomes


✅ Training = finding the best model using past data
✅ Inferencing = using the trained model on new data
✅ Features = inputs; Labels = outputs
✅ ML is part of AI, uses data + algorithms
✅ Azure ML = cloud service to build & deploy ML

👉 Likely exam questions (based on PYQs):

1. What is inferencing in ML? → Using a trained model to make predictions on new data.

2. What is the role of data scientists vs developers?

3. What is a feature vs a label?

4. What is the purpose of Azure Machine Learning? → Train, test, deploy models without
coding.

5. What does ML rely on? → Data patterns, not explicit rules.

Got it 👍 Let me simplify and extract exam-focused key points from this module on Types of Machine
Learning.

🧠 Types of Machine Learning – Exam Notes (Azure AI Fundamentals)

🔹 Main Categories

1. Supervised Learning → Training data has features + known labels

o Goal: Learn relationship between features (X) and label (Y) → predict unknown
labels.
o Examples: Predict ice cream sales, house price, patient health risk.

2. Unsupervised Learning → Training data has only features, no labels

o Goal: Find patterns or groups in data without knowing the outcome.

o Example: Group customers by purchasing behavior.

🔹 Supervised Learning Types

1. Regression (Numeric Prediction)

 Output (label) = numeric value

 Examples:

o Ice creams sold vs weather

o House price vs size, location

o Car mileage vs engine size

2. Classification (Category Prediction)

 Output (label) = class/category

✅ Binary Classification → 2 possible outcomes

o Examples:

 Diabetes (Yes/No)

 Loan default (Yes/No)

 Marketing response (Positive/Negative)

✅ Multiclass Classification → More than 2 possible classes

o Examples:

 Penguin species (Adelie, Gentoo, Chinstrap)

 Movie genre (Comedy, Horror, Sci-Fi, Romance)

✅ Multilabel Classification → More than 1 label possible

o Example: A movie can be Sci-Fi + Comedy

🔹 Unsupervised Learning Types

1. Clustering

 Groups similar data points based on features (without labels).

 Examples:

o Grouping flowers by size & petal count


o Grouping customers by spending behavior

 Difference from classification:

o Classification → labels already known

o Clustering → algorithm finds groups automatically

✅ Use case:

 First cluster customers → then label groups → then train classification model.

🔹 Exam-Style Quick Facts

✅ Supervised = data with labels; Unsupervised = no labels


✅ Regression = numeric values; Classification = categories
✅ Binary = 2 classes; Multiclass = more than 2; Multilabel = multiple labels per item
✅ Clustering = grouping without pre-known labels

👉 Likely Exam Questions (PYQ style):

1. What type of ML predicts numeric values like house price? → Regression

2. What type of ML predicts Yes/No outcomes? → Binary Classification

3. What type of ML predicts one of several categories? → Multiclass Classification

4. A movie that is Sci-Fi + Comedy is an example of? → Multilabel Classification

5. Which ML type groups data without known labels? → Clustering (Unsupervised)

Perfect 👍 here’s a condensed exam-oriented key points sheet for Regression in Machine Learning
(Azure AI Fundamentals style):

🔑 Key Points – Regression (Exam Focus)

 Regression = Predict numbers (continuous values, not categories).

 It is a type of supervised learning → data has inputs (features X) and known outputs (labels
Y).

 Examples: House price, Car mileage, Ice cream sales.

 Process:

1. Split data → Training set & Validation set

2. Train → Model learns formula connecting X → Y

3. Validate → Test with unseen data

4. Evaluate → Measure errors


 Common Metrics:

o MAE → Average error size

o MSE → Penalizes bigger errors more

o RMSE → Error in real units

o R² → Model fit (0–1, closer to 1 = better)

 Improvement methods: Add more features, try different algorithms, tune hyperparameters.

 Ice Cream Example: Temp ↑ → Sales ↑ → model learns a line (formula) to predict.

✅ Core takeaway for exam:


Regression = supervised ML → predicts numeric values → evaluated using MAE, MSE, RMSE, R².

Perfect 👍 You’ve already nailed the simple explanation of Binary Classification.


Here’s a condensed exam-oriented key points sheet (like we did for regression), so it’s quick to
revise for Azure AI Fundamentals:

🔑 Key Points – Binary Classification (Exam Focus)

 Binary classification = Predict one of two outcomes (Yes/No, 1/0, True/False).

 It is supervised learning → uses features (X) and labels (Y).

 Examples: Spam email detection, Loan repayment prediction, Disease detection.

 Threshold rule: If probability ≥ 0.5 → Class 1 (Yes). If < 0.5 → Class 0 (No).

Confusion Matrix Terms

 TP (True Positive) → Correctly predicted “Yes”.

 TN (True Negative) → Correctly predicted “No”.

 FP (False Positive) → Wrongly predicted “Yes”.

 FN (False Negative) → Wrongly predicted “No”.

Key Evaluation Metrics

 Accuracy → (TP + TN) ÷ Total cases

 Recall (Sensitivity) → TP ÷ (TP + FN) → % of actual positives caught

 Precision → TP ÷ (TP + FP) → % of predicted positives that were correct

 F1-Score → Balance of Precision & Recall


 AUC (Area Under Curve) → Model performance across thresholds (1 = perfect, 0.5 =
random)

✅ Core takeaway for exam:


Binary classification = supervised learning for two classes → evaluated with Accuracy, Precision,
Recall, F1, AUC → confusion matrix helps track errors.

Common questions

Powered by AI

The key principles of Responsible AI include Fairness, Reliability & Safety, Privacy & Security, Inclusiveness, Transparency, and Accountability. Transparency is crucial because it ensures that AI systems are understandable and allow users to be aware of the limitations and decision-making processes involved. It contributes to building trust in AI systems by allowing end-users and stakeholders to comprehend how decisions are made and ensuring the AI systems use data ethically and responsibly .

Supervised learning uses labeled data to train models to predict outcomes based on input features. It involves learning the relationship between input variables and their respective labels, such as using historical sales data to predict future sales. An example is a regression model predicting house prices based on features like square footage and location. Unsupervised learning finds hidden patterns or intrinsic structures in unlabeled data, with clustering as a typical task, such as grouping customers by purchasing behavior without predefined labels .

Semantic segmentation goes beyond traditional object detection by providing pixel-level precision in identifying each object within an image, differentiating all pixels as belonging to specific classes of objects. Traditional object detection focuses more on identifying and localizing objects within bounding boxes, while image classification predicts the main subject of an image without providing detailed information on location or pixel-level identity .

Large Language Models (LLMs) are designed to handle vast amounts of data, making them powerful and capable of generalizing well across various domains. However, they are often expensive to train and maintain due to their size and computational requirements. On the other hand, Small Language Models (SLMs) are more specialized, optimized for specific tasks, making them more cost-effective and efficient for domain-specific applications .

Natural Language Processing (NLP) and Generative AI, while overlapping in some applications, differ predominantly in their approaches and cost-effectiveness. NLP, often referred to as Natural Language Understanding (NLU), focuses on extracting meaning from existing texts and performing tasks like entity extraction and sentiment analysis. It is typically more cost-effective for basic text analytics. In contrast, Generative AI involves creating new content, requiring complex models like LLMs, which, due to their extensive data requirements and computational overhead, are more costly to implement .

Optical Character Recognition (OCR) is significant in data extraction because it allows for the conversion of different types of documents, such as scanned paper documents, PDF files, and images, into editable and searchable data. This capability accelerates digitization efforts by enabling large-scale data processing and management, such as automating form entry, digitizing historical records for archiving, and enhancing document searchability, significantly improving efficiency across diverse sectors like finance, healthcare, and legal industries .

In sensitive areas such as college admissions and facial recognition systems, AI's core principles like fairness and accountability are paramount to ensure ethical operation. Fairness prevents bias and discrimination, ensuring decisions are based on relevant, unbiased criteria rather than demographic factors, crucial in college admissions. Accountability requires developers and institutions to be responsible for AI impacts, demanding transparency and proper governance, especially vital in facial recognition to mitigate privacy concerns and the potential for misuse .

Azure Machine Learning facilitates the deployment of machine learning models by providing a cloud-based platform that offers tools and services for training, evaluating, and deploying models without extensive coding knowledge. This is achieved through a user-friendly interface and automated machine learning (AutoML) capabilities, which guide users in model selection, feature engineering, and hyperparameter tuning. As a result, users can focus more on business objectives and model insights rather than complex programming tasks .

Binary classification is fundamental in AI as it simplifies complex decision making into two outcomes, facilitating predictions like spam detection or medical diagnostics (e.g., disease presence or absence). Evaluation metrics such as accuracy, precision, recall, F1-score, and AUC (Area Under Curve) are used to tune models effectively by highlighting areas of strength and paths for improvement, such as adjusting for false positives (precision) or false negatives (recall).

Inferencing in Machine Learning involves using a trained model to make predictions or decisions based on new data, which is essential for integrating AI capabilities into real-world applications, such as predicting market trends or automating tasks. In this process, data scientists are primarily responsible for preparing, training, and evaluating models using historical data. Once the model is ready, developers take over, integrating these models into applications or services where they can be used effectively to deliver predictions to end-users .

You might also like