1 Matching Annotations
  1. Nov 2016
    1. Deep neural networks use multiple layers with each layer requiring it's own weight and bias.

      Every layer needs its own weights and bias. And in tensorflow, it is a good practice to put all weights inside a dictionary, which is easier for management.