Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

maximum entropy model and logistic regression

I am doing a project that has some Natural Language Processing to do. I am using stanford MaxEnt Classifier for the purpose.But I am not sure, whether Maximum entropy model and logistic regression are one at the same or is it some special kind of logistic regression?

Can anyone come up with an explanation?

like image 557
Amrith Krishna Avatar asked Jan 20 '14 18:01

Amrith Krishna


People also ask

Is maximum entropy same as logistic regression?

This is exactly the same model. NLP society prefers the name Maximum Entropy and uses the sparse formulation which allows to compute everything without direct projection to the R^n space (as it is common for NLP to have huge amount of features and very sparse vectors). Save this answer.

What is maximum entropy model?

Maximum entropy modeling (MaxEnt) uses techniques developed from machine learning, allowing empirical data to be used to predict the probability of finding something under certain conditions distributed in space (Dudík et al. 2007). MaxEnt uses presence only data by generating random test points.

What are the 3 types of logistic regression?

There are three main types of logistic regression: binary, multinomial and ordinal.

What are the assumptions of multiple logistic regression?

Basic assumptions that must be met for logistic regression include independence of errors, linearity in the logit for continuous variables, absence of multicollinearity, and lack of strongly influential outliers.


1 Answers

This is exactly the same model. NLP society prefers the name Maximum Entropy and uses the sparse formulation which allows to compute everything without direct projection to the R^n space (as it is common for NLP to have huge amount of features and very sparse vectors).

like image 181
lejlot Avatar answered Oct 09 '22 18:10

lejlot