<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://repository.esi-sba.dz/jspui/handle/123456789/16">
    <title>DSpace Collection: Master</title>
    <link>https://repository.esi-sba.dz/jspui/handle/123456789/16</link>
    <description>Master</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://repository.esi-sba.dz/jspui/handle/123456789/764" />
        <rdf:li rdf:resource="https://repository.esi-sba.dz/jspui/handle/123456789/762" />
        <rdf:li rdf:resource="https://repository.esi-sba.dz/jspui/handle/123456789/756" />
        <rdf:li rdf:resource="https://repository.esi-sba.dz/jspui/handle/123456789/754" />
      </rdf:Seq>
    </items>
    <dc:date>2026-02-01T15:21:34Z</dc:date>
  </channel>
  <item rdf:about="https://repository.esi-sba.dz/jspui/handle/123456789/764">
    <title>Mesures de similarité textuelle et modèles de type Transformer : État de l’art</title>
    <link>https://repository.esi-sba.dz/jspui/handle/123456789/764</link>
    <description>Titre: Mesures de similarité textuelle et modèles de type Transformer : État de l’art
Auteur(s): BOUABDELLI, LAmisse FAtiha
Résumé: Ce mémoire explore les diverses mesures de similarité textuelle, telles que la&#xD;
similarité cosinus et la distance de Levenshtein, ainsi que les modèles de type Transformer,&#xD;
tels que RoBERTa, BERT et CamemBERT, dans le cadre de la comparaison&#xD;
de textes. L’objectif principal est de fournir une revue de littérature exhaustive sur&#xD;
ces concepts, en mettant en évidence les défis et les solutions existantes. Nous analysons&#xD;
ces techniques de comparaison textuelle pour comprendre leur efficacité dans&#xD;
divers contextes, en particulier ceux nécessitant une interprétation sémantique fine.&#xD;
Nous abordons également les spécificités des modèles Transformer dans le cadre&#xD;
du traitement du langage naturel (NLP) et de l’apprentissage automatique (ML).&#xD;
Ce travail met en lumière l’importance de choisir des approches adaptées pour améliorer&#xD;
la qualité des analyses textuelles dans des domaines spécialisés.  ***&#xD;
&#xD;
&#xD;
This thesis explores various text similarity measures, such as cosine similarity&#xD;
and Levenshtein distance, as well as Transformer-based models, such as RoBERTa,&#xD;
BERT, and CamemBERT, in the context of text comparison. The primary objective&#xD;
is to provide a comprehensive literature review on these concepts, highlighting&#xD;
existing challenges and solutions. We analyze these text comparison techniques to&#xD;
understand their effectiveness in different contexts, particularly those requiring fine&#xD;
semantic interpretation.&#xD;
We also address the specifics of Transformer models within the scope of Natural&#xD;
Language Processing (NLP) and Machine Learning (ML). This work emphasizes&#xD;
the importance of selecting appropriate approaches to improve the quality of textual&#xD;
analyses in specialized domains
Description: Encadrant : Pr. BENSLIMANE Sidi Mohammed                  Co-encadrant :Dr. BARON Mickael</description>
    <dc:date>2024-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repository.esi-sba.dz/jspui/handle/123456789/762">
    <title>Enhancing Test Quality through Mutation Testing : State of Art</title>
    <link>https://repository.esi-sba.dz/jspui/handle/123456789/762</link>
    <description>Titre: Enhancing Test Quality through Mutation Testing : State of Art
