# Intro
Unsupervised Learning is a type of machine learning in which the algorithm is not provided with any pre-assigned labels or scores for the training data.
# Algorithms
- Clustering
- K-Means
- DBSCAN
- Hierachial Cluster Analysis
- Anomaaly Dectection and Novelty Detection
- One-class SVM
- Isolation Forest
- Visualization and dimensionality reduction
- Principal Component Analysis
- Kernel PCA
- Locally Linear Embedding
- t-Distributed Stochasting Neighbor Embedding
- Association Rule Learning
- Apriori
- Eclat
← MultiClass Kmeans →