Suggestion for choosing (building) loss funciton
0
$begingroup$
I would like to build a supervised learning model M satisfying the following conditions: Training data {X, Y}, where x, y are numerical vectors and size(x) = m; size(y) = n Assume: M(x) = p, then: 0 < p[k] <= y[k], for all k = 1..n Could you please suggest what are the "best" loss function and optimization method that I can use to train this model M? Thank you.
machine-learning optimization loss-function
share | improve this question
asked 13 mins ago
Hoa Ngo Hoa Ngo
1
New contributor
...