notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Weight.md (278B)


      1 # Weight (ANNs)
      2 
      3 ML D6
      4 
      5 **Definition:** Weights in ANNs are numerical values that represent the strength of connections between neurons and biases.
      6 
      7 The connection strengths are called kernels and the sum of these + biases is the total number of trainable parameters (weights).