- 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.
- SQL Server 從入門到項目實踐(超值版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Intel Galileo Essentials
- Getting Started with CreateJS
- C語言程序設計
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Magento 1.8 Development Cookbook
- The Data Visualization Workshop
- Access 2016數據庫管
- Unity 5.x By Example
- 軟件測試技術指南
- Java網絡編程核心技術詳解(視頻微課版)
- 編程菜鳥學Python數據分析
- Java SE實踐教程
- 編程可以很簡單