简体   繁体   中英

what is the role of gamma and epsilon in the calculation of K-L divergence?

I was wondering if anyone can explain to me why gamma and epsilon might be used to calculate the KL divergence between two documents? What are their roles? I am not really good with maths so if someone can explain to me in simple terms that would be very helpful.

Thank you for the help!

I suppose you are referring to the gamma and epsilon values defined in the paper Using Kullback-Leibler Distance for Text Categorization .

epsilon is the probability of a term which is not in a document. It is set to a small value instead of 0 to avoid the distance to be infinite. gamma is a normalization coefficient to account of epsilon , so a probability of a term in a category satisfies the properties of a probability (sum to 1).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM