Submitted by AKavun t3_y0zbfj in MachineLearning
PassionatePossum t1_irvbp94 wrote
If you are using CNNs, it is actually very straightforward to solve: You need different loss functions for every independent attribute. And the optimization objective is to minimize the (weighted) sum of these loss functions.
- Add a separate output layer for every independent attribute and a separate loss function to every output layer.
- During training, set target values for the unneeded layers to an arbitrary value and set the loss weights to zero.
AKavun OP t1_irvbvrj wrote
As I said, I am a beginner to this stuff. Even though I am familiar with every term in that sentence, can you maybe share some articles or videos that are doing or explaining something similar to what you have in mind so that I can understand you better?
Viewing a single comment thread. View all comments