online_lda_python
使用 Hoffman 的 Python 实现的在线 LDA。
用法
$ python online_lda.py -h
usage: online_lda.py [-h] [-o OUTDIR] [-b BATCHSIZE] [-d NUM_DOCS]
[-k NUM_TOPICS] [-t TAU_0] [-l KAPPA] [-m MODEL_OUT_FREQ]
dataset vocab_file
positional arguments:
dataset Input dataset filename.
vocab_file Vocabulary filename.
optional arguments:
2022-04-30 15:51:44
151KB
Python
1