Classification Algorithms for Unlabelled Data

I have a large amount of data for which I basically have to learn a classifier model.
Since I dont have labels for my data (ie my classes arent defined) , I am plannig to use a clustering based model.Could I use Random Forests/ Gradient Boosting Algoritihm in an unsupervised way for classification?Are these good approaches for unlabelled data?

 Respuesta aceptada

Akira Agata
Akira Agata el 14 de Jul. de 2017

1 voto

Unsupervised classification algorithms are summarized in the following link.
I think a simple k-Means clustering algorithms would be good first step for your data. Please try kmeans function and find out a hidden pattern in your data.

Más respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 21 de Nov. de 2016

Comentada:

el 5 de Mayo de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by