Coder Social home page Coder Social logo

logistic-mf's People

Contributors

mrchrisjohnson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

logistic-mf's Issues

Model Validation Question

This isn't a code issue at all, just a question about the MPR validation you chose for this model (if there's a better place for this q let me know):

When you say you randomly sampled "full entries", does that mean you just removed 10% of the r_ui values? If so, what does that do to the user by item matrix needed for estimation? I'm imagining the training matrix looks like swiss cheese with the test entries as holes.

Memory-optimization

Hi Chris,

I was wondering if there could be a csr_matrix impl of observation_matrix as my matrix is way to big but sparse. I tried changing the source code but the following operations in method "deriv" is consuming a lot of memory.

    A = np.dot(self.user_vectors, self.item_vectors.T)
    A += self.user_biases
    A += self.item_biases.T
    A = np.exp(A)
    A /= (A + self.ones)
    A = (self.counts + self.ones) * A

Can you think of any alternate way of doing this?

Regards,
Akshay

Ranking model of logistic-MF

Hi,

According to the performance of logistic-mf, I think it would be interesting if we make a ranking version of implicit-mf. How do you think? Can we apply it based on Bayesian Personalized Ranking?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.