Learn++ algorithm

it possible to implement learn++ algorithm with pytorch
link https://www.researchgate.net/publication/3421419_Learn_An_incremental_learning_algorithm_for_supervised_neural_networks

Hi,

You might want to rewrite your question to make it clearer what you’re trying to accomplish and maybe link reference papers that present what you’re trying to do.

it possible to implement learn++ algorithm with pytorch
link https://www.researchgate.net/publication/3421419_Learn_An_incremental_learning_algorithm_for_supervised_neural_networks

I am not familiar with this algorithm but you can most likely build the neural network using pytorch yes.
You will have to implement the custom training by hand I’m afraid though.