2019 International Conference on Computing, Communication, and Intelligent Systems (ICCCIS) 2019
DOI: 10.1109/icccis48478.2019.8974557
|View full text |Cite
|
Sign up to set email alerts
|

Real Time Sentiment Analysis On Twitter Data Using Deep Learning(Keras)

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
5
1
1

Relationship

0
7

Authors

Journals

citations
Cited by 16 publications
(3 citation statements)
references
References 6 publications
0
3
0
Order By: Relevance
“…To prepare the input for deep learning mathematical models, preprocessing is done first. The protein sequences are tokenized into numbers using the Tokenizer function from the Keras ( Kathuria et al, 2019 ). This function first calculates the frequency of each character across all sequences, and then maps the top N characters with the highest frequency to the numbers 1 to N, the next N characters with the next highest frequency to the numbers N + 1 to 2 N, and so on.…”
Section: Methodsmentioning
confidence: 99%
“…To prepare the input for deep learning mathematical models, preprocessing is done first. The protein sequences are tokenized into numbers using the Tokenizer function from the Keras ( Kathuria et al, 2019 ). This function first calculates the frequency of each character across all sequences, and then maps the top N characters with the highest frequency to the numbers 1 to N, the next N characters with the next highest frequency to the numbers N + 1 to 2 N, and so on.…”
Section: Methodsmentioning
confidence: 99%
“…Each text input is transformed into an integer sequence or a vector with a coefficient for each token in the form of binary values for this purpose. Keras Tokenizer has four methods, namely, fit_on_texts, texts_to_sequences, texts_to_matrix and sequences_to_matrix, (Tensorflow.org; Kathuria, Gautam, Singh, Khatri, & Yadav, 2019;Vinayakumar, Alazab, Jolfaei, Soman, & Poornachandran, 2019).…”
Section: Word Embedding/feature Vectormentioning
confidence: 99%
“…The texts_to_matrix method of the tokenizer class is useful for transforming a document into a NumPy matrix. The sequences are converted into NumPy matrix form using the Keras tokenizer class function sequences to matrix (Kathuria et al, 2019;Vinayakumar et al, 2019). This study used the Keras tokenizer class as a word embedding method for multiclass classification.…”
Section: Word Embedding/feature Vectormentioning
confidence: 99%