Math
Vocab
History
Random
100

Factorize 926.

2 * 463

100

Which term describes the number of features or inputs used to train a model?

Dimension

100

In what year was GPT-4 released?

2023

100

Which language is TensorFlow written for?

Python

200

What is the dimension of

span([0, 1, 0], [0, 1, 1], [0, 0, 1])?

2

200

What does RAG stand for?

Retrieval-augmented generation

200

Which widely-used, open-source deep learning library was initially developed by Google Brain and released in 2015?

TensorFlow

200

What is the EECS course number for Introduction to Artifical Intelligence?

492

300

Prove the following combinatorial identity:

(n choose k) = (n - 1 choose k) + (n - 1 choose k - 1)

Fix any element. If we don't include it in the set of k, we need to choose k elements from the remaining n - 1; otherwise, we only need k - 1.

300

Explain the difference between a cost function and a loss function.

A loss functions computes the loss at a single point, while a cost function computes it for the entire dataset.

300

In which 1997 chess match did a computer first defeat a reigning world chess champion?

Deep Blue vs. Garry Kasparov

300

Which grade did Sophie skip?

6th

400

Answer the Monty Hall Problem:

You're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. 

You pick a door, say No. 1, and the host, who knows what's behind the doors, opens another door, say No. 3, which has a goat. 

He then says to you, "Do you want to pick door No. 2?" Is it to your advantage to switch your choice?

Yes

400

What attention function is used for single-head attention in the original Transformer paper?

Scaled dot-product attention

400

OpenAI had 11 co-founders. Name three.

Sam Altman, Elon Musk, Ilya Sutskever, Greg Brockman, Trevor Blackwell, Vicki Cheung, Andrej Karpathy, Durk Kingma, John Schulman, Pamela Vagata, and Wojciech Zaremba

400

How many people showed up to the last MHML meeting?

39

M
e
n
u