polynomklassificeringen
Polynomklassifikation, or polynomial classification, is a supervised learning task where the decision function is a polynomial of the input features. It extends linear classifiers by enabling non-linear decision boundaries, allowing better separation of data that are not linearly separable.
One common approach is to augment the input vector with polynomial features up to a chosen degree
Model complexity grows with the degree and the number of features, leading to a rapid increase in
Polynomial classifiers are used in domains where data exhibit non-linear relationships, such as image or signal