Class: Difference between revisions

No change in size ,  20 February 2023
m
Text replacement - "features" to "features"
No edit summary
m (Text replacement - "features" to "features")
Line 8: Line 8:
[[Supervised learning]] involves the construction of a [[model]] from [[input]] data points and their associated [[output]] labels or classes. Machine learning [[algorithm]] utilizes this information to construct an algorithm that can accurately predict the class of new data points or inputs. Ultimately, the goal is to minimize the discrepancy between predicted classes and actual ones.
[[Supervised learning]] involves the construction of a [[model]] from [[input]] data points and their associated [[output]] labels or classes. Machine learning [[algorithm]] utilizes this information to construct an algorithm that can accurately predict the class of new data points or inputs. Ultimately, the goal is to minimize the discrepancy between predicted classes and actual ones.


[[Unsupervised learning]] involves no output labels or classes; rather, the goal is to uncover patterns or clusters in data based on similarities or differences. In this scenario, a machine learning algorithm may group data points into distinct classes or clusters based on certain [[features]] or characteristics.
[[Unsupervised learning]] involves no output labels or classes; rather, the goal is to uncover patterns or clusters in data based on similarities or differences. In this scenario, a machine learning algorithm may group data points into distinct classes or clusters based on certain [[feature]]s or characteristics.


==Types of classes==
==Types of classes==