Consider I have the following weights and quantitative parameters: w_1..w_n, p_1..p_n. 0 <= w <= 1
. I also have a selection of cases of parameters and associated values.
What algorithms exist for finding the optimal weights to minimize the errors of predicting the value given the parameters? And what algorithms have typically achieved the best results?
I try to predict the quality of an apple based on the parameters p_1=transport _time
, p_2=days_since_picking
. The quality is measured using a subjective likert scale.
Fifty people have rated apples with scores from 1 to 5 and I know p_1
and p_2
for all those apples. How do I predict and find the weights for p_1
and p_2
that minimize the total errors in the cases?