General ML
History
Math
Misc.
100

Name three subfields of machine learning.

CV, NLP, RL, Gen AI, ...

100

What was the first numbered version of GPT?

GPT 3

100

How many ways are there to permute two red and three blue balls in a line?

10

100

Using ALL of the following characters exactly once: 

0, 1, 2, ..., 9 

+, -, /, * 

and parentheses, 

form the largest number you can.

Our solution: ((9543 * 876) / (1 - 0)) + 2 = 8359670.

200

Name four LLMs.

GPT, DeekSeek, Qwen, Llama, Claude, Grok, Gemini, etc.

200

Which major tech company has OpenAI received the most money from?

Microsoft

200

Evaluate e^{i * pi/4}.

sqrt(2)/2 + sqrt(2)i/2

200

What is the number of the undergraduate ML course at Michigan?

(EECS) 445

300

What does ICL stand for?

In-context learning
300

Who did OpenAI sue yesterday?

Elon Musk

300

If you have 100 kg of potatoes that are 99% water by mass, then dehydrate them until they're 98% water by mass, how many kg of potatoes do you now have?

50

300

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

You may assume that each input would have exactly one solution, and you may not use the same element twice.

You can return the answer in any order.

For x_i in nums, store (target - x_i, i) in a dictionary. If x_j is a key, return (i, j)

400

How many people authored the Transformer paper?

8

400

In what year was Sam Altman born?

1985

400

Let X be the complete metric space R with the usual Euclidean metric, and consider the contraction mapping T: X -> X defined by

T(x) = x/2 + 1.

Determine the unique fixed point x* of T.

2

400

What does AI stand for?

lmao

M
e
n
u