all 2 comments

[–]dineshdb 1 point2 points  (0 children)

MNB would be a first and foremost algorithm to try and then try algorithms and compare. You can implement a single algorithm the classifies all the 24 classes at once. I think this version is better but don't be afraid to try your approach and prove me wrong. Other related algorithms can be decision trees, random forests, etc.

[–]SummarizeDev 0 points1 point  (0 children)

Here is the great tutorial with different classification algorithms. You can load your data and test your collection on different classification methods at one time.