Artificial Intelligence Cheat Sheet 2026
The 30 highest-yield Artificial Intelligence facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
45 questions
50 min time limit
70.00% to pass
- What does 'dropout' do during neural network training? → Randomly deactivates neurons during each training step to reduce overfitting
- Which architecture introduced residual (skip) connections to train very deep networks? → ResNet
- What distinguishes a convolutional neural network (CNN) from a standard feedforward network? → CNNs apply learnable filters that share weights spatially
- Which architecture introduced the concept of encoder-decoder with skip connections, widely used for image segmentation? → U-Net
- What is 'human-in-the-loop' AI? → A system where human judgment is incorporated at critical decision points
- Which of the following describes narrow AI? → AI specialized in a single task like playing chess
- What is the purpose of a pooling layer in a CNN? → Reduce spatial dimensions and provide translational invariance
- What is 'image classification' in computer vision? → Assigning a single label to an entire image based on its content
- Which evaluation approach splits data into multiple folds, training and testing on different combinations? → Cross-validation
- Which of the following is a primary goal of Artificial Intelligence research? → Reasoning
- What does 'epoch' mean in neural network training? → One complete pass through the entire training dataset
- What is a 'frame' in the context of knowledge representation? → A data structure that groups an object's attributes and default values into a single unit
- Which of the following search algorithms uses the least amount of memory? → Depth First Search
- What is 'explainability' (or interpretability) in AI? → The degree to which humans can understand and trace how an AI makes decisions
- Which scenario best illustrates algorithmic bias in AI? → A hiring model penalizing resumes from certain demographics due to skewed training data
- What is 'consent' in AI data collection? → Individuals knowingly and voluntarily agreeing to have their data collected and used
- What does 'backpropagation' compute in a neural network training cycle? → The gradient of the loss with respect to each network weight
- What does regularization in machine learning primarily address? → Overfitting
- What is the purpose of a validation set in machine learning? → To tune hyperparameters and detect overfitting
- The role of an inference engine in an expert system is to: → Apply logical rules to the knowledge base to derive new facts or conclusions
- What is backpropagation in neural network training? → Using the chain rule to compute gradients and update weights
- What does 'fine-tuning' a pre-trained language model involve? → Continuing training on a task-specific labeled dataset to adapt the model to a new task
- Which of the following is an Artificial Intelligence tool? → Neural networks
- What does backpropagation compute during neural network training? → Gradients of the loss with respect to each weight
- Which of these is a closely related field to AI? → Mathematics
- Which query language is used to retrieve and manipulate data stored in RDF (Resource Description Framework) knowledge graphs? → SPARQL
- In machine learning, what problem occurs when a model performs well on training data but poorly on unseen data? → Overfitting
- What problem do LSTMs (Long Short-Term Memory networks) solve compared to standard RNNs? → Vanishing gradients over long sequences
- What is a confusion matrix used to evaluate? → Classification model performance across all classes
- Which word embedding model learns vector representations by predicting surrounding words (skip-gram) or predicting a word from context (CBOW)? → Word2Vec
Turn these facts into recall:
Was this helpful?