top of page
Writer's pictureApurba Paul

Unsupervised Learning-1

Unsupervised Learning

Unsupervised learning allows us to approach problems with little or no idea what our results should look like. We can derive structure from data where we don't necessarily know the effect of the variables.

We can derive this structure by clustering the data based on relationships among the variables in the data.

With unsupervised learning there is no feedback based on the prediction results.

Example:

Clustering: Take a collection of 1,000,000 different genes, and find a way to automatically group these genes into groups that are somehow similar or related by different variables, such as lifespan, location, roles, and so on.

Non-clustering: The "Cocktail Party Algorithm", allows you to find structure in a chaotic environment. (i.e. identifying individual voices and music from a mesh of sounds at a cocktail party).

9 views0 comments

Recent Posts

See All

Supervised Learning-1

Supervised Learning In supervised learning, we are given a data set and already know what our correct output should look like, having...

Machine Learning-1

What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that...

댓글


bottom of page