2020
DOI: 10.4018/978-1-7998-1159-6.ch008
|View full text |Cite
|
Sign up to set email alerts
|

Develop a Neural Model to Score Bigram of Words Using Bag-of-Words Model for Sentiment Analysis

Abstract: A Bag-of-Words model is widely used to extract the features from text, which is given as input to machine learning algorithm like MLP, neural network. The dataset considered is movie reviews with both positive and negative comments further converted to Bag-of-Words model. Then the Bag-of-Word model of the dataset is converted into vector representation which corresponds to a number of words in the vocabulary. Each word in the review documents is assigned with a score and the scores are later represented in vec… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2020
2020
2022
2022

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(4 citation statements)
references
References 4 publications
0
4
0
Order By: Relevance
“…Deep neural networks have been successfully employed for different types of machine-learning tasks, such as NLP-based methods utilizing sentiment aspects for deep classification [21]- [26]. Deep neural networks are able to model high-level abstractions and to decrease the dimensions by utilizing multiple processing layers based on complex structures or to be combined with non-linear transformations.…”
Section: Deep Learning and Covid-19-sentiment Classificationmentioning
confidence: 99%
“…Deep neural networks have been successfully employed for different types of machine-learning tasks, such as NLP-based methods utilizing sentiment aspects for deep classification [21]- [26]. Deep neural networks are able to model high-level abstractions and to decrease the dimensions by utilizing multiple processing layers based on complex structures or to be combined with non-linear transformations.…”
Section: Deep Learning and Covid-19-sentiment Classificationmentioning
confidence: 99%
“…Bag of Words (BoW) [23] is a common feature extraction method that involves a vocabulary of known words and a measure of the presence of known words. The BoW is only concerned with known words in a document.…”
Section: A Feature Extractionmentioning
confidence: 99%
“…After tweaking, the number of topics and words was set to 5 and 10, respectively. The words in each topic were tokenised with the help of Gensim’s simple_preprocess() and grouped into bigrams and trigrams[27], which are 2 and 3 frequently occurring words, respectively, using a Phrases model. This is followed by mapping each word with Gensim’s id2word and further interpreting keywords as an interactive web-based visualisation with pyLDAvis[28].…”
Section: Experiments Detailsmentioning
confidence: 99%