In the context of AI, "perception" refers to the process of acquiring, interpreting, selecting, and organizing sensory _______.
- Data
- Information
- Inputs
- Signals
In AI, "perception" refers to the process of acquiring, interpreting, selecting, and organizing sensory signals from the environment. This includes tasks like computer vision and speech recognition, where machines interpret and understand sensory inputs.
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.
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 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.
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.
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.
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.
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.
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 an e-commerce recommendation system powered by ML, users are consistently being recommended irrelevant items. How would you troubleshoot and resolve this issue?
- Optimize server performance.
- Gather more user data.
- Implement a better recommendation algorithm.
- Analyze and improve data quality and feature engineering.
To troubleshoot and resolve the issue of irrelevant recommendations, it's essential to analyze and improve the quality of the data used in the recommendation system and fine-tune feature engineering. This will lead to better model performance and more relevant recommendations.