Comment Is this Swarm Intelligence? (Score 0) 38
This is really strange. This prediction seems to violate the two principles (that I'm aware of) of swarm intelligence (SI), 1) Optimizing an objective function 2) Finding how to learn what is the best strategy based on past decisions. I'll briefly describe both. (Btw, am not an expert. This is what I remember from papers I read years ago.)
1) The purpose of SI is to optimize a function. This can be a loss function or, in this case, it can be a prediction algorithm. So, if SI failed to predict the winner(s), then this is independent of maximizing the loss function of the prediction algorithm. In other words, the predictions may have been the best predictions given the loss function. Or, there was no way for the AI to make a better prediction.
2) This can be probably be best described using a physical metaphor, rather than the concept of Pareto optimality (which I haven't used in years). SI is based on the idea that, say, a colony of ants can, first, find a food source and optimize the best path to food source using only information that's collected from the ant themselves. This is done using an optimization method that reduces the search space to a few variables in which to search and therefore maximize.
So, the problem with this one prediction of the Kentucky Derby is that that SI algorithm simply hasn't been given the parameters to learn. Maybe, using historical data and this initial wrong guess, it could greatly improve its initial prediction.