AI Flashcards
1
Q
Main classes of ML algorithms
A
Supervised, Unsupervised, semi-supervised, RL
2
Q
Three sources of uncertainty
A
Inherent stochasticity
Incomplete observability
Incomplete modeling
3
Q
Discretizes
A
Splits a continuous variable into discrete sections (lose precision)
4
Q
Scalar
A
Single number (in italics)
5
Q
Vectors
A
An array of numbers
6
Q
Matrices
A
2D array of numbers (m X n). m = height. n = width
7
Q
Tensor
A
An array with more than two axes