SlideShare a Scribd company logo
1 of 21
“Suicide is not a blot on anyone’s
name; it is a tragedy.”
– Kay Redfield Jamison
“A Comparative Study on Suicidal Ideation
Detection Using Machine Learning”
Presented by
Gulam Murshed Robin (ASH1801033M)
Sadia Tamanna(BKH1801044F)
Under the Supervision of
A. R. M. Mahmudul Hasan Rana
Assistant Professor
Dept of CSTE
4
Related works
5
Procedure of
Suicidal Analysis
2
What is Suicidal
Ideation
Detection?
3
Objectives
About Suicide
and reasons why
people attempt it.
1
9
Works to be done
7
Planning of
creating Bangla
Dataset
8
Expected Output
of the research
Methods to do
Suicidal Analysis
6
What is Suicide and why do people attempt it?
Suicide is the act of intentionally causing one's own death.
While there are many factors that can influence a person's decision to
commit suicide, the most common factors are given below:
1) Mental Illness
2) Traumatic Stress
3) Substance Use and Impulsivity
4) Loss or Fear of Loss
5) Social Isolation Suicide
So what type of work “Suicidal Ideation Detection” is?
Sentiment Analysis
Suicidal Analysis
Sentiment refers to the emotion. Sentiment Analysis means analyzing the emotion from a given text.
Suicidal Analysis falls under the category of Sentiment Analysis.
What is the objective of our work?
• To design an efficient Suicidal Analysis method.
• To Analyze existing suicidal algorithm and their pros and cons.
• To create a Bangla dataset and preprocess the data.
Is there any related work that has been done already?
Suicide and Depression
Identication with
Unsupervised Label
Correction[1]
Ensemble Classifier
Model for Tweeter
Sentiment Analysis[2]
Sentiment Analysis for
Bengali[3]
Sentiment Analysis for
Hindi language using
unsupervised lexicon
method[4]
Recurrent Neural
networks for Bangla
Sentiment Analysis[5]
Deep Learning model for
Punjabi tweet sentiment
analysis[6]
Deep Learning model for
Bengali tweet sentiment
analysis[7]
What should be the procedure of suicidal analysis?
Raw Data
Data Preprocessing
Add Contraction
Tokenization
Apply Algorithm
Calculate Accuracy
Stop Word Remove
Split Text
Figure: Data Preprocessing & Data Cleaning[8]
Md.Rafi said ,”I'm going to kill myself“.
[Md] [.] [Rafi] [said] [,] [”] [I’m]
[going] [to] [kill] [myself] [“] [.]
[Mohammad] [Rafi] [said] [,]
[”] [I’m] [going] [to] [“] [.]
[{kill},{myself}]
[Md.]--->[Mohammad]
Below are some main reasons which describe the importance of
Unsupervised Learning:
 Unsupervised learning is helpful for finding useful insights from the
data.
 Unsupervised learning is much similar as a human learns to think by
their own experiences, which makes it closer to the real AI.
 Unsupervised learning works on unlabeled and uncategorized data
which make unsupervised learning more important.
 In real-world, we do not always have input data with the corresponding
