For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unsupervised Approaches

Unsupervised learning applies when points have no external labeling of classification. Let's pretend we do not know whether the genes pairs are in the same operon. All we know are the distance between the gene pairs and the expression similarity scores. We will practice an unsupervised method using K-Means algorithm to classify the gene pairs

Last updated

Was this helpful?