Unsupervised Learning

3 Unsupervised Learning: SVM

Published:
Category: { Machine Learning }
Summary: unsupervised learning: support vector machine
Pages: 3

2 Unsupervised Learning: PCA

Published:
Category: { Machine Learning }
Summary: Principal component analysis is a method to remove redundancies of the features by looking into the variances.
Pages: 3

1 Unsupervised Learning

Published:
Category: { Machine Learnin }
Summary: Unsupervised Learning! Principle components analysis Clustering K-means Clustering Algorithm: Assign data points to a group Iterate through until no change: Find centroid Find the point that is closest to the centroids. Assign that data point to the corresponding group of the centroids. How Many Groups The art of chosing K. Hierarchical Clustering Bottom-up hierarchical groups can be read out from the dendrogram.
Pages: 3