SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2495
COVID Sentiment Analysis of Social Media Data Using Enhanced
Stacked Ensemble
E. Prabhakar1, P.S Aiswarya2, A. Jamuna Banu3, M. Kowsalya4 ,P. Kanimozhi5
1Assistant Professor, Dept. of Computer Science and Engineering(CSE), Nandha College of Technology,
TamilNadu, India
2,3,4,5Final Year CSE, Dept. of CSE, Nandha College of Technology, TamilNadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - COVID-19 triggered a global public health crisis and a slew of other concerns, including an economic downturn, job
losses, and mental anguish. This epidemic affects people all around the world, causinganxiety, stress, worry, fear, repugnance, and
poignancy in addition to the sickness. During this time, social media involvement and interaction skyrocketed, allowing people to
share their thoughts and opinions on the aforementioned health issues. We can assess the people's ideas and attitudes on health
status, concerns, panic, and awareness related to social issues using user-generated content on social media, which can help
establish health intervention techniques and plan effective campaigns based on popular impressions. On the COVID-19 tweets
dataset, we look at user sentiment at different time intervals to help with hot topics on Twitter. This research contributes a novel
way of analysing social media on Twitter. It provides new information on the impact of sentiment polarity in COVID-19 tweets on
tweet responses.
Key Words: Sentiment Analysis, COVID-19, Twitter Data, Stacked Ensemble, Public Opinion, Social Media Data.
1. INTRODUCTION
Twitter, forexample, has gone a mainstream venue fornumerous people to share theiropinions on current eventsasaseriesof
tweets [1]. It has a large, global impact on popular perceptions of current events [2, 3]. The pandemic's illness burden has
unavoidable consequences for population health and well-being, health resource use, social dynamics, global economies, and
health technology development. Stakeholdersfromallaroundtheworld(governments,non-profitorganizations,andhealthcare
groups) have been working hard to combat the COVID-19 outbreak.
Surprisingly, the COVID-19 pandemic has sparked a flood of briefinformaltextsonTwitter,reflectingpublicfears,concerns,and
a new type of discrimination [4]. As a result, it's never been more important to comprehend and drawconclusionsfromthevast
number of social media messages, such as Tweets. This knowledge will aid in the development of public health campaigns or
social media events to refute misinformation and combat the global fear and stigma surrounding COVID-19.
Our effort covers the concept of assessing active users' various attitudes, such as positive, negative, and neutral sentiments,
toward trending topics linked to COVID-19 at a specific time interval. This study focuses on people's positive, negative, and
neutral feelings on COVID-19's top-k trending sub-topics on Twitter. The primary contributions of our research include
Evaluating the effectiveness of existing algorithms and proposing a model that successfully classifies emotions.
The remainder of the paper is laid out as follows. Related work is presented in Section 2. The proposed mechanism for
determining feelings is detailed in Section 3. Section 4 discusses the findings of the experiments. Finally, Section 5 brings the
work to close-by outlining future research prospects.
2. LITERATURE SURVEY
By using the power of Natural language processing (NLP) to analyze the sentiment that is being transmitted in the particular
data, the notion of opinion mining or sentiment analysis has been employed and developed for diverse analyses over time [5].
This section summarizes past empirical research in this field.
The BERT model is used in the paper [6] to perform Sentiment Analysis on Twitter data. The location of individual tweets was
utilized to categorize the data presented in this article. The BERT model for emotion categorization was used to train the data,
and the model's performance was assessed using the SVM classifier.
UsingCOVID-19 Twitter data, a model for assessing the influenceofCOVID-19onstockswasdevelopedinthearticle[7].Withan
accuracy of 86.24 percent, this model was trained using supervised learning. The goal of this study was to assist businesses in
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2496
predicting stock prices, developing new marketing tactics, and tracking the company's progress following the Coronavirus
epidemic.
The most talked about subjects on Twitter during and afterthe initial wave of theCOVID-19outbreakareexaminedinPaper[8].
Topic extraction was done with Latent Dirichlet Allocation (LDA), while sentiment analysis was done with a Lexicon-based
technique. The interests of everyoneon numerous themes during the initial wave of theepidemic were well representedinthis
presentation. A dataset of 600,000 tweets in English was used, with 80 percent of the data being used to train themodelandthe
remaining 20% being used to test the model. The paper used sentiment analysis to illustrate people's feelings about the most
popular topics.
Paper [9] concentrates its investigation on Twitter data from all Indian states from November 2019 to May 2022. Sentiment
analysis was effectively used in the obtained dataset in this article, and it was concluded that the Indian people's general
sentiment was positive. Because of the increased amount of positive COVID19 instances, certain states had a higher number of
tweets than others.
The paper [10] compares the sentiment of all of the COVID-19 tweets on Twitter. The sentiment of the tweets was determined
using VADER sentiment analysis, BERT sentiment analysis, and Logistic Regression. The paper [11] uses two datasets: textual
tweets from six different countries in April 2020, and tweets from the top ten politicians on the topic of Coronavirus. The
research finishes with findings that aid in understanding sentiment and the variances between each country's sentiments. The
top emotions among respondents from the six countries were found to be "trust," "fear," and "anticipation."
The Twitter data from April 30, 2020, was utilized in the paper [12] for sentiment analysis, which was done using term
weighting, TF-IDF, andLogisticRegression.Thisalgorithmwasabletocorrectlyclassifythesentimentoftweetswithanaccuracy
of 94.71 percent. This literature evaluation provided us with crucial information regarding earlier research in this sector. This
clarified how we should proceed with our own planned method.
3. PROPOSED METHODOLOGY
To forecast the sentiment of COVID-19 tweets, a new model is proposed. The tweets were manually tagged after they were
pulled from Twitter.
3.1 Exploratory Data Analysis
Columns like "UserName" and "Date" provide no useful information for our investigation. As a result, we don't use these
features while creating models.
3.2 Data Pre-Processing
Text data pre-processing is crucial since it qualifies the raw text for mining. The goal of this stageistoremove noisesuchas
punctuation (.,?,", etc.), special characters (@, percent, &, $, etc.), numbers (1,2,3, etc.), tweeter handle,links(HTTPS: /HTTP:),
and phrases that have little weight in connection to the text.
3.3 Vectorization
A count vectorizer or a TF-IDF vectorizer can be used. Count Vectorizer creates a sparse matrix of all words in a document
and the number of times they appear. TFIDF refers to the term frequency-inverse document frequency and is a numerical
statistic that determines how important a word is in a corpus or collection of documents. The TF–IDF value increases in
proportion to the number of times a word appears in the document and is offsetbythe numberofdocumentsinthe corpusthat
contain the term, which helps to account for the fact that some terms appear more frequently than others in general.
3.4 Building Classification Models
Ordinal Multiclass classification is the problem at hand. Because there arefivedifferentsortsofattitudes,wemusttrainour
models so that they can correctly categorize the test dataset. I'll use NaiveBayes,LogisticRegression,RandomForest,XGBoost,
Support Vector Machines, CatBoost, and Stochastic Gradient Descent to create several models.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2497
3.5 Enhanced Stacked Ensemble
The Enhanced Stacked Ensemble method is a supervised ensemble machine learning algorithm that integrates the finest
selection combination of classifiers using the stacking model.
3.6 Evaluation
This paper compares the performance of various existing algorithms with proposed algorithms during the evaluation
process.
4. EXPERIMENTAL RESULTS
The collected dataset consists of 41157 records and 6 attributes. All tweets came only from March and April month of 2020.
There are 5 classes. The positive class consists of 11422 records, the Negative class consists of 9917, and the Neutral class
consists of 7713, whereas the Extremely Positive has 6624 records and the Extremely Negative has 5481 records. Accuracy is
used to measure the performance of the classification algorithms. The test accuracyiscalculatedforall existingalgorithmsand
proposed algorithms.
Table -1: Accuracy
Algorithm Accuracy
Support Vector Machines 85
Random Forest 83
Naive Bayes 79
XGBoost 74
Logistic Regression 86
Stochastic Gradient Decent 86
CatBoost 85
Enhanced Stacked
Ensemble
88
Test accuracy of various algorithms is presented in Table -1. Naïve Bayes andXGBoost providelessthan80%accuracy. The
performance of existing and proposed algorithms is illustrated in Table -1. From the result, it is clear that the results of the
enhanced stacked ensemble outperform all other existing algorithms.
5. CONCLUSION
People use social media as one of their primary sources of information. Unlike traditional media, social media allows multiple
organizations to communicate differing viewpoints on the sameoccurrence,andreaderscaninstantlyrespondtothesetweets.
Social media, notably Twitter, has become one of the most essential, shared channels for revealing and tracking the COVID-19
pandemic trend because of its simplicity and involvement. As a result, social media (e.g., Twitter) has become an increasingly
public medium for comprehending people's thoughts and reactions to current events with various narratives. Along with the
COVID-19 trend, it is also necessary to research the readers' feelings. This studyoffersa systematicapproachtounderstanding
people's reactions to negative and good COVID-19 pandemic reports.
REFERENCES
[1] Monachesi, Paola, and Saskia Witte born. "Building the sustainable city through Twitter: Creative skilled migrants and
innovative technology use." Telematics and Informatics 58 (2021): 101531.
[2] Gjerstad, Peder, et al. "Do President Trump's tweets affect financial markets?" Decision Support Systems 147 (2021):
113577.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2498
[3] Gruzd, Anatoliy, and Philip Mai. "Going viral: How a single tweet spawned a COVID-19 conspiracy theory on Twitter." Big
Data & Society 7.2 (2020): 2053951720938405.
[4] Li, Jessica, and H. Raghav Rao. "Twitter as a rapid response news service: An exploration in the context of the 2008 China
earthquake.", The Electronic Journal of Information Systems in Developing Countries 42.1 (2010): 1-22.
[5] Apoorva Shete, Rohan Pradyuman, Sheetal Gondal, “Sentiment Analysis of COVID-19 Vaccine Tweets”, International
Research Journal of Engineering and Technology (IRJET), Volume 8, Issue 8, 2021.
[6] Singh, M., Jakhar, A.K. & Pandey, S. Sentiment analysis on the impact of coronavirusinsocial lifeusingtheBERTmodel.Soc.
Netw. Anal. Min. 11, 33 (2021).
[7] Yuvraj Jain, and Vineet Tirth, “Sentiment Analysis of Tweets and Texts Using Python on Stocks and COVID-19”,
International Journal of Computational Intelligence Research, ISSN 0973-1873, Volume 16, Number 2 (2020), pp.87-104.
[8] Manal Abdulaziz, Alanoud Alotaibi, Mashail Alsolamy, and Abeer Alabbas, “Topic-based Sentiment Analysis forCOVID-19
Tweets” International Journal of Advanced Computer Science and Applications (IJACSA), 12(1), 2021.
[9] T. Vijay, A. Chawla, B. Dhanka and P. Karmakar, "Sentiment Analysis on COVID-19 Twitter Data," 2020, 5th IEEE
International Conference on Recent Advances and Innovations in Engineering (ICRAIE), 2020, pp. 1-7.
[10] A. J. Nair, V. G, and A. Vinayak, "Comparative study of Twitter Sentiment on COVID - 19 Tweets," 2021 5th International
Conference on Computing Methodologies and Communication (ICCMC), 2021, pp. 1773-1778.
[11] G. Matosevic and V. Bevanda, "Sentiment analysis of tweets about COVID-19 disease during the pandemic," 2020 43rd
International Convention on Information, Communication and Electronic Technology (MIPRO), 2020, pp. 1290-1295.
[12] Imamah and F. H. Rachman, "Twitter Sentiment Analysis of Covid-19 Using Term Weighting TF-IDF and Logistic
Regression," 2020 6th Information Technology International Seminar (ITIS), 2020, pp. 238-242.

More Related Content

Similar to COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble

IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...IRJET Journal
 
Mining Social Media Data for Understanding Drugs Usage
Mining Social Media Data for Understanding Drugs  UsageMining Social Media Data for Understanding Drugs  Usage
Mining Social Media Data for Understanding Drugs UsageIRJET Journal
 
IRJET - Suicidal Text Detection using Machine Learning
IRJET -  	  Suicidal Text Detection using Machine LearningIRJET -  	  Suicidal Text Detection using Machine Learning
IRJET - Suicidal Text Detection using Machine LearningIRJET Journal
 
Social Media Content Analyser
Social Media Content AnalyserSocial Media Content Analyser
Social Media Content AnalyserIRJET Journal
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment AnalysisIRJET Journal
 
SOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRY
SOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRYSOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRY
SOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRYKaustubh Nale
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataIRJET Journal
 
IRJET- Sentiment Analysis using Twitter Data
IRJET-  	  Sentiment Analysis using Twitter DataIRJET-  	  Sentiment Analysis using Twitter Data
IRJET- Sentiment Analysis using Twitter DataIRJET Journal
 
Consumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction SystemConsumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction SystemIRJET Journal
 
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...IRJET Journal
 
SENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNING
SENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNINGSENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNING
SENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNINGIRJET Journal
 
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET Journal
 
Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...ijtsrd
 
IRJET- Fake News Detection
IRJET- Fake News DetectionIRJET- Fake News Detection
IRJET- Fake News DetectionIRJET Journal
 
Analyzing sentiment dynamics from sparse text coronavirus disease-19 vaccina...
Analyzing sentiment dynamics from sparse text coronavirus  disease-19 vaccina...Analyzing sentiment dynamics from sparse text coronavirus  disease-19 vaccina...
Analyzing sentiment dynamics from sparse text coronavirus disease-19 vaccina...IJECEIAES
 
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET Journal
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSNIRJET Journal
 
IRJET- Sentimental Analysis of Twitter Data for Job Opportunities
IRJET-  	  Sentimental Analysis of Twitter Data for Job OpportunitiesIRJET-  	  Sentimental Analysis of Twitter Data for Job Opportunities
IRJET- Sentimental Analysis of Twitter Data for Job OpportunitiesIRJET Journal
 
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONSTHE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONSManishReddy706923
 
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53IRJET Journal
 

Similar to COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble (20)

IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...IRJET-  	  Twitter Sentimental Analysis for Predicting Election Result using ...
IRJET- Twitter Sentimental Analysis for Predicting Election Result using ...
 
Mining Social Media Data for Understanding Drugs Usage
Mining Social Media Data for Understanding Drugs  UsageMining Social Media Data for Understanding Drugs  Usage
Mining Social Media Data for Understanding Drugs Usage
 
IRJET - Suicidal Text Detection using Machine Learning
IRJET -  	  Suicidal Text Detection using Machine LearningIRJET -  	  Suicidal Text Detection using Machine Learning
IRJET - Suicidal Text Detection using Machine Learning
 
Social Media Content Analyser
Social Media Content AnalyserSocial Media Content Analyser
Social Media Content Analyser
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
 
SOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRY
SOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRYSOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRY
SOCIAL MEDIA ANALYSIS ON SUPPLY CHAIN MANAGEMENT IN FOOD INDUSTRY
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter Data
 
IRJET- Sentiment Analysis using Twitter Data
IRJET-  	  Sentiment Analysis using Twitter DataIRJET-  	  Sentiment Analysis using Twitter Data
IRJET- Sentiment Analysis using Twitter Data
 
Consumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction SystemConsumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction System
 
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
 
SENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNING
SENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNINGSENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNING
SENTIMENT ANALYSIS OF SOCIAL MEDIA DATA USING DEEP LEARNING
 
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
 
Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...
 
IRJET- Fake News Detection
IRJET- Fake News DetectionIRJET- Fake News Detection
IRJET- Fake News Detection
 
Analyzing sentiment dynamics from sparse text coronavirus disease-19 vaccina...
Analyzing sentiment dynamics from sparse text coronavirus  disease-19 vaccina...Analyzing sentiment dynamics from sparse text coronavirus  disease-19 vaccina...
Analyzing sentiment dynamics from sparse text coronavirus disease-19 vaccina...
 
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
 
IRJET- Sentimental Analysis of Twitter Data for Job Opportunities
IRJET-  	  Sentimental Analysis of Twitter Data for Job OpportunitiesIRJET-  	  Sentimental Analysis of Twitter Data for Job Opportunities
IRJET- Sentimental Analysis of Twitter Data for Job Opportunities
 
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONSTHE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
 
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2495 COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble E. Prabhakar1, P.S Aiswarya2, A. Jamuna Banu3, M. Kowsalya4 ,P. Kanimozhi5 1Assistant Professor, Dept. of Computer Science and Engineering(CSE), Nandha College of Technology, TamilNadu, India 2,3,4,5Final Year CSE, Dept. of CSE, Nandha College of Technology, TamilNadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - COVID-19 triggered a global public health crisis and a slew of other concerns, including an economic downturn, job losses, and mental anguish. This epidemic affects people all around the world, causinganxiety, stress, worry, fear, repugnance, and poignancy in addition to the sickness. During this time, social media involvement and interaction skyrocketed, allowing people to share their thoughts and opinions on the aforementioned health issues. We can assess the people's ideas and attitudes on health status, concerns, panic, and awareness related to social issues using user-generated content on social media, which can help establish health intervention techniques and plan effective campaigns based on popular impressions. On the COVID-19 tweets dataset, we look at user sentiment at different time intervals to help with hot topics on Twitter. This research contributes a novel way of analysing social media on Twitter. It provides new information on the impact of sentiment polarity in COVID-19 tweets on tweet responses. Key Words: Sentiment Analysis, COVID-19, Twitter Data, Stacked Ensemble, Public Opinion, Social Media Data. 1. INTRODUCTION Twitter, forexample, has gone a mainstream venue fornumerous people to share theiropinions on current eventsasaseriesof tweets [1]. It has a large, global impact on popular perceptions of current events [2, 3]. The pandemic's illness burden has unavoidable consequences for population health and well-being, health resource use, social dynamics, global economies, and health technology development. Stakeholdersfromallaroundtheworld(governments,non-profitorganizations,andhealthcare groups) have been working hard to combat the COVID-19 outbreak. Surprisingly, the COVID-19 pandemic has sparked a flood of briefinformaltextsonTwitter,reflectingpublicfears,concerns,and a new type of discrimination [4]. As a result, it's never been more important to comprehend and drawconclusionsfromthevast number of social media messages, such as Tweets. This knowledge will aid in the development of public health campaigns or social media events to refute misinformation and combat the global fear and stigma surrounding COVID-19. Our effort covers the concept of assessing active users' various attitudes, such as positive, negative, and neutral sentiments, toward trending topics linked to COVID-19 at a specific time interval. This study focuses on people's positive, negative, and neutral feelings on COVID-19's top-k trending sub-topics on Twitter. The primary contributions of our research include Evaluating the effectiveness of existing algorithms and proposing a model that successfully classifies emotions. The remainder of the paper is laid out as follows. Related work is presented in Section 2. The proposed mechanism for determining feelings is detailed in Section 3. Section 4 discusses the findings of the experiments. Finally, Section 5 brings the work to close-by outlining future research prospects. 2. LITERATURE SURVEY By using the power of Natural language processing (NLP) to analyze the sentiment that is being transmitted in the particular data, the notion of opinion mining or sentiment analysis has been employed and developed for diverse analyses over time [5]. This section summarizes past empirical research in this field. The BERT model is used in the paper [6] to perform Sentiment Analysis on Twitter data. The location of individual tweets was utilized to categorize the data presented in this article. The BERT model for emotion categorization was used to train the data, and the model's performance was assessed using the SVM classifier. UsingCOVID-19 Twitter data, a model for assessing the influenceofCOVID-19onstockswasdevelopedinthearticle[7].Withan accuracy of 86.24 percent, this model was trained using supervised learning. The goal of this study was to assist businesses in
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2496 predicting stock prices, developing new marketing tactics, and tracking the company's progress following the Coronavirus epidemic. The most talked about subjects on Twitter during and afterthe initial wave of theCOVID-19outbreakareexaminedinPaper[8]. Topic extraction was done with Latent Dirichlet Allocation (LDA), while sentiment analysis was done with a Lexicon-based technique. The interests of everyoneon numerous themes during the initial wave of theepidemic were well representedinthis presentation. A dataset of 600,000 tweets in English was used, with 80 percent of the data being used to train themodelandthe remaining 20% being used to test the model. The paper used sentiment analysis to illustrate people's feelings about the most popular topics. Paper [9] concentrates its investigation on Twitter data from all Indian states from November 2019 to May 2022. Sentiment analysis was effectively used in the obtained dataset in this article, and it was concluded that the Indian people's general sentiment was positive. Because of the increased amount of positive COVID19 instances, certain states had a higher number of tweets than others. The paper [10] compares the sentiment of all of the COVID-19 tweets on Twitter. The sentiment of the tweets was determined using VADER sentiment analysis, BERT sentiment analysis, and Logistic Regression. The paper [11] uses two datasets: textual tweets from six different countries in April 2020, and tweets from the top ten politicians on the topic of Coronavirus. The research finishes with findings that aid in understanding sentiment and the variances between each country's sentiments. The top emotions among respondents from the six countries were found to be "trust," "fear," and "anticipation." The Twitter data from April 30, 2020, was utilized in the paper [12] for sentiment analysis, which was done using term weighting, TF-IDF, andLogisticRegression.Thisalgorithmwasabletocorrectlyclassifythesentimentoftweetswithanaccuracy of 94.71 percent. This literature evaluation provided us with crucial information regarding earlier research in this sector. This clarified how we should proceed with our own planned method. 3. PROPOSED METHODOLOGY To forecast the sentiment of COVID-19 tweets, a new model is proposed. The tweets were manually tagged after they were pulled from Twitter. 3.1 Exploratory Data Analysis Columns like "UserName" and "Date" provide no useful information for our investigation. As a result, we don't use these features while creating models. 3.2 Data Pre-Processing Text data pre-processing is crucial since it qualifies the raw text for mining. The goal of this stageistoremove noisesuchas punctuation (.,?,", etc.), special characters (@, percent, &, $, etc.), numbers (1,2,3, etc.), tweeter handle,links(HTTPS: /HTTP:), and phrases that have little weight in connection to the text. 3.3 Vectorization A count vectorizer or a TF-IDF vectorizer can be used. Count Vectorizer creates a sparse matrix of all words in a document and the number of times they appear. TFIDF refers to the term frequency-inverse document frequency and is a numerical statistic that determines how important a word is in a corpus or collection of documents. The TF–IDF value increases in proportion to the number of times a word appears in the document and is offsetbythe numberofdocumentsinthe corpusthat contain the term, which helps to account for the fact that some terms appear more frequently than others in general. 3.4 Building Classification Models Ordinal Multiclass classification is the problem at hand. Because there arefivedifferentsortsofattitudes,wemusttrainour models so that they can correctly categorize the test dataset. I'll use NaiveBayes,LogisticRegression,RandomForest,XGBoost, Support Vector Machines, CatBoost, and Stochastic Gradient Descent to create several models.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2497 3.5 Enhanced Stacked Ensemble The Enhanced Stacked Ensemble method is a supervised ensemble machine learning algorithm that integrates the finest selection combination of classifiers using the stacking model. 3.6 Evaluation This paper compares the performance of various existing algorithms with proposed algorithms during the evaluation process. 4. EXPERIMENTAL RESULTS The collected dataset consists of 41157 records and 6 attributes. All tweets came only from March and April month of 2020. There are 5 classes. The positive class consists of 11422 records, the Negative class consists of 9917, and the Neutral class consists of 7713, whereas the Extremely Positive has 6624 records and the Extremely Negative has 5481 records. Accuracy is used to measure the performance of the classification algorithms. The test accuracyiscalculatedforall existingalgorithmsand proposed algorithms. Table -1: Accuracy Algorithm Accuracy Support Vector Machines 85 Random Forest 83 Naive Bayes 79 XGBoost 74 Logistic Regression 86 Stochastic Gradient Decent 86 CatBoost 85 Enhanced Stacked Ensemble 88 Test accuracy of various algorithms is presented in Table -1. Naïve Bayes andXGBoost providelessthan80%accuracy. The performance of existing and proposed algorithms is illustrated in Table -1. From the result, it is clear that the results of the enhanced stacked ensemble outperform all other existing algorithms. 5. CONCLUSION People use social media as one of their primary sources of information. Unlike traditional media, social media allows multiple organizations to communicate differing viewpoints on the sameoccurrence,andreaderscaninstantlyrespondtothesetweets. Social media, notably Twitter, has become one of the most essential, shared channels for revealing and tracking the COVID-19 pandemic trend because of its simplicity and involvement. As a result, social media (e.g., Twitter) has become an increasingly public medium for comprehending people's thoughts and reactions to current events with various narratives. Along with the COVID-19 trend, it is also necessary to research the readers' feelings. This studyoffersa systematicapproachtounderstanding people's reactions to negative and good COVID-19 pandemic reports. REFERENCES [1] Monachesi, Paola, and Saskia Witte born. "Building the sustainable city through Twitter: Creative skilled migrants and innovative technology use." Telematics and Informatics 58 (2021): 101531. [2] Gjerstad, Peder, et al. "Do President Trump's tweets affect financial markets?" Decision Support Systems 147 (2021): 113577.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2498 [3] Gruzd, Anatoliy, and Philip Mai. "Going viral: How a single tweet spawned a COVID-19 conspiracy theory on Twitter." Big Data & Society 7.2 (2020): 2053951720938405. [4] Li, Jessica, and H. Raghav Rao. "Twitter as a rapid response news service: An exploration in the context of the 2008 China earthquake.", The Electronic Journal of Information Systems in Developing Countries 42.1 (2010): 1-22. [5] Apoorva Shete, Rohan Pradyuman, Sheetal Gondal, “Sentiment Analysis of COVID-19 Vaccine Tweets”, International Research Journal of Engineering and Technology (IRJET), Volume 8, Issue 8, 2021. [6] Singh, M., Jakhar, A.K. & Pandey, S. Sentiment analysis on the impact of coronavirusinsocial lifeusingtheBERTmodel.Soc. Netw. Anal. Min. 11, 33 (2021). [7] Yuvraj Jain, and Vineet Tirth, “Sentiment Analysis of Tweets and Texts Using Python on Stocks and COVID-19”, International Journal of Computational Intelligence Research, ISSN 0973-1873, Volume 16, Number 2 (2020), pp.87-104. [8] Manal Abdulaziz, Alanoud Alotaibi, Mashail Alsolamy, and Abeer Alabbas, “Topic-based Sentiment Analysis forCOVID-19 Tweets” International Journal of Advanced Computer Science and Applications (IJACSA), 12(1), 2021. [9] T. Vijay, A. Chawla, B. Dhanka and P. Karmakar, "Sentiment Analysis on COVID-19 Twitter Data," 2020, 5th IEEE International Conference on Recent Advances and Innovations in Engineering (ICRAIE), 2020, pp. 1-7. [10] A. J. Nair, V. G, and A. Vinayak, "Comparative study of Twitter Sentiment on COVID - 19 Tweets," 2021 5th International Conference on Computing Methodologies and Communication (ICCMC), 2021, pp. 1773-1778. [11] G. Matosevic and V. Bevanda, "Sentiment analysis of tweets about COVID-19 disease during the pandemic," 2020 43rd International Convention on Information, Communication and Electronic Technology (MIPRO), 2020, pp. 1290-1295. [12] Imamah and F. H. Rachman, "Twitter Sentiment Analysis of Covid-19 Using Term Weighting TF-IDF and Logistic Regression," 2020 6th Information Technology International Seminar (ITIS), 2020, pp. 238-242.