Question You use a new text-to-image generating service to create a beautiful artistic landscape. You submit your artwork for an AI-generated artistic award and win third place. The news media picks up the story and uses your image in online articles without any compensation or attribution. Did they violate your copyright protection? A. Yes, but …
Generative AI
Question You work for a large financial institution that wants to identify undervalued stocks. To do so, you feed decades of financial information into an artificial neural network to create clusters of stocks. Then your data science team tries to find stocks in those clusters that substantially increased in value. Your data science team hopes …
Question You manage a radiology department in a large hospital. Your hospital has millions of computed tomography (CT) images. You want to create a system where once someone gets a CT scan, the system will immediately check for anomalies. That way it can be sent for review by a senior radiologist. Which generative AI system …
Question You’re an executive for a software development company. Your company develops only one product. You want to include ethical decision-making into your software development, so you ask a senior developer to also serve as the company’s chief AI ethics officer. What would be one of the challenges with this approach? A. With only one …
Question You work for a company that wants to improve spam filtering for mobile email applications. Your data science team gathers one million messages that have been correctly labeled as spam. You then train an artificial neural network to correctly identify these spam messages. After you train the system, one of the product managers asks …
Question A national newspaper reporter is writing a story on generative AI. As part of the story, they chat for hours with a new online generative chatbot. A few hours into the conversation, the chatbot tries to convince the reporter to leave his partner. The chatbot company said they don’t know why it gave these …
Question You are an executive for a large company that has a customer service department. Recently some of the top managers have been talking about replacing customer service representatives with an AI chatbot. Some of the managers feel like the chatbot should impersonate a human customer service representative. They argue that if customers know it’s …
Question You are going to use machine learning to try and do a better job predicting the weather. To start out, you just want to classify two weather events: “rain” or “not rain.” What steps would you take to build this system? A. Use a linear regression to show the trend line from “not rain” …
Question You work for a security firm that wants to use an artificial neural network to create a video facial recognition system. So you create a training set with hundreds of images of people that are found in your video footage. You initialize the artificial neural network with random weights assigned to all its connections. …
Question What is ensemble modeling? A. This is when you use a mix of different machine learning algorithms or data to improve the outcome. B. This is when you use machine learning to perform music composition. C. This is when you mix the training data with the test data to improve the machine learning algorithm. …
Question How is K Nearest Neighbor like the old saying, “birds of a feather flock together?” A. Multiclass classification is like a flock of birds that needs to be classified. B. Classify unknown data against the closest data that you do know. C. You want to fly through the data as quickly as possible. D. …
Question How does a reasoning engine work? A. It’s a way for computer scientists to optimize server code in a hosted reason repository. B. It networks together several search engines so that users always have access to good content. C. It draws conclusions, makes decisions, summarizes information, and solves problems based on available datA. D. …
Question With an artificial neural network what is the point of having a cost function? A. It helps the network determine the cost of the error so they can make larger or smaller adjustments to its guesses. B. It helps the network determine whether there should be many more hidden layers in the network. C. …
Question You’re trying to get better at prompt engineering, so you decided to try a new technique. You say, “Write a 500-word essay on large language models and hallucinations from the perspective of a computer science graduate student at a university.” What technique are you using here? A. You are using a compression technique by …
Question Kira is building a neural network to identify customer returns using binary classifications of defective or unsatisfied. In which layer of this neural network will Kira have a probability score? A. the hidden layers B. the input layer C. the output layer Answer C. the output layer Explanation The answer to the question is …