hankcs / maxent_iis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%