Coding Basics
AI Models
AI in Pop Culture
Tech Founders
Other
100

This keyword in Python is used to define a new function.

What is 'def'?

100

This type of neural network processes data with spatial hierarchies using convolutional filters.

What is a Convolutional Neural Network (CNN)?

100

The name of the AI assistant in Iron Man

What is Jarvis?

100

Who founded Facebook(now Meta)?

Mark Zuckerberg

100

Who is considered the first programmer? 

Who is Ada Lovelace?

200

This type of Python copy duplicates only references to objects, while its deeper counterpart recursively copies everything.

What is a shallow copy?

200

This function converts a linear combination or weighted sum into a probability

What is the sigmoid function or the logit function?

200

A movie that features an AI named HAL 9000?

What is 2001: A Space Odyssey?

200

A cofounder of Microsoft

Who is Bill Gates?

200

What was the first "test" to see if a program qualified as "intelligent"?

What is the Turing Test?

300

This Python feature allows you to wrap another function to modify its behavior, often seen with @staticmethod or @lru_cache.

What is a decorator?

300

This training process adapts a pretrained model’s weights to a smaller, task-specific dataset.

What is fine-tuning?

300

In the Matrix movies, the name of the name of every uniformed "Agent" that hunts down Neo

What is Agent Smith?

300
Name a cofounder of OpenAI?

Sam Altman

300

This term describes when a language model confidently outputs false information.

What is a hallucination?

400

The function that every class in Python has built in to initialize it

What is init?

400

This function converts logits into a probability distribution that sums to 1.

What is softmax?

400

The video game with an AI companion named Cortana

What is Halo?

400

This Canadian computer scientist and cognitive psychologist is the cocreator of "back propagation" enabling machine and deep learning methods.

Who is Geoffrey Hinton?

400

This two types of learning by machines: one learns with labelled example data and the other learns on data without labels, finding patterns.

What are supervised and unsupervised learning?

500

300Executing x = [[1]*3]*3; x[0][0] = 9 produces this list structure.

What is [[9,1,1],[9,1,1],[9,1,1]]?

500

This modern architecture replaced recurrence with self-attention for parallel context modeling.

What is a Transformer?

500

The name of the AI that Ryan Gosling Falls in love with in BladeRunner: 2049.

What is Joi?

500

This American Psychologist pioneered and created the Perceptron(the simplest neural network) and is considered the father of Deep Learning.

Who is Frank Rosenblatt?

500

This phenomenon describes unexpected complex capabilities that emerge in large models.

What is emergent behavior?