YD
Youcef Djenouri
Author with expertise in Privacy-Preserving Techniques for Data Analysis and Machine Learning
Achievements
Cited Author
Key Stats
Upvotes received:
0
Publications:
7
(29% Open Access)
Cited by:
202
h-index:
34
/
i10-index:
96
Reputation
Biology
< 1%
Chemistry
< 1%
Economics
< 1%
Show more
How is this calculated?
Publications
0

Metaheuristic algorithms and their applications in wireless sensor networks: review, open issues, and challenges

Essam Houssein et al.Jul 2, 2024
Abstract Metaheuristic algorithms have wide applicability, particularly in wireless sensor networks (WSNs), due to their superior skill in solving and optimizing many issues in different domains. However, WSNs suffer from several issues, such as deployment, localization, sink node placement, energy efficiency, and clustering. Unfortunately, these issues negatively affect the already limited energy of the WSNs; therefore, the need to employ metaheuristic algorithms is inevitable to alleviate the harm imposed by these issues on the lifespan and performance of the network. Some associated issues regarding WSNs are modelled as single and multi-objective optimization issues. Single-objective issues have one optimal solution, and the other has multiple desirable solutions that compete, the so-called non-dominated solutions. Several optimization strategies based on metaheuristic algorithms are available to address various types of optimization concerns relating to WSN deployment, localization, sink node placement, energy efficiency, and clustering. This review reports and discusses the literature research on single and multi-objective metaheuristics and their evaluation criteria, WSN architectures and definitions, and applications of metaheuristics in WSN deployment, localization, sink node placement, energy efficiency, and clustering. It also proposes definitions for these terms and reports on some ongoing difficulties linked to these topics. Furthermore, this review outlines the open issues, challenge paths, and future trends that can be applied to metaheuristic algorithms (single and multi-objective) and WSN difficulties, as well as the significant efforts that are necessary to improve WSN efficiency.
0

Intelligent Customer Behaviour Analysis in the Norwegian Market

Kristian Brathovde et al.May 13, 2024
Market basket analysis identifies item patterns in data, commonly used in retail to understand customer shopping habits and inform business decisions. Challenges arise with large, high-dimensional datasets. We propose a framework for market basket analysis using dimension reduction and clustering on data from a major Norwegian grocery retailer. This reduces complexity, allowing us to visualize and group data using clustering. The aim is to group similar transactions for association rule mining on a smaller subset. Our research goal is to develop a mobile application for customer grouping and pattern analysis. We apply K-means for grouping and Apriori for rule mining. We evaluate multiple dimension reduction techniques and cluster validation methods. This proved challenging due to dataset intricacies. Results favour t-SNE for dimension reduction, as it effectively separates transactions. Apriori yields many trivial rules, but 'Vegetables/potatoes' emerges as significant. A business case is needed for actionable rules. A better product hierarchy for detailed cluster analysis is also beneficial. Future work should explore improved dimension reduction and clustering assessment methods. The full code can be downloaded from: https://github.com/YousIA/ConsumerAnalytics.