Closed asadullah797 closed 5 years ago
This is equivalent to the "symmetric model" in [Chatterjee, 2015]:
I believe you might have used the wrong order for NMF in this case. I think the following procedures are reasonable:
Really appreciate your response. Could you please share me what could be the future work using this paper as baseline. I want to extend your paper work but I don't know the direction. Can you please give me some suggestions/feedback. Thank you
I think one direction is to look at other representation learning schemes and see if similar principals apply there. For example the intermediate representation obtained by VAE have a fixed, lower dimensionality, and there people always choose a random one eg 300. It would be of great value if we can say something about it.
On Wed, May 15, 2019, 16:14 ASADULLAH notifications@github.com wrote:
Really appreciate your response. Could you please share me what could be the future work using this paper as baseline. I want to extend your paper work but I don't know the direction. Can you please give me some suggestions/feedback. Thank you
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ziyin-dl/word-embedding-dimensionality-selection/issues/16?email_source=notifications&email_token=AB7IJUFYCRV7MKXARZLUXLLPVRVMDA5CNFSM4HM6VKQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVP2FBY#issuecomment-492806791, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7IJUD4BY6JXB7MXVUNAR3PVRVMDANCNFSM4HM6VKQA .
Great Work!! I am following this paper and its code and I have a question related to Spectral Estimation. How did you get this formula. The reference you have given from [Chatterjee, 2015], I even could not find it in paper. Also I want to use NMF(Non-negative matrix factorization) instead of SVD, when I use the spectral estimation formula in the paper, I got all the elements become zero. How could I overcome this issue. Thanks!