Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting validation rmse below 0.95 with MovieLens 100k #46

Open
saj1919 opened this issue Aug 1, 2015 · 0 comments
Open

Not getting validation rmse below 0.95 with MovieLens 100k #46

saj1919 opened this issue Aug 1, 2015 · 0 comments

Comments

@saj1919
Copy link

saj1919 commented Aug 1, 2015

Hi,
I am trying out different algos with Movielens 100k (ua.base and ua.test).
But best rmse I could find is biassgd

./toolkits/collaborative_filtering/biassgd --training=movielense.train --validation=movielense.test --biassgd_lambda=0.25 --biassgd_gamma=0.10 --minval=1 --maxval=5 --max_iter=100 --quiet=1

Iteration: 99 Training RMSE: 0.906892 Validation RMSE: 0.955748

Can you post best some best tunings ... as I have seen some here http://mymedialite.net/examples/datasets.html but could not translate them directly here.

Also, how to control number of latent features (hidden layer size in case of RBM) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant