pybnn icon indicating copy to clipboard operation
pybnn copied to clipboard

learning curve input for lcnet

Open vamp-ire-tap opened this issue 4 years ago • 2 comments

hello, why is it that the lcnet model takes as input only the configuration and not the learning curve? in the unit test example, there appears that y_train is composed of the first 2 observations from the learning curve. Shouldn't x_train also contain the learning curve observations? is this by design?

vamp-ire-tap avatar May 25 '20 17:05 vamp-ire-tap

LC-Net gets as input the hyperparameter configuration x and a numerical value t \in (0, 1] that specifies the time step / epoch, and then predicts the mean and variance of y_t

aaronkl avatar May 26 '20 18:05 aaronkl

thank you!

vamp-ire-tap avatar May 27 '20 17:05 vamp-ire-tap