[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: adaptive learning rate
Georg Martius <s0235184@sms.ed.ac.uk> writes:
> I like to implement an adaptive learning rate in my network. I like to
> make the rate dependent on the activation of one or more units. Any
> suggestions how to do it an where I should start.
> I would prefere to avoid creating my own executable since it is a
> project for the university where I have to hand in a project file.
sounds like you should just write a script, setting the lrate in the
conspec based on the activations of the units. put the script at the
level of processing that is relevant, e.g., trial process init_procs
or something.
- Randy