Open shaomai00 opened 6 years ago
Hi, I am the author of this paper. We implemented our method in Matlab and here is the GitHub link: https://github.com/yankeesrules/C2AE Feel free to try it out as it should reproduce results in our paper.
@chihkuanyeh , if there is something wrong in this repo, could you give some suggestions how to improve this? I am trying to use your model, but I prefer deep learning framework, like tensor flow/Keras instead of using Matlab code. Is there any reason we cannot use deep learning framework for C2AE? Thank you.
your guys problem is solved?I am so puzzled about it~
maybe you can try this implementation? https://github.com/znhub/C2AE
I saw this in validation.log Test : Coverage = 719.66, Average Precision = 0.18053248555916795, Micro Precision = 0.06627056672003306, Micro Recall = 0.6256742172322824, Micro F Score = 0.11984691841392547 => Test : Macro Precision = 0.011802305630313965, Macro Recall = 0.14954214765979945, Macro F Score = 0.021877804367018278 => P@K = [ 0. 0.02093145 0.0188383 ]
I'm a little confused about why the F score is so low, while in your paper is C-F1 is 48.6 and O-F1 is 67.6. and why is P@K so strange _
How could I know this model is really worked on 'delicious' dataset?
please help~ thank you very much~