bquast / rnn

Recurrent Neural Networks in R
https://qua.st/rnn
73 stars 28 forks source link

Parameter optimization #36

Open strychjoey opened 4 years ago

strychjoey commented 4 years ago

hi, i'm using rnn packge for my master project. may i know, can the rnn package run the parameter optimization automatically. for example we set range of hidden dim/numepoch and it will run automatically to find the best.

tq