Logistic regression with conjugate gradient descent for document classification
dc.contributor.author | Namburi, Sruthi | |
dc.date.accessioned | 2016-04-22T21:07:40Z | |
dc.date.available | 2016-04-22T21:07:40Z | |
dc.date.graduationmonth | May | |
dc.date.issued | 2016-05-01 | |
dc.description.abstract | Logistic regression is a model for function estimation that measures the relationship between independent variables and a categorical dependent variable, and by approximating a conditional probabilistic density function using a logistic function, also known as a sigmoidal function. Multinomial logistic regression is used to predict categorical variables where there can be more than two categories or classes. The most common type of algorithm for optimizing the cost function for this model is gradient descent. In this project, I implemented logistic regression using conjugate gradient descent (CGD). I used the 20 Newsgroups data set collected by Ken Lang. I compared the results with those for existing implementations of gradient descent. The conjugate gradient optimization methodology outperforms existing implementations. | |
dc.description.advisor | William H. Hsu | |
dc.description.degree | Master of Science | |
dc.description.department | Department of Computing and Information Sciences | |
dc.description.level | Masters | |
dc.identifier.uri | http://hdl.handle.net/2097/32658 | |
dc.language.iso | en_US | |
dc.publisher | Kansas State University | |
dc.rights | © the author. This Item is protected by copyright and/or related rights. You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights-holder(s). | |
dc.rights.uri | http://rightsstatements.org/vocab/InC/1.0/ | |
dc.subject | Document Classification | |
dc.subject | Machine Learning | |
dc.subject | Logistic Regression | |
dc.title | Logistic regression with conjugate gradient descent for document classification | |
dc.type | Report |