Skip to content

Tag: tensorflow

Is the linear model trainable in Convolution or NN?

If I’ve an following layer Is this layer trainable? As we know derivative of linear function is constant, so in this cases will the weight get ever updated? Situation like also Answer The layer is trainable. Your data will be approximated by linear function. Training process is finding a function which …