-
Notifications
You must be signed in to change notification settings - Fork 73
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
Questions about complexity analysis #9
Comments
That's good question. Thanks, |
Thanks for the respond.
|
Cool! |
Actually, I think the answer might be yes. Is this something I should expect? I mean, will negative sampling decrease the performance in general cases? For evaluation, I used 91 sets of synonyms of ICD codes (like [[278.0, 278.00, 278.01], [391.0, 391.1, ...]]). |
It's strange that smaller sampling size will lead to lower performance. |
Hi Ed,
As mentioned in your paper, "Therefore the complexity of Med2Vec is dominated by the code representation learning process, for which we use the Skip-gram algorithm".
I know you use grouper/parent codes to decrease the complexity of visit-level learning process. But it seems that you didn't do much on the code-level part.
Is there a reason why you do not use methods like negative sampling to decrease the complexity of code level learning process?
Thanks
Xianlong
The text was updated successfully, but these errors were encountered: