vincent10400094 / news-classification

Final project for the course "EE4037 Introduction to Digital Speech Processing" 2020 fall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Final project for the course "EE4037 Introduction to Digital Speech Processing" 2020 fall.


Languages

Language:Python 98.4%Language:Makefile 1.6%