- Natural Language Processing with Java and LingPipe Cookbook
- Breck Baldwin Krishna Dayanidhi
- 93字
- 2021-08-05 17:12:48
Chapter 1. Simple Classifiers
In this chapter, we will cover the following recipes:
- Deserializing and running a classifier
- Getting confidence estimates from a classifier
- Getting data from the Twitter API
- Applying a classifier to a
.csv
file - Evaluation of classifiers – the confusion matrix
- Training your own language model classifier
- How to train and evaluate with cross validation
- Viewing error categories – false positives
- Understanding precision and recall
- How to serialize a LingPipe object – classifier example
- Eliminate near duplicates with the Jaccard distance
- How to classify sentiment – simple version
推薦閱讀
- 騰訊iOS測試實踐
- R語言游戲數據分析與挖掘
- VSTO開發入門教程
- Python進階編程:編寫更高效、優雅的Python代碼
- SAS數據統計分析與編程實踐
- 精通網絡視頻核心開發技術
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Unity 2D Game Development Cookbook
- 智能手機故障檢測與維修從入門到精通
- Python 3快速入門與實戰
- 微信小程序開發邊做邊學(微課視頻版)
- C#程序開發參考手冊
- 生成藝術:Processing視覺創意入門
- 自己動手做智能產品:嵌入式JavaScript實現
- Test-Driven Java Development(Second Edition)