Quiz setup
Choose a mode, topics, difficulty, timing, and feedback preferences.
Points: 0Streak: 0Lives: 3Time: --
Question navigator
Formula sheet
Linear: K(x,z)=x·z
Polynomial: K=(γx·z+coef0)^degree
RBF: K=exp(-γ||x-z||²)
Sigmoid: K=tanh(γx·z+coef0)
Margin width: 2/||w||
Decision: sign(ΣαᵢyᵢK(xᵢ,x)+b)