SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 6 Issue 2, January-February 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 326
Stride for Detecting Suicidal Thoughts Using Artificial Intelligence
Shrivallabh Walkade, Rajesh Sonnakula, Deepak Kumar, Shreyas Nambiar
Department of Computer Engineering, KJ College of Engineering and Management Research, Pune, India
ABSTRACT
Suicide has been major death cause from an over decade now. The
ideation of suicide and its thought process leads to a very dangerous
after effect. Since social media is very trending factor now a day’s, it
can be used to detect suicide ideation. Artificial intelligence which is
used for tasks like problem solving, spam filter, speech recognition
etc. can also be used for detect suicides over social media. This study
is aimed in designing an automated classifier which can detect
suicidal thoughts with the help of algorithmic approach by studying
various patterns in the discussions or communications. This paper
also studies the previous attempts made for the design of such
architecture. At the end we conclude the feasibility and practicability
of the approach that we are going to use for the detection of suicide
attempts on social media.
KEYWORDS: Suicide, Suicide Prevention, Social Media, Algorithm,
Machine Learning
How to cite this paper: Shrivallabh
Walkade | Rajesh Sonnakula | Deepak
Kumar | Shreyas Nambiar "Stride for
Detecting Suicidal Thoughts Using
Artificial Intelligence" Published in
International Journal
of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-6 |
Issue-2, February
2022, pp.326-329,
URL:
www.ijtsrd.com/papers/ijtsrd49182.pdf
Copyright © 2022 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an
Open Access article
distributed under the
terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
Introduction
According to a survey conducted in 2016, the number
of suicides in India was increased to 2,30,314 [1] due
to various reasons. All around the world about 8 lakh
people die every year due to suicide, of these
1,35,000 belong to India [2]. India is responsible for
17% of the total deaths caused by suicide all around
the globe. Not only the magnitude of the problem is
worse but the progress which has been made in
understanding and improving the cause of suicide is
also very less. Thousands of people fall prey for
suicide ideation or suicidal thoughts which are the
peoples thought of committing suicide. Suicide not
only affects the individual which has become a victim
of such death cause but also has a devasting impact
on families as well as communities related to the
victim. Understanding the ways in which individuals
communicate their suicidalityis the keyto prevent the
cause of such disaster. It is predicted that depression
by 2030 and mental disorders will be the second
leading cause of suicidal attempt/ behavior [3].
Social media is computer-based technology that
facilitates the interaction between multiple humans
about their ideas, information and other types of
expressions. The availability of the smart phone has
enabled majority of the human population to come
online and connect with each other through social
media. The people now a day’s consider social media
as a means of entertainment and enjoy the majority of
their time on the social media platforms. Such
platforms have become a place of expression for
majority of people. The participation of people via
posts, tweets, messages, stories, snaps, direct
messages has made social media a place which is
easy to express. Using machine learning, social media
can become a way to predict suicide attempt. The aim
of this model is to design a classifier which can detect
the messages or tweets which go into the category of
suicidal thoughts. The system will analyze through
social media and search for specific keywords which
come under the category of dataset related to suicidal
thoughts. This system will collect all such messages
and then classify them into different levels of suicidal
thought process. According to that levels, it will be
decided whether individual requires any intervention.
Background Study
A systematic review is conducted [4] involving use of
Machine Learning Methods and applications. They
conducted survey from clinical methods to textual
IJTSRD49182
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 327
content analysis. A method is presented based on ML
classification for the social network Twitter to
identify tweets with risk of suicide [5]. The
categorization of such thoughts detection is discuss in
[6] considering both classical content analysis and
recent machine learning techniques as shown in Fig1.
Figure 1: Methods and domains categorizations [6].
The authors used SVM, where SMO (Sequential
minimal optimization) is implemented as the best
model to identify sentiments leading towards
suspected tweets with a risk of suicide. Authors in [7]
studied the early identification of suicide thoughts
using deep learning and machine learning-based
classification approaches applied to social media
names Reddit. Implemented a system for automatic
emotion detection based in binary SVM classifiers
[8]. The researchers used lexical and semantic
features to represent the data, as emotions seemed to
be lexicalized consistently [9]. Their classification
performance varied between emotions was achieved
for six of the seven most frequent emotions such as
thankfulness, guilt, love, hopelessness and
instructions. Several methods based on NLP and ML
was developed to study the suicidal behaviour of
individuals who attempted suicide [10]. The authors
built a set of linguistic, lexical, and semantic features
that improved the classification of suicidal thoughts,
experiences, and suicide methods, obtaining the best
performance using a Support Vector Machine (SVM)
model.
AI Based System for Detecting Suicidal Thoughts
The proposed system will take the tweets as the raw
input on which the pre-processor will work with the
feature selection and converting it into a form of
keyword. The pre-processor uses the NLP algorithm.
NLP algorithm is a bridge between the human
language and computers in terms of understandingthe
diversity of the feeling through text. The tweet or the
message here will be given by the user will enter into
the pre-processing system and here the tweet will be
processed by doing its sentence segmentation. After
segmentation the sentence will no longer have the
punctuation marks and symbols in it. The tokenisation
of words will take place after that. In this way the
keywords would be created out of the tweets. These
keywords will then be compared with the dataset
keywords.
The comparison will then depict the percentage of the
comparison. 0-30% of the result will be classified into
no distress zone i.e., normal conversation which need
no intervention. 30- 70% of the result will come under
moderate distress levels which can lead to some stress
but no very serious in need on intervention. Further
any result would come under the severe distress
model. The result will be shown to admin which will
later decide what has to be done with the data
provided on the monitor.
Block Diagram of Proposed System:
This is the basic block diagram of our system as
shown in the Fig 1. The input in the system will be
tweets and messages from out software which will be
processed in the pre-processor. Then looking at the
keywords the input messages will be classified into
different stress levels. If the message does not contain
any keywords then it will be in “No Distress” level. If
the message contains keywords such as “feeling low”,
“not in the mood” etc. then it be “Moderate Distress”
level. If the message contains keywords such as
“dying”, “suicide”, “ending my life” etc. then it will
be “Severe Distress” level. We shall provide an
online Chabot which will help the people in
overcoming their depression and living their lives
again in a normal and positive way.
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 328
Figure 1: Basic Block Diagram of the System
Object Oriented Design
When the tweets from the user are passed into this
NLP classifier they are analysed to understand the
meaning of the message. The tweets are considered to
be raw data termed as the input sentences in this
figure. The tweet will also have the time and date
along with its user name of the person who has sent it.
The input here can be anything posted by the user like
he’s enjoying something, tried something new, about
new boss in the office etc. It can also consist of the
slangs people now use. So, it becomes very important
to classify the sentences to obtain the proper
keywords. Sentence segmentation is all about
separating each and every word of the sentence into a
separate entity named as token as shown in Fig 2.
This process is also called as tokenisation. After
tokenisation is performed the sentence is converted in
separate words for further pre-processing. Now the
separated tokens and tagged as parts of speech like
nouns, adjectives, verbs. This is done so that the
keyword finding becomes much simpler.
Fig 2: Use Case for Classification of Sentences
Lemmatization is step where the words are compared
right to base this is the dictionary in this case all the
words plural are converted back to its singular form or
the correct form as to get compared from the dataset.
Then the process of comparison takes place, where the
keywords obtained from the tweet are compared to the
keywords in the dataset. If the keywords come out
exactly as stated in the dataset the classifier it will
give up the output in percentage.
Class Diagram:
Following Fig 3 depicts the class diagram of the of the
system. It will consist of 5 classes as shown below.
They are admin, user, user application account and
chat classification. The admin will have 2 entities
namely login-id and password. The admin class will
monitor user class as well as all the classes. The user
whereas will have login-id, password, phone, email.
The user will be allowed to create account, tweet and
retweet. They can also follow other users. User
application class will consist of tweets, retweets,
follow. User will create account which will have its
details. At last, it will consist of chat classification
class which will have three levels of distress which are
severe distress, moderate distress and no distress.
Figure 3: Class Diagram of the System
Expected outcome
The proposed system is expected to give good
accuracy and work independently for multiple users
working simultaneously; when compared to truth
values. The system has to be robust and flexible for
any user with no age limit. The proposed system can
detect all the victims of the suicidal thoughts who
tend to post everything on the social media.
Conclusion
A successful design has been created which can be
used to detect the social media suicidal thoughts. This
design is user friendly, flexible and efficient at the
same time. Proposed system will handle multiple
users provide all the statistics of the tweets with date
and time. Hereby we conclude the paper by showing
the design and the working of the system. By
studying various references of the previously
published papers, we come to a conclusion that the
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 329
proposed system can be implemented to expect the
predicted results. The implementation cycle will be
important as this will decide the execution and how
close the design can reach in terms of expected
outcomes. The future scope of the system includes
providing a chatbot to intervene automatically
making it fully automated and thus contributing to
social harmony.
REFERENCES
[1] J. Snowdon, “Indian suicide data: What do they
mean?,” Indian J. Med. Res., vol. 150(4), no.
May, pp. 315–320, 2019.
[2] “Registered deaths from suicide - Statistisches
Bundesamt.” [Online]. Available:
https://www.destatis.de/EN/Themes/Countries-
Regions/International-Statistics/Data-
Topic/Population-Labour-Social-
Issues/Health/Suicide.html. [Accessed: 19-Apr-
2021].
[3] E. Isometsä, “Suicidal behaviour in mood
disorders-Who, When, and Why?,” Can. J.
Psychiatry, vol. 59, no. 3, pp. 120–130, 2014.
[4] S. Ji, S. Pan, X. Li, E. Cambria, G. Long, and
Z. Huang, “Suicidal ideation detection: A
review of machine learning methods and
applications,” arXiv, pp. 1–13, 2019.
[5] M. Birjali, A. Beni-Hssane, and M. Erritali,
“Machine Learning and Semantic Sentiment
Analysis based Algorithms for Suicide
Sentiment Prediction in Social Networks,”
Procedia Comput. Sci., vol. 113, pp. 65–72,
2017.
[6] S. Ji, “Suicidal Ideation Detection in Online
Social Content,” The University of Queensland
in School of Information Technology and
Electrical Engineering, 2020.
[7] M. M. Tadesse, H. Lin, B. Xu, and L. Yang,
“Detection of suicide ideation in social media
forums using deep learning,” Algorithms, vol.
13, no. 1, pp. 1–19, 2020.
[8] Y. Yang and X. Liu, “A re-examination of text
categorization methods,” in Proceedings of the
22nd annual international ACM SIGIR
conference on Research and development in
information retrieval - SIGIR ’99, 1999, pp.
42–49.
[9] B. Desmet and V. Hoste, “Online suicide
prevention through optimised text
classification,” Inf. Sci. (Ny)., vol. 439–440, pp.
61–78, 2018.
[10] A. K. Ambalavan, B. Moulahi, J. Azé, and S.
Bringay, “Unveiling online suicide behavior:
What can we learn about mental health from
suicide survivors of Reddit?,” Stud. Health
Technol. Inform., vol. 264, pp. 50–54, 2019.

