项目作者: hankcs

项目描述 :
最大熵-IIS(Improved Iterative Scaling)训练算法的Java实现
高级语言: Java
项目地址: git://github.com/hankcs/maxent_iis.git
创建时间: 2015-10-02T13:47:32Z
项目社区:https://github.com/hankcs/maxent_iis

开源协议:Apache License 2.0

下载


maxent

最大熵-IIS(Improved Iterative Scaling)训练算法的Java实现

附带了训练集和测试集,直接运行MaxEnt.main即可。

Fork自 https://github.com/tpeng/maxent ,由于我已经有一个repository叫maxent了(GIS算法:https://github.com/hankcs/MaxEnt ),所以新建了这个maxent_iis,添加了中文注解,修复了数据集加载的bug,特此说明。

A simple implementation of maximum entropy IIS (improved iterative scaling) learning algorithm in Java.

tpeng pengtaoo@gmail.com