Git Product home page Git Product logo

grseb9s / maxent-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jkramar/maxent

0.0 1.0 0.0 1.24 MB

maxent is an R package with tools for low-memory multinomial logistic regression, also known as maximum entropy. The focus of this maximum entropy classifier is to minimize memory consumption on very large datasets, particularly sparse document-term matrices represented by the tm package. The classifier is based on an efficient C++ implementation written by Dr. Yoshimasa Tsuruoka.

R 33.33% C++ 66.67%

maxent-2's Introduction

maxent: Low-memory Multinomial Logistic Regression with Support for Text Classification

Description:	maxent is an R package with tools for low-memory multinomial logistic regression, also known as maximum entropy. The focus of this maximum entropy classifier is to minimize memory consumption on very large datasets, particularly sparse document-term matrices represented by the tm package. The classifier is based on an efficient C++ implementation written by Dr. Yoshimasa Tsuruoka.
Version:		1.3.2
Depends:		R (โ‰ฅ 2.13.0), Rcpp, SparseM, tm
Published:		2012-05-22
Authors:		Timothy P. Jurka
Maintainer:		Timothy P. Jurka <tpjurka at ucdavis.edu>
License:		GPL-3


INSTALLATION
============
maxent requires R 2.13+, which can be downloaded at http://www.r-project.org/. To build and install sentiment, run the following commands while in the root folder:

R CMD REMOVE maxent
R CMD BUILD maxent
R CMD INSTALL maxent_X.X.X.tar.gz (where the X's should be replaced with the version number -- e.g. 1.3.2)


SOURCE CODE
============
To modify the R code, go to the maxent folder, and modify files within the R directory. After making changes, ensure the package passes R CHECK using the following command:

R CMD CHECK maxent

maxent-2's People

Contributors

timjurka avatar jkramar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.