Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titsuki/algorithm-maximum-entropy
Maximum Entropy implementation in perl. (最大エントロピー法の実装)
https://github.com/titsuki/algorithm-maximum-entropy
Last synced: 10 days ago
JSON representation
Maximum Entropy implementation in perl. (最大エントロピー法の実装)
- Host: GitHub
- URL: https://github.com/titsuki/algorithm-maximum-entropy
- Owner: titsuki
- License: mit
- Created: 2015-08-03T15:18:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T07:06:24.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T21:50:29.206Z (about 2 months ago)
- Language: Perl6
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algorithm-maximum-entropy
## DESCRIPTION
+ This repository is my playground.
+ 高村大也著, 『言語処理のための機械学習入門』より下記をPerlで実装
+ 4章 4.5 "対数線形モデル"(最大エントロピー法) の例題4.13,4.14## USAGE
```
$ git clone https://github.com/titsuki/algorithm-maximum-entropy.git
$ cd algorithm-maximum-entropy
$ prove -Ilib
```