Omary, Fouzia
Unknown Affiliation

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Extracting contextual insights from user reviews for recommender systems: a novel method Madani, Rabie; Ez-Zahout, Abderrahmane; Omary, Fouzia
Indonesian Journal of Electrical Engineering and Computer Science Vol 35, No 1: July 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v35.i1.pp542-550

Abstract

Recommender systems (RS) primarily rely on user feedback as a core foundation for making recommendations. Traditional recommenders predominantly rely on historical data, which often presents challenges due to data scarcity issues. Despite containing a substantial wealth of valuable and comprehensive knowledge, user reviews remain largely overlooked by many existing recommender systems. Within these reviews, there lies an opportunity to extract valuable insights, including user preferences and contextual information, which could be seamlessly integrated into recommender systems to significantly enhance the accuracy of the recommendations they provide. This paper introduces an innovative approach to building context-aware RS, spanning from data extraction to ratings prediction. Our approach revolves around three essential components. The first component involves corpus creation, leveraging Dbpedia as a data source. The second component encompasses a tailored named entity recognition (NER) mechanism for the extraction of contextual data. This NER system harnesses the power of advanced models such as bidirectional encoder representations from transformers (BERT), bidirectional long short term memory (Bi-LSTM), and bidirectional conditional random field (Bi-CRF). The final component introduces a novel variation of factorization machines for the prediction of ratings called contextual factorization machines. Our experimental results showcase robust performance in both the contextual data extraction phase and the ratings prediction phase, surpassing the capabilities of existing state-of-the-art methods. These findings underscore the significant potential of our approach to elevate the quality of recommendations within the realm of context-aware recommender systems.
Impact of batch size on stability in novel re-identification model Idrissi Alami, Mossaab; Ez-zahout, Abderrahmane; Omary, Fouzia
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 14, No 4: August 2025
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v14.i4.pp2724-2733

Abstract

This research introduces ConvReID-Net, a custom convolutional neural network (CNN) developed for person re-identification (Re-ID) focusing on the batch size dynamics and their effect on training stability. The model architecture consists of three convolutional layers, each followed by batch normalization, dropout, and max-pooling layers for regularization and feature extraction. The final layers include flattened and dense layers, optimizing the extracted features for classification. Evaluated over 50 epochs using early stopping, the network was trained on augmented image data to enhance robustness. The study specifically examines the influence of batch size on model performance, with batch size 64 yielding the best balance between validation accuracy (96.68%) and loss (0.1962). Smaller (batch size 32)and larger (batch size 128) configurations resulted in less stable performance, underscoring the importance of selecting an optimal batch size. These findings demonstrate ConvReID-Net’s potential for real-world Re-ID applications, especially in video surveillance systems. Future work will focus on further hyperparameter tuning and model improvements to enhance training efficiency and stability.