General ML
History
Math
Misc.
100

What does RL stand for?

Reinforcement learning

100

What company developed the Gemini series of LLMs?

Google

100

Compute the dot product of <-1, 3, 8> and <4, 4, 0>.

8

100

What are Evan and Albon's last names?

Evan Assmus

Albon Wu

200

What does NLP stand for?

Natural language processing

200

Who is the CEO of Nvidia?

Jensen Huang

200

Evaluate the following sum:

sum_{k = 1}^n (1/k - 1/(k + 1))

1 - 1/(n + 1)

200

As of April 2, what is the universal baseline tariff applied to all imports entering the United States?

10%

300

What's the difference between validation and testing?

Validation tunes the model (e.g., hyperparameters, model selection, etc.) while testing occurs after the final model is decided to get an unbiased estimate of performance.
300

Name three founders of OpenAI.

John Schulman
Elon Musk
Ilya Sutskever
Sam Altman

300

Answer the Monty Hall Problem.

Yes, you should switch.

300

Which teams are in the Final Four?

Auburn, Florida, Houston, Duke

400

What does GPU stand for?

Graphics processing unit

400

Who is considered the "father of information theory" and in what year was he born?

Claude Shannon, 1916

400
How many bijections exist from the order-5 cyclic group to itself?

120

400

What is the runtime complexity of bogosort?

O(n*n!)