Hi
I went through the code trying to figure out if the model can perform incremental training as well but could not find one. If I am not wrong, on one set of training data, it creates the model network and fixes the input and output neurons based on number of items present in that set so is there a way to change the model network to include additional items as the new items and users come and interactions grow. So how to change the model for that?
Thanks!
Hi
I went through the code trying to figure out if the model can perform incremental training as well but could not find one. If I am not wrong, on one set of training data, it creates the model network and fixes the input and output neurons based on number of items present in that set so is there a way to change the model network to include additional items as the new items and users come and interactions grow. So how to change the model for that?
Thanks!