Comprehensive Exam Analysis Report | Project iq 9900
Microsoft’s ethical framework for developing AI that users can trust.
Providing documentation and "explainability" for AI models so users understand how decisions are made.
Exam Context: Selecting "Enable Explain Best Model" in Azure ML satisfies this principle by making the "black box" of AI understandable.Ensuring AI systems empower and engage everyone, regardless of physical ability, gender, or ethnicity.
Exam Context: Identifying barriers in voice recognition for users with speech impairments is an act of supporting Inclusiveness.Core concepts used to build and evaluate predictive models.
Regression predicts a continuous numerical value. Classification predicts a discrete label or category.
Exam Context: Predicting a taxi fare ($) is Regression; determining if a review is "Positive" or "Negative" is Classification.A tool to judge the accuracy of a classification model by cross-referencing predicted outcomes against actual reality.
Exam Context: A False Negative (FN) occurs when the system fails to detect a target that was actually present.Allowing software to see, identify, and process visual information.
A step beyond classification; it identifies individual items in an image and provides their exact coordinates (bounding boxes).
[Image showing the difference between image classification, object detection, and image segmentation] Exam Context: Use Object Detection to "identify the location of a damaged part" in a photo.The extraction of text from images, such as street signs, hand-written notes, or scanned PDFs.
Exam Context: Form Recognizer uses OCR to extract data from invoices and turn them into structured database entries.Enabling computers to interpret, transcribe, and respond to human language.
The ability to identify and categorize key elements in text like names, dates, organizations, and locations.
Exam Context: Identifying a "phone number" or "address" within a body of email text is a function of NER.Analyzing text to determine if the tone is positive, negative, or neutral.
Exam Context: A chatbot uses this to detect if a customer is becoming "upset" so it can escalate the chat to a human agent.