nszceta / keyzen-mab

Keyzen - Supercharged with a Multi Armed Bandit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is the score calculated?

heeh opened this issue Β· comments

commented

Thank you for sharing this, Adam.
I have been thinking this type of project for a long time and you are the one who executed this. πŸŽ‰

On the UI, I see words with their scores.
Correct me if I am wrong. I guess the low score implies the longer delay between typing two characters (bigram).

  1. Could you explain how the score is calculated? I would like to learn how you apply dynamic thompson sampling algorithm on this particular problem.
  2. Could you point me to the relevant files?
commented

Maybe we don't consider typing speed at all? Then what are the numbers on the UI?