Skip to content

Learning how to do some unsupervised learning based on various tutorials.

Notifications You must be signed in to change notification settings

cormac85/Unsupervised

Repository files navigation

Unsupervised

Learning how to do some unsupervised learning based on various tutorials.

Resources

Mainly based on this RPubs tutorial.

I applied what I'd learned to the Wine dataset in gmm_wine.R.

Conclusions

It seems what works best in each case is heavily dependent on the character of the data, much like supervised learning. K-means clustering in particular has some very strong assumptions but often performs very well in spite of this.

Also, using PCA prior to clustering did not yield better performance for the datasets I had, though there might be other reasons to use PCA such as dimensionality reduction in more complex datasets.

About

Learning how to do some unsupervised learning based on various tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages