I am planning to use SlopeOne algorithm to predict if a gamer can complete a given level in a Game or not?
Here is the scenario:
Using this information:
When a new gamer starts playing the game, after a few levels, I want to be able to predict which level can the Gamer Cross easily and which levels can he/she not cross easily.
with this predictive ability I would like to present the game levels that the user would be able to cross with 50% probability.
Can I use SlopeOne algorithm for this?
Reasoning is I see a lot of similarities between what I want to with say a movie rating system.
n users, m items and N ratings to predict user rating for a given item.
Similarly, in my case, I have
n users, m levels and N Retries ...
The only difference being in a movie rating system the rating is fixed on a 1-5 scale and in my case the retries can range from 1-x (x could be as high as 30)
while theoretically someone could retry more 30 times, for now I could start with fixing the upper limit at 30 and adjust after I have more data.
Thanks.
I think it might work, but I would apply log to the number of tries (you can't do log(0) so retries won't work) first. If someone found a level easy they would try it once or twice, whereas people who found it hard would generally have to do it over and over again. The difference between did it in 1 go vs 2 goes is much greater than 20 goes vs 21 goes. This would remove the need to place an arbitrary limit on the number of goes value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With