Archives for natural language processing - Page 5

14 Aug

Complete Tutorial on Text Preprocessing in NLP

image-25274
image-25274

In any data science project life cycle, cleaning and preprocessing data is the most important performance aspect. Say if you are dealing with unstructured text data, which is complex among all the data, and you carried the same for modeling two things will happen. Either you come up with a big error, or your model will not perform as you expected.

The post Complete Tutorial on Text Preprocessing in NLP appeared first on Analytics India Magazine.

19 Jul

How To Do Keyword Recognition Using Simple Convolutional Network

image-24388
image-24388

The actual environment of Keyword recognition is quite more complex than this demonstration. This article focuses on knowing the basic idea used behind the keyword recognition for short audio files of one second. As the convolutional networks outperform when it comes to image-based classification tasks, we are leveraging this behaviour of convolutional neural networks to the keyword recognition/classification task.

The post How To Do Keyword Recognition Using Simple Convolutional Network appeared first on Analytics India Magazine.

25 Jun

Creating A Paragraph Auto Generator Using GPT2 Transformers

Automation is the process of making a system operate automatically without human intervention. As the days pass by and life gets busier each day, automation and automated systems intrigue the commune more. By applying automation, unsafe and repetitive tasks could be made self-sufficient, saving two of the most quintessential and precious things in a human’s…

The post Creating A Paragraph Auto Generator Using GPT2 Transformers appeared first on Analytics India Magazine.

25 Jun

Creating A Paragraph Auto Generator Using GPT2 Transformers

Automation is the process of making a system operate automatically without human intervention. As the days pass by and life gets busier each day, automation and automated systems intrigue the commune more. By applying automation, unsafe and repetitive tasks could be made self-sufficient, saving two of the most quintessential and precious things in a human’s…

The post Creating A Paragraph Auto Generator Using GPT2 Transformers appeared first on Analytics India Magazine.

13 Jun

How to Identify Entities in NLP?

image-23517
image-23517

Generally, when we read a text, we recognize entities straightway like people, values, locations and more. For example, in the sentence “ Alexander the Great, was a king of the ancient Greek kingdom of Macedonia.”, we can identify three types of entities as follows: Person: Alexander Culture: Greek Kingdom: Macedonia  We are getting an enormous…

The post How to Identify Entities in NLP? appeared first on Analytics India Magazine.