A program to recognize and reward our most engaged community members
What if the outputs are dependent on each other
My Scenario
The model should take a set of inputs as a single vector and give output as a single vector. This single vector of three outputs then needs to be fed to the next stage. So looping might not
Theoretically K-NN should be able to able to predict vectors.
So is there a way to makr multiple labels at the same time instead of looping through the process three time. Interdependencies could be lost
Please suggest
Thanks