- Natural Language Processing with Python Quick Start Guide
- Nirant Kasliwal
- 186字
- 2021-06-10 18:36:35
Quick wins – proof of concept
We want to quickly spot the types of algorithms and dataset combinations that sort of work for us. We can then focus on them and study them in greater detail.
The results from here will help you estimate the amount of work ahead of you. For instance, if you are going to develop a search system for documents based exclusively on keywords, your main effort will probably be deploying an open source solution such as ElasticSearch.
Let's say that you now want to add a similar documents feature. Depending on the expected quality of results, you will want to look into techniques such as doc2vec and word2vec, or even some convolutional neural network solution using Keras/Tensorflow or PyTorch.
This step is essential to get a greater buy-in from others around you, such as your boss, to invest more energy and resources into this. In an engineering role, this demo should highlight parts of your work that the shelf systems usually can't do. These are your unique strengths. These are usually insights, customization, and control that other systems can't provide.
- 大學計算機基礎(第二版)
- ReSharper Essentials
- JavaScript高效圖形編程
- 摩登創客:與智能手機和平板電腦共舞
- JMeter 性能測試實戰(第2版)
- PowerCLI Cookbook
- React Native Cookbook
- Unity 2020 Mobile Game Development
- MATLAB實用教程
- 可解釋機器學習:模型、方法與實踐
- Mastering Android Development with Kotlin
- MATLAB 2020從入門到精通
- Natural Language Processing with Java and LingPipe Cookbook
- R Data Science Essentials
- 工業機器人離線編程