output so to solve such cases, we need unsupervised learning.
Why use Unsupervised Learning?
Working of Unsupervised
Learning
Working of unsupervised learning can be understood by the below
diagram:
Here, we have taken an unlabeled input data, which means it is not categorized and
corresponding outputs are also not given. Now, this unlabeled input data is fed to the
machine learning model in order to train it. Firstly, it will interpret the raw data to find the
hidden patterns from the data and then will apply suitable algorithms.
Which methods we can use to do the analysis?
4
Principal
Component
Analysis
5
Independent
Component
Analysis
2
KNN(k-nearest
neighbors)
3
Hierarchal
clustering
K-means
clustering
1
K-means Clustering:
K means it is an iterative clustering algorithm which helps you to find the highest value for every
iteration. Initially, the desired number of clusters are selected. In this clustering method, you need
to cluster the data points into k groups. A larger k means smaller groups with more granularity in
the same way. A lower k means larger groups with less granularity.
The output of the algorithm is a group of “labels.” It assigns data point to one of the k groups. In k-
means clustering, each group is defined by creating a centroid for each group. The centroids are
like the heart of the cluster, which captures the points closest to them and adds them to the
cluster.
Hierarchical Clustering
Hierarchical clustering is an algorithm which builds a hierarchy of clusters. It begins with all the
data which is assigned to a cluster of their own. Here, two close cluster are going to be in the
same cluster. This algorithm ends when there is only one cluster left.
K- Nearest neighbors
K- nearest neighbour is the simplest of all machine learning classifiers. It differs from other
machine learning techniques, in that it doesn’t produce a model. It is a simple algorithm which
stores all available cases and classifies new instances based on a similarity measure.
It works very well when there is a distance between examples. The learning speed is slow when
the training set is large, and the distance calculation is nontrivial.
Principal Components Analysis
In case you want a higher-dimensional space. You need to select a basis for that space and only
the 200 most important scores of that basis. This base is known as a principal component. The
subset you select constitute is a new space which is small in size compared to original space. It
maintains as much of the complexity of data as possible.
Principal Components Analysis
In case you want a higher-dimensional space. You need to select a basis for that space and only
the 200 most important scores of that basis. This base is known as a principal component. The
subset you select constitute is a new space which is small in size compared to original space. It
maintains as much of the complexity of data as possible.
How do we plan to create our own Bangla Dataset?
Most of our data will be collected from Twitter and Reddit. Along
with that, we will try to collect as much data as we can from people
around us using Google Form. After collecting the raw data, we will
manually label those. Finally we will preprocess and clean the data to
apply the machine learning algorithm.
What output do we expect from this research?
• We will be effectively mining the implicit emotion in the text, which can help
enterprises or organizations to make an effective decision.
• We will also try to break the co-relation between cyberbullying and suicide.
• We will analyze the factors of a person to attempt suicide i.e. health factors,
environmental factors and historical factors.
• Finally we will develop Bangla dataset, enrich it and design an efficient
suicidal analysis method using six different machine learning approaches.
Work that need to be done?
We will implement the algorithm mentioned earlier. Along with that,
we will develop the Bangla Dataset. Also we will examine the
accuracy after applying different algorithm on existing dataset. Our
work might provide the opportunity to law and order agencies to
help the victims with suicidal thoughts and take necessary steps to
prevent it.
References
[1] Onan, A., Korukoğlu, S., & Bulut, H. (2016). A multiobjective weighted voting ensemble classifier based on differential evolution algorithm for
text sentiment classification. Expert Systems with Applications, 62, 1-16.
[2] Hassan, A., Abbasi, A., & Zeng, D. (2013, September). Twitter sentiment analysis: A bootstrap ensemble framework. In 2013 international
conference on social computing (pp. 357-364). IEEE.
Sarkar, K. (2019). Sentiment polarity detection in Bengali tweets using deep convolutional neural networks. Journal of Intelligent Systems, 28(3),
377-386.
[3] Mittal, N., Agarwal, B., Chouhan, G., Bania, N., & Pareek, P. (2013, October). Sentiment analysis of hindi reviews based on negation and discourse
relation. In Proceedings of the 11th Workshop on Asian Language Resources (pp. 45-50).
[4] Rani, S., & Kumar, P. (2019). Deep learning based sentiment analysis using convolution neural network. Arabian Journal for Science and
Engineering, 44(4), 3305-3314.
[5] Joshi, A., Balamurali, A. R., & Bhattacharyya, P. (2010). A fall-back strategy for sentiment analysis in hindi: a case study. Proceedings of the 8th
ICON.
[6] Saleena, N. (2018). An ensemble classification system for twitter sentiment analysis. Procedia computer science, 132, 937-946.
[7] Da Silva, N. F., Hruschka, E. R., & Hruschka Jr, E. R. (2014). Tweet sentiment analysis with classifier ensembles. Decision Support Systems, 66, 170-
179.
[8] Islam, K. I., Islam, M., & Amin, M. R. (2020). Sentiment analysis in Bengali via transfer learning using multi-lingual BERT. arXiv preprint
arXiv:2012.07538.
new.pptx

