https://github.com/octaltree/cs2j1
大学の実験科目 隠れマルコフモデル
https://github.com/octaltree/cs2j1
Last synced: 4 months ago
JSON representation
大学の実験科目 隠れマルコフモデル
- Host: GitHub
- URL: https://github.com/octaltree/cs2j1
- Owner: octaltree
- Created: 2016-10-25T15:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T12:55:08.000Z (over 8 years ago)
- Last Synced: 2024-10-18T08:16:58.294Z (8 months ago)
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 隠れマルコフモデル
## usage
```
source init.sh # activate virtualbox & pip
make # compile with cython
./main.py 4 < data/dice.txt # 課題4
```