What it is it like plotting two independent features heat and vibrations etc. on a x and y axis? Is that a right thing to do?
Sorry, I do not understand your question.
if you see this video it shows plotting two unlabelled inputs along x,y axis. How can it plotted when on two dimensional axis with no relation amongst both x1 and x2.
What is the name or title of the video?
Hi @kapilvk ,
Each data point in this case is a two dimensional vector containing features X_1, and X_2 as seen in the graph. These features describe a data point. For example, the dataset for T-shirts, where each T-shirt has two features, height and weight, then, X_1 could be height, and X_2 the weight.
As an example, we can use the clustering algorithm to group data points into small, medium and large sizes.
1 Like
ok, Understood, thank you.
1 Like
