Publications

Export 81 results:
Sort by: Author Title Type [ Year  (Desc)]
2021
Eldin, S. S., A. Mohammed, H. Hefny, and A. S. E. Ahmed, "An Enhanced Opinion Retrieval Approach on Arabic Text for Customer Requirements Expansion", Journal of King Saud University - Computer and Information Sciences, vol. 33, no. 3, pp. 351-363, 2021. AbstractWebsite

Recently, most companies market their products on the web to recognize their customers’ requirements and to improve their services’ quality according to the customers’ feedback and opinions. A huge amount of reviews and opinions are posted daily on products. Obtaining and quickly analyzing these opinions become a difficult task. These opinions might lead to a tendency or disinclination to a specific point of view. To represent the products’ opinions from customers’ perspectives, opinion retrieval becomes a demanding and essential task for automatically extracting, analyzing, and summarizing customers’ reviews. Usually, online products are offered by several suppliers in e-commerce. Therefore, to keep up the competitiveness among suppliers, the need for innovative requirements is required. This paper proposed an enhanced opinion retrieval approach depending on the explicit feature based opinion mining. The proposed approach expands the initial products’ requirements using extended heuristics and linguistic patterns of the Arabic opinions. Besides the relevant score, several factors, like features’ weight, the opinion importance, and the sentiment polarity are used to rank the retrieved results. The experimental results show the capability of the proposed approach to automatically extract more innovative features compared to the conditional random field (CRF) results.

Elmogy, A., U. Tarik, A. Ibrahim, and A. Mohammed, "Fake Reviews Detection using Supervised Machine Learning", International Journal of Advanced Computer Science and Applications, vol. 12, issue 1, pp. 601-606, 2021.
Alkhouly, A. A., A. Mohammed, and H. A. Hefny, "Improving the Performance of Deep Neural Networks Using Two Proposed Activation Functions", IEEE Access, vol. 9, pp. 82249-82271, 2021. Abstract
n/a
Amin, M., H. Hefny, and M. Ammar, "Sign language gloss translation using deep learning models", International Journal of Advanced Computer Science and Applications, vol. 12, no. 11: Science and Information (SAI) Organization Limited, 2021. Abstract
n/a
2020
Hesham, H., M. Nabawy, O. Safwat, Y. Khalifa, H. Metawie, and A. Mohammed, "Detecting Education level using Facial Expressions in E-learning Systems", 2020 International Conference on Electrical, Communication, and Computer Engineering (ICECCE), pp. 1-6, June, 2020. Abstract

With the growth rate of modern technologies, Computer-based learning environment receives attention for academic goals. In this environment, a computer provides learners with a set of learning contents divided into learning levels. Usually, Computer-based learning environment research efforts detect the next level of the learner automatically based on the correct responses of the learner on a test at the end of every learning level. Different efforts use fuzzy approaches to handle the uncertainly in the learning environment. In this paper, a machine learning approach is proposed to detect the current education level of the learner based on a recorded facial expressions of the learners as well as important features of the learning environment. Several classifiers are employed to recognize the education level. The evaluation of the proposed approach on a real dataset shows that Support Vector Machine (SVM) outperforms the other classifiers and achieves accuracy of 87%. The paper also presents a regression method to detect the learning level as a continuous value. The evaluation of the regression methods shows that the Linear Regression with mean squared error of 0.0048 outperform SVR.

Khaled, N., S. Mohsen, K. E. El-Din, S. Akram, H. Metawie, and A. Mohamed, "In-Door Assistant Mobile Application Using CNN and TensorFlow", 2020 International Conference on Electrical, Communication, and Computer Engineering (ICECCE), pp. 1-6, June, 2020. Abstract

Visually impaired people struggle to live without assistance or face any aspect of life alone especially with people that cannot afford extra assistance equipment. Usually impaired people receive assistance by either human or wearable devices. The first one bears the burden on the human, while the second adds financial burdens nevertheless the hassle of identifying an object is not decreased. Smartphones are almost accessible to everyone and equipped with accessibility features including sensors that can be utilized to help both visually impaired and sighted people. Thus, this paper proposes an approach using Convolutional Neural Network (CNN), speech recognition and smartphone camera calibration aiming at facilitating the process of indoor guidance for visually impaired people. A smartphone's camera acts as the user's eyes. A pre-trained CNN model is used for object detection and the distance to objects is calculated to guide the user toward the right directions and to warn them of obstacles. The speech recognition part is used as a communication channel between visually impaired people and the smartphone. Also, the proposed approach supports object personalising that helps to distinguish user's item from other items found in the room. To evaluate the personalized objected detection, a customized dataset is created for two objects. The experimental results indicate that the accuracy is 92% and 87% for both objects respectively. Also, we experiment the detect distance of two objects against their real distances. The results achieve 0.05 and 0.08 error ratio.