More Related Content

Similar to new.pptx

901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgencechougulesup79
 
artificial intelligence basis-introduction
artificial intelligence basis-introductionartificial intelligence basis-introduction
artificial intelligence basis-introductionSaranya Subakaran
 
Artificial Intelligence for Business.ppt
Artificial Intelligence for Business.pptArtificial Intelligence for Business.ppt
Artificial Intelligence for Business.pptFarhanaMariyam1
 
76201960
7620196076201960
76201960IJRAT
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptxqwtadhsaber
 
Machine Learning
Machine LearningMachine Learning
Machine LearningAmit Kumar
 
901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligencefloraaluoch3
 
Why Google defined a new discipline to help humans make decisions.docx
Why Google defined a new discipline to help humans make decisions.docxWhy Google defined a new discipline to help humans make decisions.docx
Why Google defined a new discipline to help humans make decisions.docxgauthierleppington
 
Ai artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collectionAi artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collectionRuchi Jain
 
IRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage MiningIRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage MiningIRJET Journal
 
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...ijtsrd
 
Stride for Detecting Suicidal Thoughts Using Artificial Intelligence
Stride for Detecting Suicidal Thoughts Using Artificial IntelligenceStride for Detecting Suicidal Thoughts Using Artificial Intelligence
Stride for Detecting Suicidal Thoughts Using Artificial Intelligenceijtsrd
 
A Study On Sentiment Analysis Methods And Tools
A Study On Sentiment Analysis  Methods And ToolsA Study On Sentiment Analysis  Methods And Tools
A Study On Sentiment Analysis Methods And ToolsJim Jimenez
 

Similar to new.pptx (20)

901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence
 
artificial intelligence basis-introduction
artificial intelligence basis-introductionartificial intelligence basis-introduction
artificial intelligence basis-introduction
 
901470 chap1
901470 chap1901470 chap1
901470 chap1
 
901470_Chap1 (1).ppt
901470_Chap1 (1).ppt901470_Chap1 (1).ppt
901470_Chap1 (1).ppt
 
Artificial Intelligence for Business.ppt
Artificial Intelligence for Business.pptArtificial Intelligence for Business.ppt
Artificial Intelligence for Business.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
76201960
7620196076201960
76201960
 
BDACA - Lecture4
BDACA - Lecture4BDACA - Lecture4
BDACA - Lecture4
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptx
 
Lect 01, 02
Lect 01, 02Lect 01, 02
Lect 01, 02
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence
 
Why Google defined a new discipline to help humans make decisions.docx
Why Google defined a new discipline to help humans make decisions.docxWhy Google defined a new discipline to help humans make decisions.docx
Why Google defined a new discipline to help humans make decisions.docx
 
Ai artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collectionAi artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collection
 
IRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage MiningIRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
 
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
 
Stride for Detecting Suicidal Thoughts Using Artificial Intelligence
Stride for Detecting Suicidal Thoughts Using Artificial IntelligenceStride for Detecting Suicidal Thoughts Using Artificial Intelligence
Stride for Detecting Suicidal Thoughts Using Artificial Intelligence
 
A Study On Sentiment Analysis Methods And Tools
A Study On Sentiment Analysis  Methods And ToolsA Study On Sentiment Analysis  Methods And Tools
A Study On Sentiment Analysis Methods And Tools
 

Recently uploaded

Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxolyaivanovalion
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 

Recently uploaded (20)

Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 

