A company is developing a merchandise sales application The product team uses training data to teach the AI model predicting sales, and discovers emergent bias. What caused the biased results?
Which of the following can take a question in natural language and return a precise answer to the question?
Which two of the following criteria are essential for machine learning models to achieve before deployment? (Select two.)
Which of the following pieces of AI technology provides the ability to create fake videos?
You have a dataset with thousands of features, all of which are categorical. Using these features as predictors, you are tasked with creating a prediction model to accurately predict the value of a continuous dependent variable. Which of the following would be appropriate algorithms to use? (Select two.)
A classifier has been implemented to predict whether or not someone has a specific type of disease. Considering that only 1% of the population in the dataset has this disease, which measures will work the BEST to evaluate this model?
Which of the following are true about the transform-design pattern for a machine learning pipeline? (Select three.)
It aims to separate inputs from features.
Which of the following is a privacy-focused law that an AI practitioner should adhere to while designing and adapting an AI system that utilizes personal data?
Which of the following can benefit from deploying a deep learning model as an embedded model on edge devices?
The graph is an elbow plot showing the inertia or within-cluster sum of squares on the y-axis and number of clusters (also called K) on the x-axis, denoting the change in inertia as the clusters change using k-means algorithm.
What would be an optimal value of K to ensure a good number of clusters?
You are developing a prediction model. Your team indicates they need an algorithm that is fast and requires low memory and low processing power. Assuming the following algorithms have similar accuracy on your data, which is most likely to be an ideal choice for the job?
Which of the following regressions will help when there is the existence of near-linear relationships among the independent variables (collinearity)?
You are building a prediction model to develop a tool that can diagnose a particular disease so that individuals with the disease can receive treatment. The treatment is cheap and has no side effects. Patients with the disease who don't receive treatment have a high risk of mortality.
It is of primary importance that your diagnostic tool has which of the following?
Which of the following text vectorization methods is appropriate and correctly defined for an English-to-Spanish translation machine?
What is the open framework designed to help detect, respond to, and remediate threats in ML systems?
An organization sells house security cameras and has asked their data scientists to implement a model to detect human feces, as distinguished from animals, so they can alert th customers only when a human gets close to their house.
Which of the following algorithms is an appropriate option with a correct reason?
Which three security measures could be applied in different ML workflow stages to defend them against malicious activities? (Select three.)
Which of the following unsupervised learning models can a bank use for fraud detection?
Which of the following tests should be performed at the production level before deploying a newly retrained model?
Which of the following approaches is best if a limited portion of your training data is labeled?
You and your team need to process large datasets of images as fast as possible for a machine learning task. The project will also use a modular framework with extensible code and an active developer community. Which of the following would BEST meet your needs?
Which two of the following statements about the beta value in an A/B test are accurate? (Select two.)