Lab 2: Linear Categoriser
- Build a system that learns a linear classifier given data.
- Make a new java project.
- Put in an array of 2D points in two classes.
- Make a line that separates them.
- In response to data, move the line.
- Try it with this data file.
- Try it with this data file.
- Can you make a plane for 3D?