Eldin, S. S., A. Mohammed, and A. S. Eldin, "An enhanced opinion retrieval approach via implicit feature identification", Journal of Intelligent Information Systems , 2020. AbstractWebsite

Recently, there has been an enormous increase in the number of reviews of popular products. Therefore, opinion analysis has become a tedious task for customers when making decisions. As a result, opinion retrieval systems have emerged as an effective tool to analyze and represent customers’ feelings toward offered services. Conventional opinion retrieval systems retrieve and rank products according to both relevance and the overall polarity scores of the opinions. However, customer reviews are usually more detailed, including multiple features with different polarities. Consequently, feature-based opinion retrieval is necessary to extract and analyze each feature separately. Customers’ opinions are usually written with a short and unclear structure and contain many implicit linguistic features that cannot be identified by retrieval systems. As a result, the recall results are negatively affected. Few studies have focused on implicit features, as most examined explicit features. Also, implicit features extraction is a challenging task in some languages like Arabic due to difficulties with morphology. This paper proposes an enhanced retrieval approach based on feature-based opinion mining to enhance retrieval performance. In addition to explicit feature extraction, a metaheuristic optimization method with several similarity measures is utilized to identify implicit features and measure its effect on the retrieval results. The experimental results on Arabic and English datasets revealed the effectiveness of the proposed approach, whereby more features were extracted compared to the explicit feature results. Furthermore, the ranking results were improved by identifying both implicit and explicit features compared to the results obtained by the conditional random field method and association rule mining.

Abdalah, A., and A. Mohammed, "Proposed Authentication Protocol for IoT using Blockchain and Fog Nodes", International Journal of Advanced Computer Science and Applications, vol. 11, issue 4, pp. 710 -716, 01, 2020. Abstract

n/a

Terra, E., and A. Mohammed, "An Approach for Textual Based Clustering Using Word Embedding", Machine Learning and Big Data Analytics Paradigms: Analysis, Applications and Challenges, Cham, Springer International Publishing, pp. 261–280, 2020. Abstract

Numerous endeavors have been made to improve the retrieval procedure in Textual Case-Based Reasoning (TCBR) utilizing clustering and feature selection strategies. SOPHisticated Information Analysis (SOPHIA) approach is one of the most successful efforts which is characterized by its ability to work without the domain of knowledge or language dependency. SOPHIA is based on the conditional probability, which facilitates an advanced Knowledge Discovery (KD) framework for case-based retrieval. SOPHIA attracts clusters by themes which contain only one word in each. However, using one word is not sufficient to construct cluster attractors because the exclusion of the other words associated with that word in the same context could not give a full picture of the theme. The main contribution of this chapter is to introduce an enhanced clustering approach called GloSOPHIA (GloVe SOPHIA) that extends SOPHIA by integrating word embedding technique to enhance KD in TCBR. A new algorithm is proposed to feed SOPHIA with similar terms vector space gained from Global Vector (GloVe) embedding technique. The proposed approach is evaluated on two different language corpora and the results are compared with SOPHIA, K-means, and Self- Organizing Map (SOM) in several evaluation criteria. The results indicate that GloSOPHIA outperforms the other clustering methods in most of the evaluation criteria.

Abdelaziz, S. A., and A. Mohammed, "An Enhanced Deep Learning Approach for Brain Cancer MRI Images Classification using Residual Networks", Artificial Intelligence in Medicine, vol. 102, issue 0933-3657, pp. 101779, 2020.
Megahed, M., and A. Mohammed, "Modeling adaptive E-Learning environment using facial expressions and fuzzy logic", Expert Systems with Applications, vol. 157, issue 113460, 2020.
Mahmoud, A., and A. Mohammed, "A Survey on Deep Learning for Time-Series Forecasting", Machine Learning and Big Data Analytics Paradigms: Analysis, Applications and Challenges, Cham, Springer International Publishing, pp. 365–392, 2020. Abstract

