CSD 3939 Home Page The Prior Page The Next Page
Middlesex Logo

Lab 2: Linear Categoriser

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