Giter Site home page Giter Site logo

millaras / maxent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lzhang10/maxent

0.0 1.0 0.0 1.33 MB

Maximum Entropy Modeling Toolkit for Python and C++

Home Page: http://homepages.inf.ed.ac.uk/lzhang10/maxent_toolkit.html

License: Other

Python 3.14% C++ 92.22% Shell 0.38% C 2.79% Fortran 1.45% Makefile 0.03%

maxent's Introduction

A Maximum Entropy Modeling Toolkit for Python and C++

http://homepages.inf.ed.ac.uk/lzhang10/maxent.html

What is this?

This package provides a (Conditional) Maximum Entropy Modeling Toolkit for Python and C++. The library is written in ISO C++ and has been tested under GNU/Linux, FreeBSD/NetBSD and Win32 (Cygwin and http://www.mingw.org). There is also a python extension module (maxent module) available.

For more information, please have a look at the file manual.pdf in doc/ directory. The PDF document talks about the toolkit at length.

Building

See file INSTALL for detail description of building the maxent package on unix platforms. Instruction on building under win32 environment is covered in the PDF manual in doc/.

python/ directory contains source code for python binding of the toolkit. The detail instruction on building the python extension is given in python/README.

License

This software is freeware and is released under LGPL. see LICENSE file for more information.

The adoption of LGPL is in accord with the license of java maxent project: http://maxent.sf.net, from which the toolkit was derived. LGPL makes it easier to share source code, as well as new ideas, between both projects.

Misc Info

About Feature Value

Since binary feature and integer feature are more common than high precision real feature, all feature values are represented as float (4 bytes) rather than double (8 bytes) in order to save memory. If you need to specify double feature values you can find all floats in source code and replace them with double (require more memory).

Contribute

Pull requests are welcome.

maxent's People

Contributors

jirkamarsik avatar lzhang10 avatar cerob 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.