Questions tagged [unsupervised-learning]

Unsupervised learning refers to machine learning contexts in which there is no prior 'training' period in which the learning agent is trained on objects of known type. As such, supervised learning includes such disciplines as mathematical clustering, whereby data is segmented into clusters based on the minimisation or maximisation of mathematical properties and not on an attempt to classify by understanding the right context.

Unsupervised learning (or clustering) refers to machine learning algorithms in which there is no 'label' available for the training data and the model tries to learn the underlying manifold. As such, unsupervised learning includes such disciplines as mathematical clustering, whereby data is segmented into clusters based on the minimization or maximization of mathematical properties and not on an attempt to classify by understanding the right context.

618 questions
-4
votes
1 answer

Can anybody provide the classification of unsupervised learning algorithm?

Please, provide the detailed classification of unsupervised machine learning algorithm.
Sobhan
  • 1
-5
votes
1 answer

Which is a good choice LDA or PCA for feature reduction in the supervised learning model?

PCA -> Unsupervised Model or use for supervise learning too LDA -> supervise Model Both used for the feature reduction. Which is batter LDA or PCA for supervising learning feature reduction and why? Data-set: It is very famous data-set of wine to…
1 2 3
41
42