1 / 5

Lessons from homework

Lessons from homework. Try the simplest thing first “Occam’s Razor”: Prefer the simplest hypothesis that fits the data Corresponds to the decision tree bias Shown to be useful empirically (various mostly unsatisfying philosophical justifications also exist) “Laziness” rule

mele
Download Presentation

Lessons from homework

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lessons from homework • Try the simplest thing first • “Occam’s Razor”: Prefer the simplest hypothesis that fits the data • Corresponds to the decision tree bias • Shown to be useful empirically (various mostly unsatisfying philosophical justifications also exist) • “Laziness” rule • If it works, you’re done • “Follow the data” rule • If it doesn’t work, you learn how to proceed • “Justify yourself” rule • Your audience/boss/customer will resist a complex model unless you’ve shown simple ones are inadequate

  2. This week • Rule learning • Reading: Mitchell, Chapter 10 • Evaluating hypotheses • Reading: Mitchell, Chapter 5 • Homework #2 assigned later today • Due 5:00PM October 23 • Shorter than last time

  3. Project Grading • Questions • How did you encode your task? Why is this reasonable? • Which ML approaches? Why? • How did you evaluate your system? • Were you successful? Why or why not? What did/would you try next? • Grading based on: • Thoroughness of evaluation • Understanding of ML issues (e.g. overfitting, inductive bias, etc.) • Quality of presentation • Not on ultimate performance of your system

  4. How to formulate an ML task • Example: Web pages • Classify as Student, Instructor, Course • What are the input features? • Would you use DTs or NNs? • Example: Face Recognition • Identify as one of 20 people • What are the input features? • DTs or NNs?

More Related