What is the derivative of the following:
Slide 3
What is x after the function?
def modify(lst):
....lst.append(4)
....lst = [1,2,3]
x = [0]
modify(x)
[0, 4]
This type of variable can take on values like “red,” “blue,” or “yes,” “no.”
What is a categorical variable?
Largest UofT library currently
Robarts Library
A programming construct that allows for a block of code to be executed without ever stopping
Infinite Loop
What is the value of this definite integral?
17/6
What does this evaluate to:
NOT(NOT(NOT(NOT(NOT(FALSE)))))
FALSE
If two variables tend to increase together, their correlation is described as this.
What is positive correlation?
Initial name of UofT before it was called UofT
King's College
In "Honeymoon in Vegas", poker player James Caan wins a weekend with Nicolas Cage's girl, played by her
Sarah Jessica Parker
What number does this series add up to :
2
Changing a representation to store fewer bits of data
Compression
This rule says that about 68% of data in a normal distribution falls within one standard deviation of the mean.
What is empirical rule?
Initial name of UTM before it was called UTM
Erindale College
The computational method which is concerned with the removal of unnecessary detail is called ____
Abstraction
This condition must be true for a square matrix A to be invertible.
det(A) does not equal 0
The generation in which the internet was first used
4th generation
A function, f(x) used to define the likelihood of a continuous random variable falling within a specific range of values
pdf function
U of T’s first Canadian-born full professor in 1875, then its first Canadian-born president
James Loudon
Other people say You Live Only Once, but in Deep Learning world, YOLO means something else
You Only Look Once
Evaluate the following limit (Slide 6):
1
Which is faster to access: CPU register, Cache, RAM, Disk
Give correct order (fast → slow)
Registers → Cache → RAM → Disk
A function, f(x) used to define the likelihood of a continuous random variable falling within a specific range of values,
pdf function
This breed was found by a UofT science student by taking the animal and it’s mother
Canadian Sphynx Cat
A 5 step process that summarizes how computers run
Fetch/Execute cycle