Deep learning, one of the most remarkable techniques of machine learning, has been a major success in many fields, including image processing, speech recognition, and text understanding. It is powerful engines capable of learning arbitrary mapping functions, not require a scaled or stationary time series as input, support multivariate inputs, and support multi-step outputs. All of these features together make deep learning useful tools when dealing with more complex time series prediction problems involving large amounts of data, and multiple variables with complex relationships. This paper provides an overview of the most common Deep Learning types for time series forecasting, Explain the relationships between deep learning models and classical approaches to time series forecasting. A brief background of the particular challenges presents in time-series data and the most common deep learning techniques that are often used for time series forecasting is provided. Previous studies that applied deep learning to time series are reviewed.

2019
Saad, S., A. Mohammed, and A. Sharaf, "An enhanced opinion retrieval approach on Arabic text for customer requirements expansion", Journal of King Saud University - Computer and Information Sciences, vol. in press, 2019.
Karam, A., M. EMBABY, H. El-Kady, S. Abdel-Hafeez, G. Nabil, and A. Mohammed, "Applying Convolutional Neural Networks For Image Detection", 2019 International Conference on Smart Applications, Communications and Networking (SmartNets), pp. 1-8, 2019. Abstract
n/a
Karam, A. - F., M. Embaby, H. El-Kady, S. Abdel-Hafeez, G. Nabil, and A. Mohammed, "Applying Convolutional Neural Networks For Image Detection", 2019 International Conference on Smart Applications, Communications and Networking (SmartNets), Sharm El Sheik, Egypt, pp. 1-8, 2019.
Megahed, M., A. Asad, and A. Mohammed, "Data on learners emotional states, mental responses and fuzzy learning flows during interaction with learning environment", ElSEVIER journal Data in Brief, vol. 25, issue 2352-3409, pp. 104378, 2019.
Mohammed, A., and R. Kora, "Deep Learning approaches for Arabic Sentiment Analysis", Springer journal: Social Network Analysis and Mining, vol. 9(52), issue 1869-5469, pp. https://doi.org/10.1007/s13278-019-0596-4, 2019.
Terra, E., and A. Mohammed, "GloSOPHIA: An Enhanced Textual Based Clustering Approach by Word Embeddings", Advances in Intelligent Systems and Computing, Cairo, to appear. Springer, 2019.
Hani, J., M. Nashaat, M. Ahmed, Z. Emad, E. Amer, and A. Mohammed, "Social Media Cyberbullying Detection using Machine Learning", International Journal of Computer Science and Applications, vol. 10, issue 5, pp. 703-707, 2019.
2018
Saeed, B., M. E. - E. Deen, and A. Mohammed, "A deep Learning Approach for Text Generation", The 53rd annual Conference on Statistics, Computer Sciences and Operation Research, Cairo University, 5 Dec, 2018.
Fathi, R., A. Mohammed, and H. Hefny, "Spacial Clustering and Analysis on Hepatitis C Virus Infections in Egypt", International Journal of Data Mining & Knowledge Management Process (IJDKP), vol. 8, issue 4/5, pp. 1-13, 2018.
Amin, M., A. Mohammed, and H. Hefney, "A Survey of Sign Language and Machine Translation Systems", The 53rd annual Conference on Statistics, Computer Sciences and Operation Research, Institute of Statisitical Studies and Researches, Cairo University, pp. 116-143, 2018.
2017
Hamed, H., A. Mohammed, and D. Elzanfaly, "An Enhanced approach for Arabic sentiment Analysis", International Journal of Artificial Intelligence & Applications (IJAIA), vol. 8, issue 5, pp. 1-14, 2017.
Mohammed, A., and A. Elmogy, "A framework to Reason about The knowledge of Agents in Continous Dynamic Systems", International Journal of Computer Science and Applications,, vol. 8, issue 4, pp. 437-444, 2017.
Mohammed, A., M. Karam, and H. Hefny, "GA-based Parameter Optimization for Word Segmentation", Artificial Intelligence and Machine Learning Journal, vol. 17, issue 1, pp. 23-32, 2017.
Tourism