Submitted by Quiet-Investment-734 t3_10ek5oh in deeplearning
Is there some architecture which I can use to introduce a new class into a neural network, by dynamically changing the structure of the network ?
Submitted by Quiet-Investment-734 t3_10ek5oh in deeplearning
Is there some architecture which I can use to introduce a new class into a neural network, by dynamically changing the structure of the network ?
trajo123 t1_j4rzvz3 wrote
What do you mean by "dynamically changing the structure"? Do the previous classes remain?
One solution is to treat this as a transfer learning problem and get rid of the last layer and re-train your network with the new set of classes when the set of classes changes.