{% extends "Test-layout.html" %} {% block content %}

Unsupervised Learning

Unsupervised learning is a type of machine learning that looks for previously undetected patterns in a dataset with no pre-existing labels and with a minimum of human supervision.

Clustering Algorithms

Used for grouping similar data points together.

Dimensionality Reduction Algorithms

Used for reducing the number of features in a dataset while retaining important information.

Association Rule Learning Algorithms

Used for discovering relationships between variables in large datasets.

{% endblock %}