Content based filtering

Bayes Classifier

Background knowledge:

By comparing values of P(c(Xˉ)=1∣x1,...,xd)P(c(\bar{X})=1|x_1,...,x_d) and P(c(Xˉ)=−1∣x1,...,xd)P(c(\bar{X})=-1|x_1,...,x_d), one can determine whether or not the active user likes Xˉ\bar{X}. To predict P(c(Xˉ)=1)P(c(\bar{X})=1), the following expression is used.

P(c(Xˉ)=1)=∣DL+∣+α∣DL∣+2⋅αP(c(\bar{X})=1)=\dfrac{|D_L^+|+\alpha}{|D_L|+2\cdot \alpha}

In this expression, $$

f(x)=x∗e2piiξxf(x) = x * e^{2 pi i \xi x}

Last updated

Was this helpful?