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

Regularization #8

Open
rongyixiao opened this issue Nov 29, 2019 · 2 comments
Open

Regularization #8

rongyixiao opened this issue Nov 29, 2019 · 2 comments

Comments

@rongyixiao
Copy link

hello,I'd like to ask:
bulk_feat = Dense(CATES, use_bias=True, activity_regularizer=regularizers.l1(0), activation=softmax)(cfeat)
According to the paper should be like this:
bulk_feat = Dense(CATES, use_bias=True, kernel_regularizer=regularizers.l1(1.0), activation=softmax)(cfeat)
And there should be some adjustment of lambda coefficients。

@StevenBanama
Copy link
Owner

Agree with you. I dont experiment all regularizer due to limitation of time. I just wanna to keep bulk_feat as steady distribution , So you can change it.

@rongyixiao
Copy link
Author

thank you!

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

No branches or pull requests

2 participants