- Decision Trees
- Support Vector Machines
- Neural Networks
- K-Nearest Neighbors
Best Algorithm for Machine Learning
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi! I just want to ask a help for this problem. I don't know what algorithm should I choose from Machine Learning. I have my own Data set. It consists of 3 predictors and 24 classifiers. it consistsof RGB as predictors and 1 hour to 24 hours as classifiers. Thanks! ![Untitled1.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262038/Untitled1.jpeg)
![Untitled1.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262038/Untitled1.jpeg)
0 commentaires
Réponses (1)
Gagan Agarwal
le 30 Mai 2024
Hi Bryan,
This is the scenario which is often defined as multi-class classification problem and the choice of algorithm can depend on various factors, including the size of your dataset, the complexity of the decision boundary between classes etc.
Here are a few algorithms that are commonly used for multi-class classification tasks, which you might consider:
Given RGB values as predictors, which can capture complex patterns, and aiming to classify into one of 24 hours, a model that can handle high-dimensional data and complex relationships well, like a Neural Network, might be particularly suitable.
0 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!