Skip to main content

5 docs tagged with "unsupervised learning"

View all tags

Autoencoders

In this post, we will explore Autoencoders, a type of artificial neural network used for unsupervised learning that focuses on efficiently encoding input data and reconstructing it.

Histogram-Based Outlier Score (HBOS)

In this post, we'll explore Histogram-Based Outlier Score (HBOS), an unsupervised anomaly detection technique that analyzes each feature independently.

Principal Component Analysis (PCA)

In this post, we’ll explore Principal Component Analysis, a fundamental technique in unsupervised learning used for dimensionality reduction and data visualization.

Silhouette Score

The Silhouette Score is a metric used to evaluate the quality of clustering results by measuring cohesion and separation among clusters.

Unsupervised Learning Algorithms

In this post, we’ll explore the concept of unsupervised learning, a fundamental approach in machine learning where models are trained using unlabeled data.