TAILLE wrote:
Hi Michel,
Concerning tempo difference do you also consider the patterns themselves can do the count or do you think that this feature is irrelevant?
I think the question is whether you can estimate the tempo difference by using patterns alone. The answer is a definite yes here. In fact, you can create the weights by hand if you would want to.
I believe, for the fixed features to be of much use, it should not be possible to have a pattern predict their value.
There is 1 exception: if it the fixed feature is very important, like piece-difference, adding it makes it easier for the weights to converge on the right values, especially if you are using L2 regularization; all energy goes into 1 weight instead of thousands.
Here are some examples of features that are not predicable by patterns:
piece_difference * tempo_difference
tempo_difference > constant
tempo_difference cubed
distance_to_promotionLine_difference
etc
I tried some of these, but i have yet not found a particular useful fixed feature.
Michel