binary plot2 pasir
Sparisoma Viridi1 min read ·
Introduction to Pasir 0.0.5 in how to generate artificial datasets with two features for binary classification.
Info:
- Intro to Pasir 0.05: Binary classification data with two features
- Outline
- Intro 3
- Generate and visualize datasets 13
- Range of x1 and x2 23
- Labels 33
- Markers 43
- Equations 63
- Linear lines 67
- Quadratic lines 77
- Other curved lines 87
- Tasks 94
- Closing 98
Sketch:
f(x)={1,0,x>0,x≤0.(1)
f(x)=+++++(c00)(c10x+c01y)(c20x2+c11xy+c02y2)(c30x3+c21x2y+c12xy2+c03y3)…(cn0xn+cn−1,1xn−1y+⋯+c1,n−1xyn−1+c0nyn)(2)
c00+c10x+c01y=0.(3)
(c00)+(c10x+c01y)+(c20x2+c11xy+c02y2)=0.(4)