Highlights
-
pyMultiobjective Public
A python library for the following Multiobjective Optimization Algorithms or Many Objectives Optimization Algorithms: C-NSGA II; CTAEA; GrEA; HypE; IBEA-FC; IBEA-HV; MOEA/D; NAEMO; NSGA II; NSGA II…
-
-
pybibx Public
A Bibliometric and Scientometric Python Library Powered with Artificial Intelligence Tools
-
pyDecision Public
pyDecision is a comprehensive Python library that encompasses a wide array of Multi-Criteria Decision Analysis (MCDA) methods. These powerful and versatile tools assist in making effective decision…
-
Summary Public
Summary of my Repositories with Hyperlinks. Lessons and Colab Demos are also included. SEMENDE 2023 (AI Talk) https://bit.ly/46UwTnD
-
pyCritical Public
CPM & PERT methods with Gantt chart plots. Support for Lags and Dependency Types
-
-
pyCombinatorial Public
This library provides a comprehensive suite of algorithms to solve the Travelling Salesman Problem (TSP), ranging from Exact Algorithms, Heuristics, Metaheuristics and Reinforcement Learning techni…
-
ec_promethee Public
The EC-PROMETHEE Method - A Committee Approach for Outranking Problems Using Randoms Weights
-
ec_topsis Public
The EC-TOPSIS Method - A Committee Approach for Outranking Problems Using Randoms Weights
Python Other UpdatedFeb 13, 2025 -
-
ga_scheduler Public
A Comprehensive Library for Solving Machine Scheduling Problems Using Genetic Algorithms
-
pyMetaheuristic Public
pyMetaheuristic: A Comprehensive Python Library for Optimization
-
pyInterDemand Public
A python Library for Intermittent Demand Methods: Croston, SBA, SBJ, TSB, HES, LES and SES
-
pyAutoSummarizer Public
pyAutoSummarizer - An Extractive and Abstractive Summarization Library Powered with Artificial Intelligence
-
J-Horizon Public
(Update-15-MAY-2020) A Vehicle Routing Problem Software. CVRP (Capacitated VRP), MDVRP (Multiple Depot VRP), VRPTW (VRP with Time Windows), VRPB (VRP with Backhauls), VRPPD (VRP with Pickups and De…
-
pyMissingAHP Public
A Method to Infer AHP Missing Pairwise Comparisons
-
Method_3MOAHP Public
Inconsistency Reduction Technique for AHP and Fuzzy-AHP Methods
-
Neural-Networks Public
Pure Python Neural Network Function for Binary or Linear Problems
-
Content-Based Filtering using TF-IDF Matrices with Cosine Similarity
-
Collaborative Filtering Function using Regression with Latent Factors Approach
Python UpdatedDec 22, 2022 -
Collaborative Filtering Function using a Nearest Neighbors Approach
Python UpdatedDec 22, 2022 -
Collaborative Filtering Function using a SVD (Singular Value Decomposition) Approach.
Python UpdatedDec 22, 2022 -
Collaborative Filtering Function using an Item Based Regression Approach
Python UpdatedDec 22, 2022 -
Collaborative Filtering Function using an User-Item Based Regression Approach
Python UpdatedDec 22, 2022 -
Collaborative Filtering Function using an User Based Regression Approach
-
Metaheuristic-NSGA_II Public
NSGA II (Non-Dominated Sorting Genetic Algorithm II) Function to Minimize Multiple Objectives with Continuous Variables. Real Values Encoded
-
Scatter Search Function for TSP problems
-
Extremal Optimization Function for TSP problems
-
Variable Neighborhood Search Function for TSP problems