Giter Club home page Giter Club logo

Comments (7)

hunglv51 avatar hunglv51 commented on September 23, 2024 1

The noise is added by using dropout.
I think the L2 normalization is used to normalize feedback data for solve accommodating user or fastidious user problem.

from vae_cf.

hunglv51 avatar hunglv51 commented on September 23, 2024 1

Here 's what I think,
It 's from the problem you will face with explicit feedback: for example, accommodating users rate 3/5 star for item they don't like and 5/5 star for item they like, fastidious users rate 1/5 star for item they don't like and 3/5 star for item they like. So user feedback data can be distorted by some users. So you have to normalize user feedback and that why L2 norm for individual user .
With implicit feedback I think you will face this problem.
And I think when your feedback data is normal distribution or like normal distribution, you don't need normalization.

I have an unrelated question. When using Gaussian, the log likelihood contains confidence c_ij, but not in multinomial likelihood. Can you explain why multinomial doesn't need c_ij?

from vae_cf.

JoaoLages avatar JoaoLages commented on September 23, 2024

I wonder that also. Since it is a DAE, and I don't see any noise being added to the input, I think the noise is the L2 normalization itself?

from vae_cf.

JoaoLages avatar JoaoLages commented on September 23, 2024

Can you explain the L2 normalization in other words please? I didnt understand.
And why L2 norm instead of layer/batch norm? Btw, I have implemented it on my own on another dataset and the normalization didn't seem to help.

from vae_cf.

JoaoLages avatar JoaoLages commented on September 23, 2024

Your explanation makes sense to me. In this case where you have your inputs binary, normalization does not help.

Regarding the other issue, can you point it in the code?

from vae_cf.

hunglv51 avatar hunglv51 commented on September 23, 2024

In VAE CF paper, the Gaussian log likelihood (Eq 3) contains confidence weight c_ui but not in the Multinomial log likelihood (Eq 2). Can you explain why multinomial doesn't need confidence weight?

And I think in case of binary inputs, your feedback still can be distorted.

from vae_cf.

kruskr avatar kruskr commented on September 23, 2024

@jin530 In my opinion,both DAE and VAE ,the author used the structure of denosing ,that is L2 and dropoout,added Bernoulli noise to the input data

from vae_cf.

Related Issues (18)

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.