2021
DOI: 10.33640/2405-609x.3157
|View full text |Cite
|
Sign up to set email alerts
|

The Detection of Sexual Harassment and Chat Predators Using Artificial Neural Network

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
2
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 11 publications
(7 citation statements)
references
References 0 publications
0
2
0
Order By: Relevance
“…The preprocessing technique reduces unnecessary data and makes it more classifiable. Certainly, there are many pre-processing operations done by different researchers to clean the datasets (special characters, punctuation, white spaces, contractions, and stop words), convert all characters to lowercase, as well as return the words to their root using stemming or lemmatization [32][33][34]. Feature Extraction: A PC can utilize advanced information.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…The preprocessing technique reduces unnecessary data and makes it more classifiable. Certainly, there are many pre-processing operations done by different researchers to clean the datasets (special characters, punctuation, white spaces, contractions, and stop words), convert all characters to lowercase, as well as return the words to their root using stemming or lemmatization [32][33][34]. Feature Extraction: A PC can utilize advanced information.…”
Section: Methodsmentioning
confidence: 99%
“…Sentences are represented as dense word vectors via word embedding, hence the term "embedding" refers to obtaining more data with fewer dimensions. [32]. The embedding process translates semantic meaning into geometric meaning, Word2Vec [8,23,25], Global vectors (GloVe) for word representation [18], n-grams [11,26], word-embedding [12], BOW [7] are the pioneers of word representativeness approaches.…”
Section: Methodsmentioning
confidence: 99%
“…GloVe is used to represent words using an embedding matrix containing many words. Each of these words corresponds to several numerical values, representing the vectors embedding this word, which are then employed as the input layer for neural networks of deep learning classifiers [13], [14]. Recurrent neural network (RNN) is one type of deep learning classifier based on keeping the output of a certain layer and feeding it back to the input to predict the layer's output, but it suffers from the problem of vanishing and exploding gradients.…”
Section: Preliminariesmentioning
confidence: 99%
“…• Dropout: Dropout lowers overfitting and raises the generalizability of the model. Depending on their likelihood of being in the chosen hidden layers, this technique ignores hidden neurons [17]. A neural network's dropout is depicted in Fig.…”
Section: B Data Augmentationmentioning
confidence: 99%