Coursework 2
  - The  coursework  is a categorisation
      task. 
 
   - If it were a binary task in 2D, could you find a line to separate?
 
   - If it were a binary task in 64D, could you find a (63D hyper) plane
      to seperate?
 
   - How would you validate those with a 2 Fold test?
 
   - How might you find the line or hyperplane?
 
   - It's got 10 categories, so it's not a binary task, it's 10-ary.
 
   - If you want to use lines for the solution, a SVM is probably the
      best way.
 
   - Lines inform MLPs.