Sort by

recency

|

12 Discussions

|

  • + 0 comments

    DO NOT USE INPUT. I literally use input() and it failed. just set CE = 9.91. F*** THIS F****** Stupid webapp

  • + 0 comments

    This problem is similar to "Cross Entropy Calculation". But for some reason it has an Medium level. Although they are both easier than easy. No one monitors the quality of problems, right?

  • + 0 comments

    Useful resource

    ** Perplexity and cross-entropy for n-gram models**

    https://stats.stackexchange.com/questions/285798/perplexity-and-cross-entropy-for-n-gram-models

    m = 9.91 print(int(2**m))

  • + 0 comments

    Useful resource

    ** Perplexity and cross-entropy for n-gram models**

    https://stats.stackexchange.com/questions/285798/perplexity-and-cross-entropy-for-n-gram-models

  • + 0 comments

    Assuming that your using a natural logarithm to compute the cross-entropy, you would actually use e^cross-entropy. This is far more common in my experience.