Maximilian Pichler
Maximilian Pichler
type = "response" -> on the scale of the linear predictor, but should be on the scale of the response type = "link" -> on the scale of the response,...
default sollte das an sein
Am besten die custom loss in ein leeres fake loss object packen so wie wir das auch mit den integrierten loss functions machen.
https://arxiv.org/abs/2309.07593
see https://www.tandfonline.com/doi/10.1080/00031305.2019.1585288
Das momentane Interface ermöglich schon teilweise verrückte Sachen dank der custom loss function, AE sind auch möglich aber VAE leider noch nicht... könnte man irgendwann mal darüber nachdenken (falls überhaupt...
Multiple devices, GPU index übergeben
- indices fuer validation data? - data fuer validation data?
rnn(....), Fragen: - Formula syntax, d.h. data.frame(y = ...., x = ..., year = 1, 2,3,4), `rnn(y~x, time=~year)` - Matrix/arrays `rnn(y =, x = array (3-dim))`...
Fuer torch netzwerke so wie die fit function von keras::fit