new.pptx

  • 1. “Suicide is not a blot on anyone’s name; it is a tragedy.” – Kay Redfield Jamison
  • 2. “A Comparative Study on Suicidal Ideation Detection Using Machine Learning” Presented by Gulam Murshed Robin (ASH1801033M) Sadia Tamanna(BKH1801044F) Under the Supervision of A. R. M. Mahmudul Hasan Rana Assistant Professor Dept of CSTE
  • 3.
  • 4. 4 Related works 5 Procedure of Suicidal Analysis 2 What is Suicidal Ideation Detection? 3 Objectives About Suicide and reasons why people attempt it. 1
  • 5. 9 Works to be done 7 Planning of creating Bangla Dataset 8 Expected Output of the research Methods to do Suicidal Analysis 6
  • 6. What is Suicide and why do people attempt it? Suicide is the act of intentionally causing one's own death. While there are many factors that can influence a person's decision to commit suicide, the most common factors are given below: 1) Mental Illness 2) Traumatic Stress 3) Substance Use and Impulsivity 4) Loss or Fear of Loss 5) Social Isolation Suicide
  • 7. So what type of work “Suicidal Ideation Detection” is? Sentiment Analysis Suicidal Analysis Sentiment refers to the emotion. Sentiment Analysis means analyzing the emotion from a given text. Suicidal Analysis falls under the category of Sentiment Analysis.
  • 8. What is the objective of our work? • To design an efficient Suicidal Analysis method. • To Analyze existing suicidal algorithm and their pros and cons. • To create a Bangla dataset and preprocess the data.
  • 9. Is there any related work that has been done already? Suicide and Depression Identication with Unsupervised Label Correction[1] Ensemble Classifier Model for Tweeter Sentiment Analysis[2] Sentiment Analysis for Bengali[3] Sentiment Analysis for Hindi language using unsupervised lexicon method[4] Recurrent Neural networks for Bangla Sentiment Analysis[5] Deep Learning model for Punjabi tweet sentiment analysis[6] Deep Learning model for Bengali tweet sentiment analysis[7]
  • 10. What should be the procedure of suicidal analysis? Raw Data Data Preprocessing Add Contraction Tokenization Apply Algorithm Calculate Accuracy Stop Word Remove Split Text Figure: Data Preprocessing & Data Cleaning[8] Md.Rafi said ,”I'm going to kill myself“. [Md] [.] [Rafi] [said] [,] [”] [I’m] [going] [to] [kill] [myself] [“] [.] [Mohammad] [Rafi] [said] [,] [”] [I’m] [going] [to] [“] [.] [{kill},{myself}] [Md.]--->[Mohammad]
  • 11. Below are some main reasons which describe the importance of Unsupervised Learning:  Unsupervised learning is helpful for finding useful insights from the data.  Unsupervised learning is much similar as a human learns to think by their own experiences, which makes it closer to the real AI.  Unsupervised learning works on unlabeled and uncategorized data which make unsupervised learning more important.  In real-world, we do not always have input data with the corresponding output so to solve such cases, we need unsupervised learning. Why use Unsupervised Learning?
  • 12. Working of Unsupervised Learning Working of unsupervised learning can be understood by the below diagram: Here, we have taken an unlabeled input data, which means it is not categorized and corresponding outputs are also not given. Now, this unlabeled input data is fed to the machine learning model in order to train it. Firstly, it will interpret the raw data to find the hidden patterns from the data and then will apply suitable algorithms.
  • 13. Which methods we can use to do the analysis?
  • 15. K-means Clustering: K means it is an iterative clustering algorithm which helps you to find the highest value for every iteration. Initially, the desired number of clusters are selected. In this clustering method, you need to cluster the data points into k groups. A larger k means smaller groups with more granularity in the same way. A lower k means larger groups with less granularity. The output of the algorithm is a group of “labels.” It assigns data point to one of the k groups. In k- means clustering, each group is defined by creating a centroid for each group. The centroids are like the heart of the cluster, which captures the points closest to them and adds them to the cluster. Hierarchical Clustering Hierarchical clustering is an algorithm which builds a hierarchy of clusters. It begins with all the data which is assigned to a cluster of their own. Here, two close cluster are going to be in the same cluster. This algorithm ends when there is only one cluster left. K- Nearest neighbors K- nearest neighbour is the simplest of all machine learning classifiers. It differs from other machine learning techniques, in that it doesn’t produce a model. It is a simple algorithm which stores all available cases and classifies new instances based on a similarity measure. It works very well when there is a distance between examples. The learning speed is slow when the training set is large, and the distance calculation is nontrivial.
  • 16. Principal Components Analysis In case you want a higher-dimensional space. You need to select a basis for that space and only the 200 most important scores of that basis. This base is known as a principal component. The subset you select constitute is a new space which is small in size compared to original space. It maintains as much of the complexity of data as possible. Principal Components Analysis In case you want a higher-dimensional space. You need to select a basis for that space and only the 200 most important scores of that basis. This base is known as a principal component. The subset you select constitute is a new space which is small in size compared to original space. It maintains as much of the complexity of data as possible.
  • 17. How do we plan to create our own Bangla Dataset? Most of our data will be collected from Twitter and Reddit. Along with that, we will try to collect as much data as we can from people around us using Google Form. After collecting the raw data, we will manually label those. Finally we will preprocess and clean the data to apply the machine learning algorithm.
  • 18. What output do we expect from this research? • We will be effectively mining the implicit emotion in the text, which can help enterprises or organizations to make an effective decision. • We will also try to break the co-relation between cyberbullying and suicide. • We will analyze the factors of a person to attempt suicide i.e. health factors, environmental factors and historical factors. • Finally we will develop Bangla dataset, enrich it and design an efficient suicidal analysis method using six different machine learning approaches.
  • 19. Work that need to be done? We will implement the algorithm mentioned earlier. Along with that, we will develop the Bangla Dataset. Also we will examine the accuracy after applying different algorithm on existing dataset. Our work might provide the opportunity to law and order agencies to help the victims with suicidal thoughts and take necessary steps to prevent it.
  • 20. References [1] Onan, A., Korukoğlu, S., & Bulut, H. (2016). A multiobjective weighted voting ensemble classifier based on differential evolution algorithm for text sentiment classification. Expert Systems with Applications, 62, 1-16. [2] Hassan, A., Abbasi, A., & Zeng, D. (2013, September). Twitter sentiment analysis: A bootstrap ensemble framework. In 2013 international conference on social computing (pp. 357-364). IEEE. Sarkar, K. (2019). Sentiment polarity detection in Bengali tweets using deep convolutional neural networks. Journal of Intelligent Systems, 28(3), 377-386. [3] Mittal, N., Agarwal, B., Chouhan, G., Bania, N., & Pareek, P. (2013, October). Sentiment analysis of hindi reviews based on negation and discourse relation. In Proceedings of the 11th Workshop on Asian Language Resources (pp. 45-50). [4] Rani, S., & Kumar, P. (2019). Deep learning based sentiment analysis using convolution neural network. Arabian Journal for Science and Engineering, 44(4), 3305-3314. [5] Joshi, A., Balamurali, A. R., & Bhattacharyya, P. (2010). A fall-back strategy for sentiment analysis in hindi: a case study. Proceedings of the 8th ICON. [6] Saleena, N. (2018). An ensemble classification system for twitter sentiment analysis. Procedia computer science, 132, 937-946. [7] Da Silva, N. F., Hruschka, E. R., & Hruschka Jr, E. R. (2014). Tweet sentiment analysis with classifier ensembles. Decision Support Systems, 66, 170- 179. [8] Islam, K. I., Islam, M., & Amin, M. R. (2020). Sentiment analysis in Bengali via transfer learning using multi-lingual BERT. arXiv preprint arXiv:2012.07538.