Skip to content
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

FEA: Add ENMF model #643

Merged
merged 9 commits into from
Jan 10, 2021
Merged

FEA: Add ENMF model #643

merged 9 commits into from
Jan 10, 2021

Conversation

linzihan-backforward
Copy link
Collaborator

No description provided.

@ShanleiMu ShanleiMu self-requested a review January 1, 2021 08:55
# @Email : zhlin@ruc.edu.cn

r"""
MultiDAE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MultiDAE -> ENMF

def __init__(self, config, dataset):
super(ENMF, self).__init__(config, dataset)

self.embedding_dim = config['embedding_dim']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

embedding_dim -> embedding_size

@@ -0,0 +1,5 @@
embedding_dim: 64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

embedding_dim -> embedding_size

dropout_prob: 0.7
reg_weight: 0.0
negative_weight: 0.5
training_neg_sample_num: 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

training_neg_sample_num has been declared in overall.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants