SlideShare a Scribd company logo
1 of 9
Multilingual Tweet Intimacy
Analysis using Bidirectional LSTM
By Team 10
Matrim Pathak (22MAI0029)
Arkapriya Gupta (22MAI0039)
Samim Aktar (22MAI0047)
Ankita Biswas (22MAI0050)
Romak Das (22MAI0056)
Purbayan Pal (22MAI0064)
Under the guidance of
Dr. Sathyaraj R
SCOPE
VIT, Vellore
Abstract
Twitter is an immensely popular social media platform that boasts an extensive collection of data in the form of tweets.
With tweets being generated in various languages, they convey diverse sentiments, including positive, negative, or
neutral tones. The intimacy score associated with each tweet reflects the closeness or familiarity expressed within the
message. To delve into this intriguing aspect, the project titled "Multilingual tweet intimacy analysis using bidirectional
LSTM" presents a comprehensive study that focuses on analyzing the intimacy levels of multilingual tweets. The primary
objective of this study is to develop an automated method capable of determining the intimacy levels of tweets across
different languages. The training process encompasses a wide range of datasets from languages such as English,
Portuguese, Chinese, French, and Italian. By incorporating a combination of features, including linguistic and
sentimental attributes, the proposed approach aims to predict the intimacy level of tweets in English, Spanish, and
Arabic languages. To achieve this, the study harnesses the power of Long Short-Term Memory (LSTM) networks, a type
of recurrent neural network (RNN) that excels in capturing and understanding long-term dependencies within a
sequence of data. By leveraging LSTMs, the model can effectively grasp the context and relationships between words in
a tweet, thus improving the accuracy of the trained model. The process begins by preprocessing the multilingual tweet
data, which involves tasks such as tokenization, normalization, and removing noise or irrelevant information.
Subsequently, the extracted features, which encompass both linguistic and sentimental aspects, are carefully
engineered to represent the underlying characteristics of each tweet. The bidirectional LSTM architecture is then
employed to learn the intricate patterns and dependencies within the tweet data. This architecture consists of two LSTM
layers that process the input sequence in both forward and backward directions. This bidirectional nature allows the
model to capture not only the current word's context but also the context of preceding and succeeding words, enabling
a more comprehensive understanding of the tweet's overall sentiment and intimacy level.
Introduction
● Social media has become a primary outlet for people to share their innermost
ideas and feelings.
● Multilingual tweet intimacy is a relatively new area of research.
● NLP techniques can be used to analyze tweet intimacy.
● Analyzing tweet intimacy can provide valuable insights into user behavior,
interpersonal relationships, and emotional states.
● The goal of this research is to develop a multilingual tweet intimacy analysis
system using NLP techniques.
● The system will automatically categorize tweets into different intimacy levels,
ranging from low to high.
● The system can be used in a variety of applications, such as marketing,
mental health, and social research.
Methodology
● Dataset Analysis
● Preprocessing of the data
● Vectorizing the data using
CountVectorizer
● Algorithm/Neural Network used:
Bidirectional LSTM
● Usefulness of LSTM in sentiment
analysis
Proposed Model
● The model is a sequential neural network made up of 6
layers.
● The embedding layer transforms input words into
numerical representations known as embeddings.
● The Conv1D layer applies convolutional filters to the
embeddings.
● The MaxPooling2D layer downsampled data by
selecting the highest value from each set of two
vectors.
● The bidirectional layer allows for both forward and
backward processing of the sequence.
● The dropout layer helps prevent overfitting by
randomly setting a portion of the input units to zero.
● The dense layer generates the model's final output
with three units, which stand in for the three classes or
categories needed for the classification job.
● The model has a total of 179,939 parameters, of which
160,000 are trainable and 195 are non-trainable.
Graph of accuracy and loss vs no. of epochs
Results
Sentiment analysis of a user given tweet
Confusion Matrix with the testing data
Results
Accuracy Precisio
n
Recall F1-Score
91.66% 91.83% 91.51% 91.67%
Performance metrics of the model
on the test dataset
Conclusion
● Multilingual Tweet Intimacy Analysis (MTIA) is the study of personal
aspects of user-generated information published on social media
platforms in multiple languages.
● MTIA can help us understand the nature of intimacy in a variety of
cultural and linguistic contexts.
● MTIA can also help us develop better methods for natural language
processing.
● MTIA has practical applications in a variety of fields, including the social
sciences, psychology, marketing, and public opinion analysis.
● MTIA is a challenging field, but it has the potential to make significant
contributions to our understanding of social interactions.
Thank You

