Recent content by tomeram

  1. T

    Graduate How Effective Is a Neural Network Model in Predicting Poker Hands?

    Hi Thanks The problem id that the output of the model is already a distribution - the distribution of getting a certain value. The problem is that each observation comes from a different observation and I need to know if the model predicts the distribution correctly. It is rare to get two...
  2. T

    Graduate How Effective Is a Neural Network Model in Predicting Poker Hands?

    Hi Thanks The problem id that the output of the model is already a distribution - the distribution of getting a certain value. The problem is that each observation comes from a different observation and I need to know if the model predicts the distribution correctly. It is rare to get two...
  3. T

    Graduate How Effective Is a Neural Network Model in Predicting Poker Hands?

    Hey I have a neural network model that produces as an output a vector of 169 variables which represents the probability of having a certain hand in poker (2 random cards dealt from a regular deck - 169 possibilities if considering only if the cards are from same suit or not). The model...