20 hard technology quiz questions and answers for expert-level trivia fans on advanced AI and data science.
1. What is a 'recurrent neural network' (RNN) designed to handle?
💡 RNNs are designed to process sequential data, like time series or natural language, by maintaining memory of previous inputs.
2. What is 'transfer learning' in machine learning?
💡 Transfer learning applies knowledge already learned from one task to help solve a different but related task.
3. What is the 'Turing Test' designed to evaluate?
💡 The Turing Test, proposed by Alan Turing, evaluates whether a machine can exhibit behavior indistinguishable from a human's.
4. What is 'few-shot learning'?
💡 Few-shot learning enables a model to learn a new task effectively from only a small number of training examples.
5. What is 'backpropagation' in neural networks?
💡 Backpropagation trains neural networks by computing error gradients and propagating them backward to adjust weights.
6. What does an 'attention mechanism' allow a neural network to do?
💡 An attention mechanism allows a neural network to dynamically focus on the most relevant parts of its input when making predictions.
7. What is a 'generative adversarial network' (GAN)?
💡 A GAN consists of two neural networks, a generator and discriminator, competing against each other to produce realistic synthetic data.
8. What does 'gradient descent' optimize in machine learning?
💡 Gradient descent is an optimization algorithm that adjusts model parameters to minimize a loss function.
9. What does 'overfitting' indicate about a machine learning model?
💡 Overfitting occurs when a model learns training data too specifically, hurting its ability to generalize to new data.
10. What does 'model interpretability' refer to?
💡 Model interpretability describes how easily a human can understand why a model made a particular decision or prediction.
11. What does 'explainable AI' (XAI) aim to achieve?
💡 Explainable AI aims to make the decision-making processes of AI systems transparent and understandable to humans.
12. What is a 'transformer' architecture in AI, notably used in models like GPT?
💡 The transformer architecture, relying on self-attention mechanisms, revolutionized natural language processing and powers models like GPT.
13. What is a 'loss function' in machine learning?
💡 A loss function quantifies the difference between a model's predictions and the actual, correct outcomes.
14. What does 'data augmentation' involve?
💡 Data augmentation artificially expands a training dataset by creating modified variations of existing data samples.
15. What is a 'convolutional neural network' (CNN) primarily used for?
💡 CNNs are specialized neural networks particularly effective at processing grid-like data, such as images.
16. What does 'bias' refer to in the context of AI and machine learning models?
💡 AI 'bias' refers to systematic errors leading to unfair outcomes, often stemming from biased or unrepresentative training data.
17. What is 'federated learning'?
💡 Federated learning trains machine learning models across many decentralized devices, without requiring raw data to be centrally shared.
18. What is 'feature engineering' in machine learning?
💡 Feature engineering involves selecting, creating, and transforming input variables to improve a model's predictive performance.
19. What is 'hyperparameter tuning' in machine learning?
💡 Hyperparameter tuning involves adjusting a model's configuration settings, not learned from data, to optimize performance.
20. What does 'AGI' stand for in AI discussions?
💡 AGI stands for Artificial General Intelligence, referring to hypothetical AI with human-level cognitive abilities across many domains.