Auteur(s): MELKI, YAsser
Résumé: Mutation testing is a rigorous method for evaluating the effectiveness of software test&#xD;
suites by injecting artificial faults (mutants) into a program and assessing whether the test&#xD;
suite can detect them. Unlike traditional metrics like code coverage, mutation testing goes&#xD;
beyond merely executing code and focuses on how well the tests can catch real-world bugs.&#xD;
This thesis explores the evolution of mutation testing, from its theoretical foundations in the&#xD;
1970s to modern advancements aimed at reducing its computational cost and improving its&#xD;
applicability to various domains.&#xD;
The study includes a detailed review of four state-of-the-art articles addressing critical&#xD;
issues in mutation testing, such as mutant selection strategies, handling equivalent mutants,&#xD;
and enhancing test suite accuracy. Key contributions of this work include the empirical&#xD;
comparison of operator-based mutant selection versus random selection, the refinement of&#xD;
non-redundant mutation operators, and the introduction of probability-based semantic interpretation&#xD;
as a more efficient method for selecting semantically similar mutants.&#xD;
The results demonstrate that mutation testing, despite its computational challenges, remains&#xD;
a highly effective tool for improving test suite quality, with modern techniques significantly&#xD;
reducing the associated overhead. The findings from this research lay the groundwork&#xD;
for further exploration of mutation testing in new domains, such as machine learning and&#xD;
web applications, ensuring its continued relevance in the evolving landscape of software development. ***&#xD;
&#xD;
&#xD;
&#xD;
Le Mutation Testing est une méthode rigoureuse d’évaluation de l’efficacité des suites de&#xD;
tests logiciels en injectant des défauts artificiels (mutants) dans un programme et en évaluant&#xD;
la capacité de la suite de tests à les détecter. Contrairement aux métriques traditionnelles&#xD;
telles que la couverture de code, le Mutation Testing va au-delà de l’exécution du code et&#xD;
se concentre sur la capacité des tests à détecter des bugs réels. Ce mémoire explore l’évolution&#xD;
du Mutation Testing, depuis ses fondements théoriques dans les années 1970 jusqu’aux&#xD;
avancées modernes visant à réduire son coût computationnel et à améliorer son applicabilité&#xD;
dans divers domaines.&#xD;
L’étude comprend une revue détaillée de quatre articles à la pointe de la recherche, abordant&#xD;
des questions critiques dans le Mutation Testing, telles que les stratégies de sélection&#xD;
des mutants, la gestion des mutants équivalents et l’amélioration de la précision des suites de&#xD;
tests. Les contributions clés de ce travail incluent la comparaison empirique entre la sélection&#xD;
de mutants basée sur les opérateurs et la sélection aléatoire, le raffinement des opérateurs&#xD;
de mutation non redondants, et l’introduction de l’interprétation sémantique probabiliste&#xD;
comme méthode plus efficace pour sélectionner des mutants sémantiquement similaires.&#xD;
Les résultats démontrent que, malgré ses défis computationnels, le Mutation Testing reste&#xD;
un outil très efficace pour améliorer la qualité des suites de tests, avec des techniques modernes&#xD;
réduisant de manière significative la surcharge associée. Les conclusions de cette recherche&#xD;
ouvrent la voie à des explorations supplémentaires du Mutation Testing dans de nouveaux&#xD;
domaines, tels que l’apprentissage automatique et les applications web, garantissant sa pertinence&#xD;
continue dans le paysage en constante évolution du développement logiciel.
Description: Supervisor : Pr. Stéphane Ducasse / Dr. Awad Samir</description>
    <dc:date>2024-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repository.esi-sba.dz/jspui/handle/123456789/756">
    <title>Study of the energy efficiency of SPARQL queries: the case of the join order</title>
    <link>https://repository.esi-sba.dz/jspui/handle/123456789/756</link>
    <description>Titre: Study of the energy efficiency of SPARQL queries: the case of the join order
Auteur(s): LALLOUCHE, LOkmane
Résumé: In the realm of data storage systems, energy efficiency has emerged as a critical concern,&#xD;
especially within the context of big data.&#xD;
In the other hand, many studies have been conducted on the energy efficiency of&#xD;
SQL database management systems, while RDF (Resource Description Framework)&#xD;
databases systems (used for semantic data) have often been overlooked in terms of&#xD;
energy consumption.&#xD;
My final-year project within the LIAS laboratory (Laboratory of Computer Science&#xD;
and Automatic Control for Systems) aims to study energy efficiency in RDF database&#xD;
systems. We started by understanding various RDF triplestore architectures, we worked&#xD;
on suggesting a framework to optimize energy consumption and response time during&#xD;
the execution of SPARQL queries, Then we compare our results with systems native&#xD;
join order selection methods.  ***&#xD;
 &#xD;
