- Natural Language Processing with Python Quick Start Guide
- Nirant Kasliwal
- 190字
- 2021-06-10 18:36:36
Algorithms
If your algorithms are machine learning or statistical in nature, you will quite often have a lot of juice left.
There are quite often parameters for which you simply pick a good enough default during the earlier stage. Here, you might want to double down and check for the best value of those parameters. This idea is sometimes referred to as parameter search, or hyperparameter tuning in machine learning parlance.
You might want to combine the results of one technique with the other in particular ways. For instance, some statistical methods might be very good for finding noun phrases in your text and using them to classify it, while a deep learning method (let's call it DL-LSTM) might be the best suited for text classification of the entire document. In that case, you might want to pass the extra information from both your noun phrase extraction and DL-LSTM to another model. This will allow it to the use the best of both worlds. This idea is sometimes referred to as stacking in machine learning parlance. This was quite successful on the machine learning contest platform Kaggle until very recently.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Mastering RabbitMQ
- 密碼學(xué)原理與Java實現(xiàn)
- Android 9 Development Cookbook(Third Edition)
- C語言程序設(shè)計
- R語言編程指南
- Mastering Rust
- HTML5從入門到精通 (第2版)
- Haskell Data Analysis Cookbook
- Procedural Content Generation for C++ Game Development
- Android驅(qū)動開發(fā)權(quán)威指南
- Spring+Spring MVC+MyBatis從零開始學(xué)
- 后臺開發(fā):核心技術(shù)與應(yīng)用實踐
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- HTML5程序開發(fā)范例寶典