conditional probability,
probability of event x given being class C
evidence p(x)
Annotations:
marginal probability
probabilty of event x
Risk function
Reject class
Discriminant Functions g(x)
Associative Rule
Support(X,Y) ≡ P(X,Y)
Confidence(X → Y) ≡ P(Y|X)
Lift(X → Y) = P(X,Y) / (P(X) * P(Y))
Annotations:
= P(Y|X) / P(Y)
kind of descripting relationship btw X and Y
Regression
Modeling
Triple tradeoff
Complexity
Annotations:
[Underfitting]
Too low complexity, it may give high probability of false positive.
amount of data points
Generalisation error
Annotations:
[Overfitting]
Hypothesis class is too complicated and fit the training data points.
However, the new data points may match the hypothesis and the classification error may raise.
Math notation
g(x|θ)
Annotations:
where g(·) is the model, x is the input, and θ are the parameters