&#xD;
&#xD;
&#xD;
Dans le domaine des systèmes de stockage de données, l’efficacité énergétique est devenue&#xD;
une préoccupation majeure, notamment dans le contexte du big data.&#xD;
D’autre part, de nombreuses études ont été menées sur l’efficacité énergétique des systèmes&#xD;
de gestion de bases de données SQL, tandis que les systèmes de bases de données&#xD;
RDF (Resource Description Framework) (utilisés pour les données sémantiques) ont&#xD;
souvent été négligés en termes de consommation énergétique.&#xD;
Mon projet de fin d’études au sein du laboratoire LIAS (Laboratoire d’Informatique et&#xD;
d’Automatique pour les Systèmes) vise à étudier l’efficacité énergétique des systèmes de&#xD;
bases de données RDF. Nous avons commencé par comprendre différentes architectures&#xD;
de triplestore RDF, nous avons travaillé sur la proposition d’un cadre pour optimiser la&#xD;
consommation d’énergie et le temps de réponse lors de l’exécution de requêtes SPARQL,&#xD;
puis nous avons comparé nos résultats avec les méthodes de sélection d’ordre de jointure&#xD;
natives des systèmes.
Description: Encadrant : KECHAR Mohamed                                  Co-Encadrant : Bellatreche Ladjel</description>
    <dc:date>2024-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repository.esi-sba.dz/jspui/handle/123456789/754">
    <title>A Comparative Analysis of Operational Research and Metaheuristic Approaches to University Course Timetabling Problems</title>
    <link>https://repository.esi-sba.dz/jspui/handle/123456789/754</link>
    <description>Titre: A Comparative Analysis of Operational Research and Metaheuristic Approaches to University Course Timetabling Problems
Auteur(s): HANI, MAhmoudi MOhammed
Résumé: The University Course Timetabling Problem (UCTP) is a critical challenge in educational&#xD;
resource management, involving the complex task of assigning courses, students,&#xD;
faculty, and resources to specific time slots while satisfying numerous constraints. As&#xD;
educational institutions grow in complexity, with increasing student numbers and diverse&#xD;
course offerings, the need for efficient timetabling solutions becomes paramount.&#xD;
This thesis provides a comprehensive analysis of UCTP, examining its components,&#xD;
constraints, and evaluation metrics. The study focuses on two main solution approaches:&#xD;
Operational Research (OR) based techniques and Single-Solution Metaheuristics.&#xD;
Specifically, it investigates graph coloring, integer linear programming, mixed integer&#xD;
linear programming, and simulated annealing methods. Through a comparative&#xD;
analysis, the research highlights the strengths, weaknesses, and applicability of each approach.&#xD;
The findings reveal that while exact methods like integer programming provide&#xD;
optimal solutions for small to medium-sized problems, metaheuristics like simulated&#xD;
annealing offer better scalability for large, real-world instances. However, consistent&#xD;
enhancements are not always achieved across all scenarios. This work contributes to&#xD;
the ongoing dialogue on optimizing educational resource allocation in higher education.&#xD;
It emphasizes the need for continued research to address the challenges associated with&#xD;
UCTP and to develop robust techniques that can adapt to different environments and&#xD;
conditions. The thesis concludes by identifying current trends and suggesting future&#xD;
research directions, including the exploration of hybrid approaches and the integration&#xD;
of machine learning techniques.
Description: Encadreur : Dr. AWAD Samir / Dr. BENATIA Mohamed Amin</description>
    <dc:date>2024-01-01T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

