필터 지우기
필터 지우기

Best Algorithm for Machine Learning

조회 수: 2 (최근 30일)
Bryan Benedict Ordas
Bryan Benedict Ordas 2020년 1월 16일
답변: Gagan Agarwal 2024년 5월 30일
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

답변 (1개)

Gagan Agarwal
Gagan Agarwal 2024년 5월 30일
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:
  1. Decision Trees
  2. Support Vector Machines
  3. Neural Networks
  4. K-Nearest Neighbors
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.

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by