Question

The simplest example is to have faster/slower learning rates in the upper/lower layers of a network. I found this post on tensorflow.

  • Is there a similar trick in Keras?
  • Going one step further, can we set different learning rates for specific range/set of neurons/weights in a particular layer?
Was it helpful?

Solution

You can follow this thread here: https://github.com/fchollet/keras/pull/3004 Seems at least that the layer-wise tuning should come.

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top