ynuwm / spam-detection

Implement of paper Learning to Represent Review with Tensor Decomposition for Spam Detection
9 stars 4 forks source link

BUG #3

Open will-wiki opened 5 years ago

will-wiki commented 5 years ago

Has anyone encountered any of the following errors.

return 1.0/(1+math.exp(-x))*1.0 OverflowError: math range error

Qtsing commented 5 years ago

有没有人遇到以下任何错误。

return 1.0 /(1 + math.exp(-x))* 1.0 OverflowError:数学范围错误

Qtsing commented 5 years ago

请问解决了吗?