Skip to content
View djen-nihad's full-sized avatar

Block or report djen-nihad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WDPProblem WDPProblem Public

    In this project, we employ a hybrid approach that combines the BSO (Bees Swarm Optimization) metaheuristic technique, local search algorithms, and agent-based technology to address the Winner Deter…

    Java 1

  2. PartitionProblem PartitionProblem Public

    This project aims to solve the partition problem using two different approaches: state space search and metaheuristic methods (genetic algorithm)

    Java

  3. ClassifieurSPAM ClassifieurSPAM Public

    This project aims to develop a spam classifier using different machine learning models.

    Roff

  4. DataMining DataMining Public

    This repository features analysis of static and temporal data, with preprocessing, visualization, and implementation of supervised (KNN, Decision Tree, Random Forest) and unsupervised (K-Means, DBS…

    Python

  5. RI-Project RI-Project Public

    This university project involves document indexing and query-document matching. Utilizing the "LISA" dataset, we are developing an application that assesses various information retrieval models, in…

    Python

  6. EightQueensProbleme EightQueensProbleme Public

    This project uses Java and NetBeans to solve the classic n-queens problem using exact methods and both genetic algorithm and PSO methaheurstics. It also provides a user interface using JavaSwing to…

    Java