An open API service indexing awesome lists of open source software.

https://github.com/octaltree/cs2j1

大学の実験科目 隠れマルコフモデル
https://github.com/octaltree/cs2j1

Last synced: 4 months ago
JSON representation

大学の実験科目 隠れマルコフモデル

Awesome Lists containing this project

README

        

# 隠れマルコフモデル
## usage
```
source init.sh # activate virtualbox & pip
make # compile with cython
./main.py 4 < data/dice.txt # 課題4
```