Skip to content

代码参数问题 #1

Description

@xce1123

您好,阅读论文时认为会对两个参数(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions