Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 353 Bytes

DSP 2020 Fall Final Project

組員:b07902016 林義閔、b07902114 陳柏衡

Usage

資料預處理,將會產生 words.txtdocuments.txt

$ make preprocess

建立 W 矩陣,會產生 W.npy

$ make matrix

建立詞、新聞分群,結果分別為 word_cluster.txtdocument_cluster.txt

$ make cluster