More Related Content

Similar to Multilingual Tweet Intimacy Analysis using Bidirectional LSTM.pptx

[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
IJET - International Journal of Engineering and Techniques
 
Questions about questions
Questions about questionsQuestions about questions
Questions about questions
moresmile
 
Multi-lingual Twitter sentiment analysis using machine learning
Multi-lingual Twitter sentiment analysis using machine learning Multi-lingual Twitter sentiment analysis using machine learning
Multi-lingual Twitter sentiment analysis using machine learning
IJECEIAES
 
Feature Extraction and Analysis of Natural Language Processing for Deep Learn...
Feature Extraction and Analysis of Natural Language Processing for Deep Learn...Feature Extraction and Analysis of Natural Language Processing for Deep Learn...
Feature Extraction and Analysis of Natural Language Processing for Deep Learn...
Sharmila Sathish
 

Similar to Multilingual Tweet Intimacy Analysis using Bidirectional LSTM.pptx (20)

unit-5.pdf
unit-5.pdfunit-5.pdf
unit-5.pdf
 
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELSSENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
 
IRJET - Twitter Sentiment Analysis using Machine Learning
IRJET -  	  Twitter Sentiment Analysis using Machine LearningIRJET -  	  Twitter Sentiment Analysis using Machine Learning
IRJET - Twitter Sentiment Analysis using Machine Learning
 
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
 
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNING
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNINGSENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNING
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNING
 
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNINGA STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter Data
 
Questions about questions
Questions about questionsQuestions about questions
Questions about questions
 
The Identification of Depressive Moods from Twitter Data by Using Convolution...
The Identification of Depressive Moods from Twitter Data by Using Convolution...The Identification of Depressive Moods from Twitter Data by Using Convolution...
The Identification of Depressive Moods from Twitter Data by Using Convolution...
 
Cyber bullying detection and analysis.ppt.pdf
Cyber bullying detection and analysis.ppt.pdfCyber bullying detection and analysis.ppt.pdf
Cyber bullying detection and analysis.ppt.pdf
 
1808.10245v1 (1).pdf
1808.10245v1 (1).pdf1808.10245v1 (1).pdf
1808.10245v1 (1).pdf
 
LSTM Based Sentiment Analysis
LSTM Based Sentiment AnalysisLSTM Based Sentiment Analysis
LSTM Based Sentiment Analysis
 
Derogatory Comment Classification
Derogatory Comment ClassificationDerogatory Comment Classification
Derogatory Comment Classification
 
Fast and accurate sentiment classification us and naive bayes model b516001
Fast and accurate sentiment classification  us and naive bayes model b516001Fast and accurate sentiment classification  us and naive bayes model b516001
Fast and accurate sentiment classification us and naive bayes model b516001
 
A-STUDY-ON-SENTIMENT-POLARITY.pdf
A-STUDY-ON-SENTIMENT-POLARITY.pdfA-STUDY-ON-SENTIMENT-POLARITY.pdf
A-STUDY-ON-SENTIMENT-POLARITY.pdf
 
ANALYSING SPEECH EMOTION USING NEURAL NETWORK ALGORITHM
ANALYSING SPEECH EMOTION USING NEURAL NETWORK ALGORITHMANALYSING SPEECH EMOTION USING NEURAL NETWORK ALGORITHM
ANALYSING SPEECH EMOTION USING NEURAL NETWORK ALGORITHM
 
Sentiment Analysis for Sarcasm Detection using Deep Learning
Sentiment Analysis for Sarcasm Detection using Deep LearningSentiment Analysis for Sarcasm Detection using Deep Learning
Sentiment Analysis for Sarcasm Detection using Deep Learning
 
Multi-lingual Twitter sentiment analysis using machine learning
Multi-lingual Twitter sentiment analysis using machine learning Multi-lingual Twitter sentiment analysis using machine learning
Multi-lingual Twitter sentiment analysis using machine learning
 
Multiple Regression to Analyse Social Graph of Brand Awareness
Multiple Regression to Analyse Social Graph of Brand AwarenessMultiple Regression to Analyse Social Graph of Brand Awareness
Multiple Regression to Analyse Social Graph of Brand Awareness
 
Feature Extraction and Analysis of Natural Language Processing for Deep Learn...
Feature Extraction and Analysis of Natural Language Processing for Deep Learn...Feature Extraction and Analysis of Natural Language Processing for Deep Learn...
Feature Extraction and Analysis of Natural Language Processing for Deep Learn...
 

Recently uploaded

Capstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdfCapstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdf
eliklein8
 
Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...
Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...
Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...
Klinik kandungan
 
Capstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdfCapstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdf
eliklein8
 
💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG
💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG
💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG
Cara Menggugurkan Kandungan 087776558899
 
Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...
Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...
Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...
ZurliaSoop
 
Sociocosmos empowers you to go trendy on social media with a few clicks..pdf
Sociocosmos empowers you to go trendy on social media with a few clicks..pdfSociocosmos empowers you to go trendy on social media with a few clicks..pdf
Sociocosmos empowers you to go trendy on social media with a few clicks..pdf
SocioCosmos
 
Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...
Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...
Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...
ZurliaSoop
 
JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...
JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...
JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...
Cara Menggugurkan Kandungan 087776558899
 

Recently uploaded (20)

Buku Prediksi Togel Sydney Malam ini 4d 100 perak MAGNUMTOGEL
Buku Prediksi Togel Sydney Malam ini 4d 100 perak MAGNUMTOGELBuku Prediksi Togel Sydney Malam ini 4d 100 perak MAGNUMTOGEL
Buku Prediksi Togel Sydney Malam ini 4d 100 perak MAGNUMTOGEL
 
Capstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdfCapstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdf
 
SEO Expert in USA - 5 Ways to Improve Your Local Ranking - Macaw Digital.pdf
SEO Expert in USA - 5 Ways to Improve Your Local Ranking - Macaw Digital.pdfSEO Expert in USA - 5 Ways to Improve Your Local Ranking - Macaw Digital.pdf
SEO Expert in USA - 5 Ways to Improve Your Local Ranking - Macaw Digital.pdf
 
Sawai Madhopur Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Sawai Madhopur Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsSawai Madhopur Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Sawai Madhopur Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Kayamkulam Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Kayamkulam Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsKayamkulam Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Kayamkulam Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...
Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...
Jual obat aborsi Asli Taiwan ( 085657271886 ) Cytote pil telat bulan penggugu...
 
Sri Ganganagar Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Sri Ganganagar Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsSri Ganganagar Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Sri Ganganagar Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Rameswaram Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Rameswaram Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsRameswaram Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Rameswaram Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Marketing Plan - Social Media. The Sparks Foundation
Marketing Plan -  Social Media. The Sparks FoundationMarketing Plan -  Social Media. The Sparks Foundation
Marketing Plan - Social Media. The Sparks Foundation
 
Capstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdfCapstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdf
 
Jhunjhunu Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Jhunjhunu Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsJhunjhunu Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Jhunjhunu Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
BVG BEACH CLEANING PROJECTS- ORISSA , ANDAMAN, PORT BLAIR
BVG BEACH CLEANING PROJECTS- ORISSA , ANDAMAN, PORT BLAIRBVG BEACH CLEANING PROJECTS- ORISSA , ANDAMAN, PORT BLAIR
BVG BEACH CLEANING PROJECTS- ORISSA , ANDAMAN, PORT BLAIR
 
Enhancing Consumer Trust Through Strategic Content Marketing
Enhancing Consumer Trust Through Strategic Content MarketingEnhancing Consumer Trust Through Strategic Content Marketing
Enhancing Consumer Trust Through Strategic Content Marketing
 
💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG
💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG
💊💊 OBAT PENGGUGUR KANDUNGAN SEMARANG 087776-558899 ABORSI KLINIK SEMARANG
 
Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...
Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...
Jual Obat Aborsi Palu ( Taiwan No.1 ) 085657271886 Obat Penggugur Kandungan C...
 
Content strategy : Content empire and cash in
Content strategy : Content empire and cash inContent strategy : Content empire and cash in
Content strategy : Content empire and cash in
 
Sociocosmos empowers you to go trendy on social media with a few clicks..pdf
Sociocosmos empowers you to go trendy on social media with a few clicks..pdfSociocosmos empowers you to go trendy on social media with a few clicks..pdf
Sociocosmos empowers you to go trendy on social media with a few clicks..pdf
 
Sikar Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Sikar Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsSikar Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Sikar Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...
Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...
Jual Obat Aborsi Kudus ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cy...
 
JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...
JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...
JUAL PILL CYTOTEC PALOPO SULAWESI 087776558899 OBAT PENGGUGUR KANDUNGAN PALOP...
 

Multilingual Tweet Intimacy Analysis using Bidirectional LSTM.pptx

  • 1. Multilingual Tweet Intimacy Analysis using Bidirectional LSTM By Team 10 Matrim Pathak (22MAI0029) Arkapriya Gupta (22MAI0039) Samim Aktar (22MAI0047) Ankita Biswas (22MAI0050) Romak Das (22MAI0056) Purbayan Pal (22MAI0064) Under the guidance of Dr. Sathyaraj R SCOPE VIT, Vellore
  • 2. Abstract Twitter is an immensely popular social media platform that boasts an extensive collection of data in the form of tweets. With tweets being generated in various languages, they convey diverse sentiments, including positive, negative, or neutral tones. The intimacy score associated with each tweet reflects the closeness or familiarity expressed within the message. To delve into this intriguing aspect, the project titled "Multilingual tweet intimacy analysis using bidirectional LSTM" presents a comprehensive study that focuses on analyzing the intimacy levels of multilingual tweets. The primary objective of this study is to develop an automated method capable of determining the intimacy levels of tweets across different languages. The training process encompasses a wide range of datasets from languages such as English, Portuguese, Chinese, French, and Italian. By incorporating a combination of features, including linguistic and sentimental attributes, the proposed approach aims to predict the intimacy level of tweets in English, Spanish, and Arabic languages. To achieve this, the study harnesses the power of Long Short-Term Memory (LSTM) networks, a type of recurrent neural network (RNN) that excels in capturing and understanding long-term dependencies within a sequence of data. By leveraging LSTMs, the model can effectively grasp the context and relationships between words in a tweet, thus improving the accuracy of the trained model. The process begins by preprocessing the multilingual tweet data, which involves tasks such as tokenization, normalization, and removing noise or irrelevant information. Subsequently, the extracted features, which encompass both linguistic and sentimental aspects, are carefully engineered to represent the underlying characteristics of each tweet. The bidirectional LSTM architecture is then employed to learn the intricate patterns and dependencies within the tweet data. This architecture consists of two LSTM layers that process the input sequence in both forward and backward directions. This bidirectional nature allows the model to capture not only the current word's context but also the context of preceding and succeeding words, enabling a more comprehensive understanding of the tweet's overall sentiment and intimacy level.
  • 3. Introduction ● Social media has become a primary outlet for people to share their innermost ideas and feelings. ● Multilingual tweet intimacy is a relatively new area of research. ● NLP techniques can be used to analyze tweet intimacy. ● Analyzing tweet intimacy can provide valuable insights into user behavior, interpersonal relationships, and emotional states. ● The goal of this research is to develop a multilingual tweet intimacy analysis system using NLP techniques. ● The system will automatically categorize tweets into different intimacy levels, ranging from low to high. ● The system can be used in a variety of applications, such as marketing, mental health, and social research.
  • 4. Methodology ● Dataset Analysis ● Preprocessing of the data ● Vectorizing the data using CountVectorizer ● Algorithm/Neural Network used: Bidirectional LSTM ● Usefulness of LSTM in sentiment analysis
  • 5. Proposed Model ● The model is a sequential neural network made up of 6 layers. ● The embedding layer transforms input words into numerical representations known as embeddings. ● The Conv1D layer applies convolutional filters to the embeddings. ● The MaxPooling2D layer downsampled data by selecting the highest value from each set of two vectors. ● The bidirectional layer allows for both forward and backward processing of the sequence. ● The dropout layer helps prevent overfitting by randomly setting a portion of the input units to zero. ● The dense layer generates the model's final output with three units, which stand in for the three classes or categories needed for the classification job. ● The model has a total of 179,939 parameters, of which 160,000 are trainable and 195 are non-trainable.
  • 6. Graph of accuracy and loss vs no. of epochs Results Sentiment analysis of a user given tweet
  • 7. Confusion Matrix with the testing data Results Accuracy Precisio n Recall F1-Score 91.66% 91.83% 91.51% 91.67% Performance metrics of the model on the test dataset
  • 8. Conclusion ● Multilingual Tweet Intimacy Analysis (MTIA) is the study of personal aspects of user-generated information published on social media platforms in multiple languages. ● MTIA can help us understand the nature of intimacy in a variety of cultural and linguistic contexts. ● MTIA can also help us develop better methods for natural language processing. ● MTIA has practical applications in a variety of fields, including the social sciences, psychology, marketing, and public opinion analysis. ● MTIA is a challenging field, but it has the potential to make significant contributions to our understanding of social interactions.