How can I solve a 3 class problem using perceptron with second order feature without neural network toolbox ?

1 view (last 30 days)
Now I have generated 3 classes data on xy-plane, I need to build a one layer perceptron with matlab with second order curve and the feature like : x,x^2,y,y^2,xy,1 to distinguish the three classes data. And it is not allowed to use the functions of neural network toolbox.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!