Data Classification in Matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
DARLINGTON ETAJE
el 11 de Sept. de 2019
Comentada: DARLINGTON ETAJE
el 16 de Sept. de 2019
When you have data that is very clustered as one but of about 3 or 5 class labels, how do you make the dataset a well spread data set so that the classification models can clearly identify the different classes present.
Thank You in Advance
2 comentarios
Respuesta aceptada
Prabhan Purwar
el 16 de Sept. de 2019
Hello,
Classification of clustered data can be achieved by projecting your data into a higher dimension, by making use of Linear Algebra techniques, which makes data more separable for clustering and classification purposes.
After projecting the data, make use of the following techniques, as illustrated in the following links:
- https://www.mathworks.com/help/stats/examples/classification.html(Basic Classification methods)
- https://www.mathworks.com/help/stats/classification-with-imbalanced-data.html(Classification with Imbalance Data)
- https://www.mathworks.com/help/deeplearning/ref/classify.html(Classification using Trained Convolution Network)
- https://www.mathworks.com/matlabcentral/fileexchange/28770-introduction-to-classification
- https://www.mathworks.com/help/stats/classificationlearner-app.html(Classificationlearner App)
Hope this helps
Más respuestas (0)
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!