1 / 4

MaxEnt is useful here too

MaxEnt is useful here too. We last saw MaxEnt in the NLTK default tagger What is it doing?. Logistic regression. Very common machine learning technique Assign a positive/negative value to every feature Add up the values for features that are present The logit function tells

aletha
Télécharger la présentation

MaxEnt is useful here too

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. MaxEnt is useful here too • We last saw MaxEnt in the NLTK default tagger • What is it doing?

  2. Logistic regression • Very common machine learning technique • Assign a positive/negative value to every feature • Add up the values for features that are present • The logit function tells you the probability • Learn the best values

  3. Example: movie reviews • funny = +1 • disappointed = -2 • seagal = -3

  4. High-level overview of MaxEnt • Now you have something more complicated than a yes/no question • You’re learning probability distributions instead of probabilities • The best probability distributions are the ones that are maximally uninformative about things you don’t know • Do things you’ve never observed happen 0% of the time? No, that’s assuming information you don’t have.

More Related