Examinando por Autor "Es-sabery, Ibrahim"
Mostrando 1 - 2 de 2
Resultados por página
Opciones de ordenación
Ítem Emotion processing by applying a fuzzy-based vader lexicon and a parallel deep belief network over massive data(Institute of Electrical and Electronics Engineers Inc., 2022-08-26) Es-sabery, Fatima; Es-sabery, Ibrahim; Hair, Abdellatif; Sainz de Abajo, Beatriz; García-Zapirain, BegoñaEmotion processing has been a very intense domain of investigation in data analysis and NLP during the previous few years. Currently, the algorithms of the deep neural networks have been applied for opinion mining tasks with good results. Among various neuronal models applied for opinion mining a deep belief network (DBN) model has gained more attention. In this proposal, we have developed a combined classifier based on fuzzy Vader lexicon and a parallel deep belief network for emotion analysis. We have implemented multiple pretreatment techniques to improve the quality and soundness of the data and eliminate disturbing data. Afterward, we have performed a semi-automatic dataset labeling using a combination of two different methods: Mamdani's fuzzy system and Vader lexicon. As well, we have applied four feature extractors, which are: GloVe, TFIDF (Trigram), TFIDF (Bigram), TFIDF (Unigram) with the aim of transforming each incoming tweet into a digital value vector. In addition, we have integrated three feature selectors, namely: The ANOVA method, the chi-square approach and the mutual information technique with the objective of selecting the most relevant features. Further, we have implemented the DBN as classifier for classifying each inputted tweet into three categories: neutral, positive or negative. At the end, we have deployed our proposed approach in parallel way employing both Hadoop and Spark framework with the purpose of overcoming the problem of long runtime of massive data. Furthermore, we have carried out a comparison between our newly suggested hybrid approach and alternative hybrid models available in the literature. From the experimental findings, it was found that our suggested vague parallel approach is more powerful than the baseline patterns in terms of false negative rate (1.33%), recall (99.75%), runtime (32.95s), convergence, stability, F1 score (99.53%), accuracy (98.96%), error rate (1.04%), kappa-Static (99.1%), complexity, false positive rate (0.25%), precision rate (97.59%) and specificity rate (98.67%). As a conclusion, our vague parallel approach outperforms baseline and deep learning models, as well as certain other approaches chosen from the literature.Ítem A hybrid Hadoop-based sentiment analysis classifier for tweets associated with COVID-19 utilizing two machine learning algorithms: CNN, and fuzzy C4.5(Springer Nature, 2024-12) Es-sabery, Fatima; Es-sabery, Ibrahim; Qadir, Junaid; Sainz de Abajo, Beatriz; García-Zapirain, BegoñaIn recent years, research on opinion mining from X (formerly Twitter) has rapidly advanced, focusing on processing tweets to determine user sentiments about events. Many researchers prefer using machine and deep learning techniques for this analysis. This work proposes a novel approach integrating the C4.5 procedure, fuzzy rule patterns, and convolutional neural networks. The approach involves six steps: pre-processing to remove noisy data, vectorizing tweets with word embedding, extracting sentiment and contextual features using convolutional neural networks, fuzzifying outputs with a Gaussian fuzzifier to handle ambiguity, constructing a fuzzy tree and rule base using a fuzzy version of C4.5, and classifying tweets with fuzzy General Reasoning. This method combines the benefits of convolutional neural networks and C4.5 while addressing imprecise data with fuzzy logic. Implemented on a Hadoop framework-based cluster with five computing units, the approach was extensively tested. The results showed that the model performs exceptionally well on the COVID-19_Sentiments dataset, surpassing other classification algorithms with a precision rate of 94.56%, false-negative rate of 5.28%, classification rate of 95.15%, F1-score of 94.63%, kappa statistic of 95.12%, execution time of 11.81 s, false-positive rate of 4.26%, error rate of 4.26%, specificity of 95.74%, recall of 94.72%, stability with a mean deviation standard of 0.09%, convergence starting around the 75th round, and significantly reduced complexity in terms of time and space.