I need to apply a machine learning technique to categorize a data set in to a large number of classes (around 60). What would be the best machine learning technique to use? I just want to get an idea.
Basically, there is no best machine learning algorithm, however, I recommend trying linear algorithms first, but if you found them not sufficient, you could give kernel methods and neural networks a try.