美文网首页
【ML】Trainable Parameter

【ML】Trainable Parameter

作者: 盐果儿 | 来源:发表于2022-06-27 02:08 被阅读0次

    Trainable Parameter: Trainable parameters are those whose value is adjusted/modified during training as per gradient.

    How to calculate trainable parameters?

    T: Trainable Parameters

    P: Previous Neurons(The neurons from the previous layer or input layer)

    C: Current Layer Neurons(The neurons from the current layer)

    B: Bias(The neurons from this layer)

    N: The number of layers, note that the input layer is not a neural network layer.

    相关文章

      网友评论

          本文标题:【ML】Trainable Parameter

          本文链接:https://www.haomeiwen.com/subject/gdndlrtx.html