Study Cards Flashcards
(91 cards)
__________ is an automated chat to answer questions about refunds and exchange
Conversational AI
__________ is when you determine if a photo contains a person
Computer vision
What would you use to determine if a review is positive or negative?
Natural language processing
Which of the 4 guiding principles is:
Ensure that AI systems operate as they were originally designed, respond to unanticipated conditions, and resist harmful manipulation.
Reliability and safety -
To build trust, it’s critical that AI systems operate reliably, safely, and consistently under normal circumstances and in unexpected conditions. These systems should be able to operate as they were originally designed, respond safely to unanticipated conditions, and resist harmful manipulation.
Which of the 4 guiding principles is:
Implementing processes to ensure that decisions made by AI systems can be overridden by humans.
Accountability -
The people who design and deploy AI systems must be accountable for how their systems operate. Organizations should draw upon industry standards to develop accountability norms. These norms can ensure that AI systems are not the final authority on any decision that impacts people’s lives and that humans maintain meaningful control over otherwise highly autonomous AI systems.
Which of the 4 guiding principles is:
Provide consumers with information and controls over the collection, use, and storage of their data.
Privacy and security -
As AI becomes more prevalent, protecting privacy and securing important personal and business information is becoming more critical and complex. With AI, privacy and data security issues require especially close attention because access to data is essential for AI systems to make accurate and informed predictions and decisions about people. AI systems must comply with privacy laws that require transparency about the collection, use, and storage of data and mandate that consumers have appropriate controls to choose how their data is used Reference:
What workload type is used for identifying handwritten letters?
Computer vision
What workload type is used for predicting the sentiment of a social media post?
Natural language processing
What workload type is used for identifying a fraudulent credit card payment?
Anomaly detection
What workload type is used for predicting next month’s toy sales?
Machine learning (regression)
What are the current MS principles for responsible AI?
Fairness
AI systems should treat all people fairly.
Reliability and safety
AI systems should perform reliably and safely.
Privacy and security
AI systems should be secure and respect privacy.
Inclusiveness
AI systems should empower everyone and engage people.
Transparency
AI systems should be understandable.
Accountability
People should be accountable for AI systems.
https://www.microsoft.com/en-us/ai/responsible-ai
T or F:
Providing an explanation of the outcome of a credit loan application is an example of the MS transparency principle for responsible AI.
T
Achieving transparency helps the team to understand the data and algorithms used to train the model, what transformation logic was applied to the data, the +nal model generated, and its associated assets. This information offers insights about how the model was created, which allows it to be reproduced in a transparent way.
T or F:
A triage bot that prioritizes insurance claims based on injuries is an example of the MS reliability and safety principle for responsible AI.
F
A data holder is obligated to protect the data in an AI system, and privacy and security are an integral part of this system. Personal needs to be secured, and it should be accessed in a way that doesn’t compromise an individual’s privacy.
T or F:
An AI solution that is offered at different prices for different sales territories is an example of the MS inclusiveness principle for responsible AI.
F
Inclusiveness mandates that AI should consider all human races and experiences, and inclusive design practices can help developers to understand and address potential barriers that could unintentionally exclude people. Where possible, speech-to-text, text-to-speech, and visual recognition technology should be used to empower people with hearing, visual, and other impairments.
What MS principle of responsible AI is this:
The system must not discriminate based on gender or race.
Fairness
What MS principle of responsible AI is this:
Personal data must be visible only to approve.
Privacy and security
What MS principle of responsible AI is this:
Automated decision-making processes must be recorded so that approved users can identify why a decision was made.
Transparency
_________________ is an independently executable workflow of a complete machine learning task. It helps to standardize the best practices of producing a machine learning model, enables the team to execute at scale, and improves the model building efficiency.
An Azure Machine Learning pipeline
_________ automates the process of building machine learning models and taking the model to production. This is a complex process. It usually requires collaboration from different teams with different skills. A well-defined machine learning pipeline can abstract this complex process into a multiple steps workflow, mapping each step to a specific task such that each team can work independently.
Machine learning operation (MLOps)
What AI workload is used when an automated chatbot answers questions about refunds & exchanges?
Knowledge mining
What AI workload is used to determine whether a photo contains a person?
Computer vision
What AI workload is used to determine whether a review is positive or negative?
Natural language processing
What machine learning task is used to examine the values of a confusion matrix?
Model evaluation
What machine learning task is used to split a date into month, day, and year fields?
Feature engineering