首页--工业技术论文--自动化技术、计算机技术论文--计算技术、计算机技术论文--计算机的应用论文--信息处理(信息加工)论文--文字信息处理论文

基于K-邻近和朴素贝叶斯的文本分类系统设计与实现

摘要第4-5页
Abstract第5页
CHAPTER 1 INTRODUCTION第9-14页
    1.1 Background and Significance第9-11页
    1.2 Research status第11-12页
    1.3 The Main Work and Organizational Structure of the Paper第12-14页
        1.3.1 The Main Contents of the Paper第12-13页
        1.3.2 The Paper structure第13-14页
CHAPTER 2 INTRODUCTION OF TEXT CLASSIFICATION ANDRELATED TECHNOLOGIES第14-24页
    2.1 Text Classification Process第14-15页
    2.2 Pretreatment Text第15-17页
    2.3 Representation of the text第17-18页
        2.3.1 Vector Space Model第17页
        2.3.2 Feature Weight Calculation第17-18页
    2.4 Text Feature Selection第18页
    2.5 Document Frequency第18-20页
        2.5.1 Information Gain第19页
        2.5.2 Expected Cross第19-20页
    2.6 Classification Algorithm第20-22页
        2.6.1 Decision Tree Classification Algorithm第20页
        2.6.2 K- neighborhood Classification Algorithm第20-21页
        2.6.3 Naive Bayesian classification algorithm第21-22页
        2.6.4 SVM algorithm第22页
    2.7 Macro Performance Evaluation Method第22-23页
    2.8 Summary第23-24页
CHAPTER 3 SYSTEM REQUIREMENTS ANALYSIS第24-28页
    3.1 User Requirements Analysis第24-25页
    3.2 System Goals第25-27页
    3.3 System Development and Runtime Environment第27页
    3.4 Summary第27-28页
CHAPTER 4 SYSTEM DESIGN第28-36页
    4.1 The Overall Design of the System第28-30页
    4.2 Text Preprocessing Module第30-32页
        4.2.1 The Removal of Stop Words Module Design第30页
        4.2.2 Feature Selection Module Design第30-31页
        4.2.3 Space Vector Representation Module Design第31-32页
    4.3 K-Neighbor Classification Algorithm第32-33页
    4.4 Naive Bayes Classifier第33-34页
        4.4.1 Gaussian Naive Bayes第33页
        4.4.2 Multinomial Naive Bayes第33-34页
        4.4.3 Bernoulli Naive Bayes第34页
    4.5 Performance Evaluation Design第34-35页
    4.6 Summary第35-36页
CHAPTER 5 SYSTEM IMPLEMENTATION第36-47页
    5.1 Text Processing第36-38页
    5.2 Text Representation第38-39页
    5.3 Feature Selection第39-40页
        5.3.1 DF Feature Selection第39-40页
        5.3.2 2c Statistics Feature Selection第40页
    5.4 K-near Classifier第40-42页
    5.5 Naive Bayes Classifier第42页
    5.6 Achieve Performance Evaluation Module第42-43页
    5.7 Text Classification System Interface Achieve第43-46页
    5.8 Summary第46-47页
CHAPTER 6 EXPERIMENTAL RESULTS第47-55页
    6.1 K-neighborhood Classifier Results第47-50页
    6.2 Bayesian Classifier Results第50-53页
        6.2.1 Bernoulli Model Results第50-51页
        6.2.2 Polynomial Model Results第51-53页
    6.3 Experimental Results: Comparison between Different Classification Models第53-54页
    6.4 Summary第54-55页
CHAPTER 7 SUMMARY AND OUTLOOK第55-57页
    7.1 Summary第55-56页
    7.2 Further Studies第56-57页
Acknowledgements第57-58页
Reference第58-60页

论文共60页,点击 下载论文
上一篇:柔性膜卷绕系统张力控制器的研究与设计
下一篇:基于RFID中间件的数据清洗算法研究