Name three subfields of machine learning.
CV, NLP, RL, Gen AI, ...
What was the first numbered version of GPT?
GPT 3
How many ways are there to permute two red and three blue balls in a line?
10
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.
Name four LLMs.
GPT, DeekSeek, Qwen, Llama, Claude, Grok, Gemini, etc.
Which major tech company has OpenAI received the most money from?
Microsoft
Evaluate e^{i * pi/4}.
sqrt(2)/2 + sqrt(2)i/2
What is the number of the undergraduate ML course at Michigan?
(EECS) 445
What does ICL stand for?
Who did OpenAI sue yesterday?
Elon Musk
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
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)
How many people authored the Transformer paper?
8
In what year was Sam Altman born?
1985
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
What does AI stand for?
lmao