The full meaning of ELITE in Rice ELITE Tech
What is Emerging Leaders in Technology and Engineering?
The instructors teaching you right now
Who are Annie and Victoria?
The "to the power of" symbol in Python
What is **?
The division of most Rice sports
What is D1?
The simplest AI in excel that we covered yesterday
What is a linear regression?
What is Houston, Texas
The head instructor (spell out his full name)
Who is Dr. Millard McElwee?
plt.imshow("image.png")
What is the function that displays a picture
What fictional story Rice's housing is known after
What is "Harry Potter housing?" (residential colleges)
The clustering technique that classifies clusters around random cluster points, moves cluster centers to the mean of points, then reclassifies.
What is K-means clustering?
Reginald Desroches
Who is the President of Rice University?
One LI from Rice and their residential college
Who is (one of the following): Victoria (Duncan), Claire (Jones), Evan (Jones), Austin (McMurtree), Lizzy (McMurtree), Pinar (Brown)?
Format for an if statement
What is if (conditional): <enter tab> <code>?
How many water balloons Rice students fill for their annual water balloon fight (we'll give you the points if it's in the correct range)
Between 10,000 and 20,000 balloons (each bucket produces ~10 to 70 buckets!!)
The 3 types of layers in a neural network
What are the input layer, the hidden layers, and the output layer?
Rice mascot's name
Who is Sammy the Owl?
What is Weiss?
The output of the following code:
for i in range(10):
print(i+1)
What is
1
2
3
4
5
6
7
8
9
10
The type of tree that primarily make up the campus inner loop (hint it arches!)
What are oak trees?
The function that squishes numbers to something between 0 and 1
What is an activation function?
4 Rice residential colleges
What are (4 of the 11): Hanszen, Duncan, McMurtree, Lovett, Baker, Brown, Martel, Sid Rich, Weiss, Will Rice, Jones?
The Head Instructor for this course (if y'all still don't know this it's a problem)
Who is Dr. Millard McElwee?
The output of the following code:
list = [1, 2, 3, 4]
if (len(list) == 3):
print("hello")
What is nothing?
What is the distribution system?
The thing that the number of output neurons corresponds to
What is the number of output groups?