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

Implement ALS and MCMC #14

Open
Hydrotoast opened this issue Jun 21, 2016 · 0 comments
Open

Implement ALS and MCMC #14

Hydrotoast opened this issue Jun 21, 2016 · 0 comments

Comments

@Hydrotoast
Copy link
Contributor

Implement ALS/MCMC similar to libfm and fastFM. This training method does not require a learning rate alpha. Both libfm and fastFM reuses a single class for both training methods due to common code.

For reference:

I have implemented the ALS algorithm in the past; however, I have not implemented an MCMC implementation before. I would proceed by first implementing the ALS algorithm and then attempt to implement the MCMC algorithm.

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