- Building Machine Learning Systems with Python
- Willi Richert Luis Pedro Coelho
- 192字
- 2021-08-13 16:35:47
Chapter 4. Topic Modeling
In the previous chapter we clustered texts into groups. This is a very useful tool, but it is not always appropriate. Clustering results in each text belonging to exactly one cluster. This book is about machine learning and Python. Should it be grouped with other Python-related works or with machine-related works? In the paper book age, a bookstore would need to make this decision when deciding where to stock it. In the Internet store age, however, the answer is that this book is both about machine learning and Python, and the book can be listed in both sections. We will, however, not list it in the food section.
In this chapter, we will learn methods that do not cluster objects, but put them into a small number of groups called topics. We will also learn how to derive between topics that are central to the text and others only that are vaguely mentioned (this book mentions plotting every so often, but it is not a central topic such as machine learning is). The subfield of machine learning that deals with these problems is called topic modeling.
- Spring 5.0 Microservices(Second Edition)
- Mastering AWS Lambda
- Learning Bayesian Models with R
- Node.js全程實例
- Learning Apache Cassandra
- 細說Python編程:從入門到科學(xué)計算
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- C++程序設(shè)計教程(第2版)
- Arduino電子設(shè)計實戰(zhàn)指南:零基礎(chǔ)篇
- Apache Solr PHP Integration
- C語言程序設(shè)計教程
- Java程序設(shè)計及應(yīng)用開發(fā)
- 大話程序員:從入門到優(yōu)秀全攻略
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫技術(shù)叢書)
- jQuery EasyUI從零開始學(xué)