The _______ paradox refers to a situation where a model’s performance on the training data improves while its performance on unseen data deteriorates.

  • Bias
  • Curse of Dimensionality
  • Data Augmentation
  • Overfitting
The Bias-Variance trade-off paradox is the situation where a model performs exceptionally well on its training data (low bias) but poorly on unseen data (high variance). This is typically caused by overfitting.

In what way does the concept of "Explainable AI" (XAI) influence policy-making in AI governance?

  • It enhances transparency, accountability, and trust in AI systems.
  • It has no impact on policy-making decisions.
  • It hinders innovation by revealing proprietary algorithms.
  • It prioritizes speed and efficiency over transparency.
Explainable AI (XAI) plays a crucial role in policy-making by enhancing transparency, accountability, and trust in AI systems. It helps policymakers ensure that AI technologies are ethically and responsibly deployed, addressing concerns about bias and unfair decision-making.

How does AI contribute to predictive maintenance in transportation?

  • Changing tires
  • Identifying patterns in sensor data
  • Refueling vehicles
  • Scheduling driver breaks
AI contributes to predictive maintenance by analyzing sensor data from vehicles to identify patterns that may indicate potential breakdowns or maintenance needs. This proactive approach helps prevent costly unplanned downtime.

Which of the following ethical frameworks prioritizes doing the most good for the most number of people in AI decision-making?

  • Deontology
  • Egoism
  • Utilitarianism
  • Virtue Ethics
Utilitarianism is an ethical framework that prioritizes doing the most good for the most number of people. In AI decision-making, this means optimizing algorithms and systems to benefit the broader society and maximize overall welfare.

What is often a critical factor to consider in ensuring the adaptability of an AI system across different domains or applications?

  • Cloud Computing
  • Data Privacy
  • Model Complexity
  • Transfer Learning
Transfer Learning is a critical factor in ensuring the adaptability of AI systems across different domains or applications. It allows models trained on one task or dataset to be fine-tuned or reused for another related task, reducing the need for extensive training data in each new domain.

In the context of deploying a facial recognition system at a large scale (e.g., in airports), what technical challenges related to scalability and adaptability would you anticipate, and how would you plan to overcome them?

  • Hardware limitations.
  • Lighting and environmental variations.
  • Privacy and ethical concerns.
  • Security and data protection.
When deploying a facial recognition system at a large scale, scalability and adaptability challenges may include hardware limitations. To overcome this, you can consider using advanced hardware, parallel processing, and optimization techniques to ensure efficient operation.

Which type of AI is Siri (Apple's virtual assistant) categorized under?

  • AGI (Artificial General Intelligence)
  • Machine Learning AI
  • Narrow AI
  • Superintelligent AI
Siri is an example of Narrow AI, which is designed for a specific task (voice recognition and assistance) and lacks the broad learning and understanding capabilities of AGI.

In supervised learning, what is the output variable also referred to as?

  • Control variable
  • Dependent variable
  • Independent variable
  • Target variable
In supervised learning, the output variable is commonly referred to as the "target variable." It's the variable we aim to predict or understand based on the input data and features.

What could be the potential challenges of implementing blockchain and AI in financial transactions?

  • Data privacy concerns, scalability issues, regulatory compliance, and interoperability challenges.
  • Efficient resource allocation, diversified portfolios, optimal risk management, and high-frequency trading.
  • Increased transaction speed, reduced costs, enhanced security, and improved transparency.
  • Market volatility, macroeconomic factors, geopolitical events, and market sentiment.
Implementing blockchain and AI in financial transactions comes with challenges such as data privacy, scalability, regulatory compliance, and interoperability. These technologies offer benefits like improved security and transparency, but they also introduce complexities that need to be addressed.

What does interoperability in AI refer to?

  • The ability of AI systems to work seamlessly with other systems and share data.
  • The capacity of AI systems to operate independently without external support.
  • The size of AI models.
  • The speed at which AI algorithms can process data.
Interoperability in AI refers to the capability of AI systems to work together smoothly, share data, and communicate effectively with other systems, enabling them to collaborate and enhance their functionalities.

Consider a healthcare scenario where an AI model, trained on data from one hospital, is underperforming when deployed in a different hospital due to variations in data recording practices. How would you improve the model’s interoperability across these diverse data environments?

  • Keep using the same model without modifications.
  • Collect more data from the second hospital to fine-tune the existing model.
  • Train a new model from scratch using data from both hospitals.
  • Stop using AI in healthcare altogether.
Option C is the correct choice. To improve model interoperability, training a new model from scratch using data from both hospitals would ensure that the AI system is better adapted to the variations in data recording practices. Options A and D are not effective solutions, and option B may not fully address the differences in data environments.

How is AI applied in the field of cybersecurity to protect against threats?

  • Blocking all incoming traffic.
  • Managing HR records.
  • Monitoring physical security.
  • Predicting future threats.
AI is used in cybersecurity to predict and identify future threats by analyzing patterns and anomalies in network traffic and system behavior. It can proactively detect potential security breaches and help organizations take preventive measures.