NLP Application: Named Entity Recognition (NER) in Python with Spacy

Natural Language Processing deals with text data. The amount of text data generated these days is enormous. And, this data if utilized properly can bring many fruitful results. Some of the most important Natural Language Processing applications are Text Analytics, Parts of Speech Tagging, Sentiment Analysis, and Named Entity Recognition. The vast amount of text data contains a huge amount of information. An important aspect of analyzing these text data is the identification of Named Entities. What is a Named […]

Read more

All You Need to know about BERT

This article was published as a part of the Data Science Blogathon Introduction Machines understand language through language representations. These language representations are in the form of vectors of real numbers. Proper language representation is necessary for a better understanding of the language by the machine. Language representations are of two types: (i) Context-free language representation such as Glove and Word2vec where embeddings for each token in the vocabulary are constant and it doesn’t depend on the context of the word. […]

Read more

NLP – Sentiment Analysis

Now, we can see that our target has changed to 0 and 1,i.e. 0 for Negative and 1 for Positive, and the data is more or less in a balanced state. Data Pre-processing Now, we will perform some pre-processing on the data before converting it into vectors and passing it to the machine learning model. We will create a function for pre-processing of data. 1. First, we will iterate through each record, and using a regular expression, we will get […]

Read more

Rule-Based Sentiment Analysis in Python

This article was published as a part of the Data Science Blogathon     Image by Author made online on befunky.com Intro: According to experts, 80% of the world’s existing data is in the form of unstructured data(images, videos, text, etc). This data could be generated by Social media tweets/posts, call transcripts, survey or interview reviews, text across blogs, forums, news, etc. It is humanly impossible to read all the text across the web and find patterns. Yet, there is definitely […]

Read more

Can Python understand human feelings through words? – A brief intro to NLP and VADER Sentiment Analysis

This article was published as a part of the Data Science Blogathon Introduction Imagine having the power to observe your customer’s thoughts, like what they really think of a particular product/service. For instance, there is a new product launched by NIKE and REEBOK. Both the companies launched a pair of new sports shoes and posted them on their social media accounts like Instagram or Facebook for marketing purposes. Is it possible for an individual to check all the thousands or lakhs […]

Read more

Develop a Customer Review Analysis Platform from scratch

This article was published as a part of the Data Science Blogathon Introduction When we go to buy anything, what is the one factor that helps us choosing one thing over another? Isn’t it the reviews of that product or service, which represent the brand value? In the era of digital advancement and e-commence, almost every product or service has an indirect or direct digital presence. Consumers of these products and services leave feedback on these over various mediums which creates […]

Read more

Natural Language Processing Step by Step Guide

This article was published as a part of the Data Science Blogathon Overview Basic understanding of Natural Language Processing. Learn Various Techniques used for the implementation of NLP. Understand how to use NLP for text mining. Prerequisite You must have a basic knowledge of Python. As we know every piece of data has some meaning in its position. Most important is that text data is getting generated in various formats like reviews, SMS, emails, and many more for every moment. The […]

Read more

Machine Learning Automation using EvalML Library

This article was published as a part of the Data Science Blogathon Introduction Machine Learning is one of the fastest-growing technology in the modern era. New innovations in the field of ML and AI are made each and every day which supports the world to leap forward. Earlier for a person entering into the ML field finds it difficult to create accurate machine learning models, but now AutoML Libraries are created which helps the beginners to create an accurate model with […]

Read more

Stock Price Movement Based On News Headline

Don’t look for the needle in the haystack. Just buy the haystack! I hope you all are well. Hurray!! finally today our theme is similar to our beautiful quote😅. I always look for new ideas to share my knowledge, because I heard that “Knowledge shared is knowledge squared😊”. Most of you already know something about Share Market. In this article, we will explore something new and interesting. So let’s dig deeper into our today’s theme. This article is actually based […]

Read more

Automate NLP Tasks using EvalML Library

“The quality of your communication shapes the quality of your life.”, with this beautiful line let’s s begin and understand what we will learn in this article. In my one of the article, I have explained how to automate machine learning problem statement using EvalML. In this article we will look at “is it possible to automate NLP task using EvalML?”. What is EvalML? It is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective […]

Read more
1 2 3