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

代码参数问题 #1

Open
xce1123 opened this issue Jun 28, 2021 · 0 comments
Open

代码参数问题 #1

xce1123 opened this issue Jun 28, 2021 · 0 comments

Comments

@xce1123
Copy link

xce1123 commented Jun 28, 2021

您好,阅读论文时认为会对两个参数(Wc 和 Wd)进行优化,但您的代码中并没有看到对这两个参数的求解,而是下面的代码进行求解,请问能否解释下原理呢?另外特征维数为什么是2**24呢?
sum_conversion += weights[IDX_OFFSET + feature[i]]
sum_delay += weights[IDX_DELAY_OFFSET + feature[i]]
b_conversion = weights[IDX_BIAS] + sum_conversion
b_delay = weights[IDX_DELAY_BIAS] + sum_delay

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

1 participant