- Natural Language Processing with Python Quick Start Guide
- Nirant Kasliwal
- 272字
- 2021-06-10 18:36:34
NLP workflow template
Some of us would love to work on Natural Language Processing for its sheer intellectual challenges – across research and engineering. To measure our progress, having a workflow with rough time estimates is really valuable. In this short section, we will briefly outline what a usual NLP or even most applied machine learning processes look like.
Most people I've learned from like to use a (roughly) five-step process:
- Understanding the problem
- Understanding and preparing data
- Quick wins: proof of concepts
- Iterating and improving the results
- Evaluation and deployment
This is just a process template. It has a lot of room for customization regarding the engineering culture in your company. Any of these steps can be broken down further. For instance, data preparation and understanding can be split further into analysis and cleaning. Similarly, the proof of concept step may involve multiple experiments, and a demo or a report submission of best results from those.
Although this appears to be a strictly linear process, it is not so. More often than not, you will want to revisit a previous step and change a parameter or a particular data transform to see the effect on later performance.
In order to do so, it is important to factor in the cyclic nature of this process in your code. Write code with well-designed abstractions with each component being independently reusable.
Let's expand a little bit into each of these sections.
- Mobile Application Development:JavaScript Frameworks
- Microsoft Dynamics 365 Extensions Cookbook
- 程序員數學:用Python學透線性代數和微積分
- 程序員面試算法寶典
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Oracle Database 12c Security Cookbook
- Reactive Android Programming
- Java Web程序設計任務教程
- Java程序設計入門
- Android Wear Projects
- Visual C#.NET Web應用程序設計
- C++ Application Development with Code:Blocks
- Unity 5.X從入門到精通
- Spring Web Services 2 Cookbook
- Practical Time Series Analysis