Study Cards Flashcards
__________ 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
What machine learning task is used to pick temperature and pressure to train a weather model?
Feature selection
T or F
Automated machine learning is the process of automating the time-consuming, iterative tasks of machine learning model development.
T
T or F
Automated machine learning can automatically infer the training data from the use case provided.
F
T or F
Automated machine learning works by running multiple training iterations that are scored and ranked by the metrics you specify.
T
T or F
Automated machine learning enables you to specify a dataset and will automatically understand which label to predict.
F
T or F
Labelling is the process of tagging training data with known values.
T
In machine learning, if you have labeled data, that means your data is marked up, or annotated, to show the target, which is the answer you want your machine learning model to predict.
In general, data labeling can refer to tasks that include data tagging, annotation, classification, moderation, transcription, or processing.
T or F
You should evaluate a model by using the same data used to train the model.
F
T or F
Accuracy is always the primary metric used to measure a model’s performance.
F
Accuracy is simply the proportion of correctly classi+ed instances. It is usually the +rst metric you look at when evaluating a classi+er. However, when the test data is unbalanced (where most of the instances belong to one of the classes), or you are more interested in the performance on either one of the classes, accuracy doesn’t really capture the effectiveness of a classi+er.
_____________ is a machine learning method that uses data to determine the category, type, or class of an item or row of data.
classification
____________, in machine learning, is a method of grouping data points into similar clusters. It is also called segmentation.
✑ Clustering
T or F
Azure Machine Learning designer provides drag-and-drop visual canvas to build, test, and deploy machine learning models.
T
T or F
Azure Machine Learning designer enables you to save your progress as a pipeline draft.
T