- 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.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 零基礎搭建量化投資系統:以Python為工具
- 數字媒體應用教程
- Mobile Application Development:JavaScript Frameworks
- Instant Apache Stanbol
- 三維圖形化C++趣味編程
- Banana Pi Cookbook
- JS全書:JavaScript Web前端開發指南
- C/C++程序員面試指南
- Java Web開發就該這樣學
- Software-Defined Networking with OpenFlow(Second Edition)
- Enterprise Application Architecture with .NET Core
- C/C++程序設計教程
- Web前端開發精品課:HTML5 Canvas開發詳解
- Laravel 5.x Cookbook