More Related Content

Similar to Stride for Detecting Suicidal Thoughts Using Artificial Intelligence

Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...ijtsrd
 
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCEEPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCEAIRCC Publishing Corporation
 
SENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATASENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATAanargha gangadharan
 
REAL TIME SENTIMENT ANALYSIS OF TWITTER DATA
REAL TIME SENTIMENT ANALYSIS OF TWITTER DATAREAL TIME SENTIMENT ANALYSIS OF TWITTER DATA
REAL TIME SENTIMENT ANALYSIS OF TWITTER DATAMary Lis Joseph
 
SENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATASENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATAParvathy Devaraj
 
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCEEPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCEijcsit
 
IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET Journal
 
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 LEARNINGIRJET Journal
 
Running head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docx
Running head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docxRunning head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docx
Running head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docxhealdkathaleen
 
A Comprehensive Study on Social Network Mental Disorders Detection
A Comprehensive Study on Social Network Mental Disorders DetectionA Comprehensive Study on Social Network Mental Disorders Detection
A Comprehensive Study on Social Network Mental Disorders Detectionijtsrd
 
IRJET- Personality Recognition using Social Media Data
IRJET- Personality Recognition using Social Media DataIRJET- Personality Recognition using Social Media Data
IRJET- Personality Recognition using Social Media DataIRJET Journal
 
IRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET Journal
 
Personality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine LearningPersonality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine LearningIRJET Journal
 
Personality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine LearningPersonality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine LearningIRJET Journal
 
Big five personality prediction based in Indonesian tweets using machine lea...
Big five personality prediction based in Indonesian tweets using  machine lea...Big five personality prediction based in Indonesian tweets using  machine lea...
Big five personality prediction based in Indonesian tweets using machine lea...IJECEIAES
 
IRJET- Deep Neural Network based Mechanism to Compute Depression in Socia...
IRJET-  	  Deep Neural Network based Mechanism to Compute Depression in Socia...IRJET-  	  Deep Neural Network based Mechanism to Compute Depression in Socia...
IRJET- Deep Neural Network based Mechanism to Compute Depression in Socia...IRJET Journal
 

Similar to Stride for Detecting Suicidal Thoughts Using Artificial Intelligence (20)

vishwas
vishwasvishwas
vishwas
 
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
 
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCEEPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
 
SENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATASENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATA
 
REAL TIME SENTIMENT ANALYSIS OF TWITTER DATA
REAL TIME SENTIMENT ANALYSIS OF TWITTER DATAREAL TIME SENTIMENT ANALYSIS OF TWITTER DATA
REAL TIME SENTIMENT ANALYSIS OF TWITTER DATA
 
SENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATASENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATA
 
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCEEPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
EPIDEMIC OUTBREAK PREDICTION USING ARTIFICIAL INTELLIGENCE
 
IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...
 
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
 
[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah
[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah
[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah
 
Running head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docx
Running head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docxRunning head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docx
Running head DEPRESSION PREDICTION DRAFT1DEPRESSION PREDICTI.docx
 
A Comprehensive Study on Social Network Mental Disorders Detection
A Comprehensive Study on Social Network Mental Disorders DetectionA Comprehensive Study on Social Network Mental Disorders Detection
A Comprehensive Study on Social Network Mental Disorders Detection
 
IRJET- Personality Recognition using Social Media Data
IRJET- Personality Recognition using Social Media DataIRJET- Personality Recognition using Social Media Data
IRJET- Personality Recognition using Social Media Data
 
IRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding Technique
 
Personality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine LearningPersonality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine Learning
 
Personality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine LearningPersonality Prediction with social media using Machine Learning
Personality Prediction with social media using Machine Learning
 
[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...
[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...
[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...
 
Big five personality prediction based in Indonesian tweets using machine lea...
Big five personality prediction based in Indonesian tweets using  machine lea...Big five personality prediction based in Indonesian tweets using  machine lea...
Big five personality prediction based in Indonesian tweets using machine lea...
 
IRJET- Deep Neural Network based Mechanism to Compute Depression in Socia...
IRJET-  	  Deep Neural Network based Mechanism to Compute Depression in Socia...IRJET-  	  Deep Neural Network based Mechanism to Compute Depression in Socia...
IRJET- Deep Neural Network based Mechanism to Compute Depression in Socia...
 
32 99-1-pb
32 99-1-pb32 99-1-pb
32 99-1-pb
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Recently uploaded (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

Stride for Detecting Suicidal Thoughts Using Artificial Intelligence

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 6 Issue 2, January-February 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 326 Stride for Detecting Suicidal Thoughts Using Artificial Intelligence Shrivallabh Walkade, Rajesh Sonnakula, Deepak Kumar, Shreyas Nambiar Department of Computer Engineering, KJ College of Engineering and Management Research, Pune, India ABSTRACT Suicide has been major death cause from an over decade now. The ideation of suicide and its thought process leads to a very dangerous after effect. Since social media is very trending factor now a day’s, it can be used to detect suicide ideation. Artificial intelligence which is used for tasks like problem solving, spam filter, speech recognition etc. can also be used for detect suicides over social media. This study is aimed in designing an automated classifier which can detect suicidal thoughts with the help of algorithmic approach by studying various patterns in the discussions or communications. This paper also studies the previous attempts made for the design of such architecture. At the end we conclude the feasibility and practicability of the approach that we are going to use for the detection of suicide attempts on social media. KEYWORDS: Suicide, Suicide Prevention, Social Media, Algorithm, Machine Learning How to cite this paper: Shrivallabh Walkade | Rajesh Sonnakula | Deepak Kumar | Shreyas Nambiar "Stride for Detecting Suicidal Thoughts Using Artificial Intelligence" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-6 | Issue-2, February 2022, pp.326-329, URL: www.ijtsrd.com/papers/ijtsrd49182.pdf Copyright © 2022 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) Introduction According to a survey conducted in 2016, the number of suicides in India was increased to 2,30,314 [1] due to various reasons. All around the world about 8 lakh people die every year due to suicide, of these 1,35,000 belong to India [2]. India is responsible for 17% of the total deaths caused by suicide all around the globe. Not only the magnitude of the problem is worse but the progress which has been made in understanding and improving the cause of suicide is also very less. Thousands of people fall prey for suicide ideation or suicidal thoughts which are the peoples thought of committing suicide. Suicide not only affects the individual which has become a victim of such death cause but also has a devasting impact on families as well as communities related to the victim. Understanding the ways in which individuals communicate their suicidalityis the keyto prevent the cause of such disaster. It is predicted that depression by 2030 and mental disorders will be the second leading cause of suicidal attempt/ behavior [3]. Social media is computer-based technology that facilitates the interaction between multiple humans about their ideas, information and other types of expressions. The availability of the smart phone has enabled majority of the human population to come online and connect with each other through social media. The people now a day’s consider social media as a means of entertainment and enjoy the majority of their time on the social media platforms. Such platforms have become a place of expression for majority of people. The participation of people via posts, tweets, messages, stories, snaps, direct messages has made social media a place which is easy to express. Using machine learning, social media can become a way to predict suicide attempt. The aim of this model is to design a classifier which can detect the messages or tweets which go into the category of suicidal thoughts. The system will analyze through social media and search for specific keywords which come under the category of dataset related to suicidal thoughts. This system will collect all such messages and then classify them into different levels of suicidal thought process. According to that levels, it will be decided whether individual requires any intervention. Background Study A systematic review is conducted [4] involving use of Machine Learning Methods and applications. They conducted survey from clinical methods to textual IJTSRD49182
  • 2. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 327 content analysis. A method is presented based on ML classification for the social network Twitter to identify tweets with risk of suicide [5]. The categorization of such thoughts detection is discuss in [6] considering both classical content analysis and recent machine learning techniques as shown in Fig1. Figure 1: Methods and domains categorizations [6]. The authors used SVM, where SMO (Sequential minimal optimization) is implemented as the best model to identify sentiments leading towards suspected tweets with a risk of suicide. Authors in [7] studied the early identification of suicide thoughts using deep learning and machine learning-based classification approaches applied to social media names Reddit. Implemented a system for automatic emotion detection based in binary SVM classifiers [8]. The researchers used lexical and semantic features to represent the data, as emotions seemed to be lexicalized consistently [9]. Their classification performance varied between emotions was achieved for six of the seven most frequent emotions such as thankfulness, guilt, love, hopelessness and instructions. Several methods based on NLP and ML was developed to study the suicidal behaviour of individuals who attempted suicide [10]. The authors built a set of linguistic, lexical, and semantic features that improved the classification of suicidal thoughts, experiences, and suicide methods, obtaining the best performance using a Support Vector Machine (SVM) model. AI Based System for Detecting Suicidal Thoughts The proposed system will take the tweets as the raw input on which the pre-processor will work with the feature selection and converting it into a form of keyword. The pre-processor uses the NLP algorithm. NLP algorithm is a bridge between the human language and computers in terms of understandingthe diversity of the feeling through text. The tweet or the message here will be given by the user will enter into the pre-processing system and here the tweet will be processed by doing its sentence segmentation. After segmentation the sentence will no longer have the punctuation marks and symbols in it. The tokenisation of words will take place after that. In this way the keywords would be created out of the tweets. These keywords will then be compared with the dataset keywords. The comparison will then depict the percentage of the comparison. 0-30% of the result will be classified into no distress zone i.e., normal conversation which need no intervention. 30- 70% of the result will come under moderate distress levels which can lead to some stress but no very serious in need on intervention. Further any result would come under the severe distress model. The result will be shown to admin which will later decide what has to be done with the data provided on the monitor. Block Diagram of Proposed System: This is the basic block diagram of our system as shown in the Fig 1. The input in the system will be tweets and messages from out software which will be processed in the pre-processor. Then looking at the keywords the input messages will be classified into different stress levels. If the message does not contain any keywords then it will be in “No Distress” level. If the message contains keywords such as “feeling low”, “not in the mood” etc. then it be “Moderate Distress” level. If the message contains keywords such as “dying”, “suicide”, “ending my life” etc. then it will be “Severe Distress” level. We shall provide an online Chabot which will help the people in overcoming their depression and living their lives again in a normal and positive way.
  • 3. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 328 Figure 1: Basic Block Diagram of the System Object Oriented Design When the tweets from the user are passed into this NLP classifier they are analysed to understand the meaning of the message. The tweets are considered to be raw data termed as the input sentences in this figure. The tweet will also have the time and date along with its user name of the person who has sent it. The input here can be anything posted by the user like he’s enjoying something, tried something new, about new boss in the office etc. It can also consist of the slangs people now use. So, it becomes very important to classify the sentences to obtain the proper keywords. Sentence segmentation is all about separating each and every word of the sentence into a separate entity named as token as shown in Fig 2. This process is also called as tokenisation. After tokenisation is performed the sentence is converted in separate words for further pre-processing. Now the separated tokens and tagged as parts of speech like nouns, adjectives, verbs. This is done so that the keyword finding becomes much simpler. Fig 2: Use Case for Classification of Sentences Lemmatization is step where the words are compared right to base this is the dictionary in this case all the words plural are converted back to its singular form or the correct form as to get compared from the dataset. Then the process of comparison takes place, where the keywords obtained from the tweet are compared to the keywords in the dataset. If the keywords come out exactly as stated in the dataset the classifier it will give up the output in percentage. Class Diagram: Following Fig 3 depicts the class diagram of the of the system. It will consist of 5 classes as shown below. They are admin, user, user application account and chat classification. The admin will have 2 entities namely login-id and password. The admin class will monitor user class as well as all the classes. The user whereas will have login-id, password, phone, email. The user will be allowed to create account, tweet and retweet. They can also follow other users. User application class will consist of tweets, retweets, follow. User will create account which will have its details. At last, it will consist of chat classification class which will have three levels of distress which are severe distress, moderate distress and no distress. Figure 3: Class Diagram of the System Expected outcome The proposed system is expected to give good accuracy and work independently for multiple users working simultaneously; when compared to truth values. The system has to be robust and flexible for any user with no age limit. The proposed system can detect all the victims of the suicidal thoughts who tend to post everything on the social media. Conclusion A successful design has been created which can be used to detect the social media suicidal thoughts. This design is user friendly, flexible and efficient at the same time. Proposed system will handle multiple users provide all the statistics of the tweets with date and time. Hereby we conclude the paper by showing the design and the working of the system. By studying various references of the previously published papers, we come to a conclusion that the
  • 4. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD49182 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 329 proposed system can be implemented to expect the predicted results. The implementation cycle will be important as this will decide the execution and how close the design can reach in terms of expected outcomes. The future scope of the system includes providing a chatbot to intervene automatically making it fully automated and thus contributing to social harmony. REFERENCES [1] J. Snowdon, “Indian suicide data: What do they mean?,” Indian J. Med. Res., vol. 150(4), no. May, pp. 315–320, 2019. [2] “Registered deaths from suicide - Statistisches Bundesamt.” [Online]. Available: https://www.destatis.de/EN/Themes/Countries- Regions/International-Statistics/Data- Topic/Population-Labour-Social- Issues/Health/Suicide.html. [Accessed: 19-Apr- 2021]. [3] E. Isometsä, “Suicidal behaviour in mood disorders-Who, When, and Why?,” Can. J. Psychiatry, vol. 59, no. 3, pp. 120–130, 2014. [4] S. Ji, S. Pan, X. Li, E. Cambria, G. Long, and Z. Huang, “Suicidal ideation detection: A review of machine learning methods and applications,” arXiv, pp. 1–13, 2019. [5] M. Birjali, A. Beni-Hssane, and M. Erritali, “Machine Learning and Semantic Sentiment Analysis based Algorithms for Suicide Sentiment Prediction in Social Networks,” Procedia Comput. Sci., vol. 113, pp. 65–72, 2017. [6] S. Ji, “Suicidal Ideation Detection in Online Social Content,” The University of Queensland in School of Information Technology and Electrical Engineering, 2020. [7] M. M. Tadesse, H. Lin, B. Xu, and L. Yang, “Detection of suicide ideation in social media forums using deep learning,” Algorithms, vol. 13, no. 1, pp. 1–19, 2020. [8] Y. Yang and X. Liu, “A re-examination of text categorization methods,” in Proceedings of the 22nd annual international ACM SIGIR conference on Research and development in information retrieval - SIGIR ’99, 1999, pp. 42–49. [9] B. Desmet and V. Hoste, “Online suicide prevention through optimised text classification,” Inf. Sci. (Ny)., vol. 439–440, pp. 61–78, 2018. [10] A. K. Ambalavan, B. Moulahi, J. Azé, and S. Bringay, “Unveiling online suicide behavior: What can we learn about mental health from suicide survivors of Reddit?,” Stud. Health Technol. Inform., vol. 264, pp. 50–54, 2019.