T-Rex icon indicating copy to clipboard operation
T-Rex copied to clipboard

[MLP] network gets confused

Open amaneureka opened this issue 8 years ago • 3 comments

In a long run, sometimes the network gets confused and plays lame from next game.

amaneureka avatar May 02 '16 06:05 amaneureka

Possible solution: Exponentially decrease learning rate proportional to confidence of network.

amaneureka avatar May 02 '16 06:05 amaneureka

Why does it get confused ?

yask123 avatar May 04 '16 17:05 yask123

Solution itself explains it. It's not good idea to move saturated weights with small momentum when they are already saturated. Hence it should decrease it's learning rate as network get confident on its decision.

amaneureka avatar May 04 '16 18:05 amaneureka