You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
different algorithms to find population close to the optimal fitness, including genetic algorithm, differential evolution algorithm, PSO, firefly algorithm, cuckoo search algorithm and whale optimization algorithm in C++.
This project aimed to implement three well-known meta-heuristic algorithms: cuckoo search (CS), bat algorithm (BA), and flower pollination algorithm (FPA). We found that three algorithms could have a promising performance generally. It might need more runs to be converged when training BA. The time cost of BA was the highest while the difference…
This repository offers a movie recommendation system that uses Neural Collaborative Filtering and Non-negative Matrix Factorization (NNMF) for generating user-item matrices, combined with Cuckoo-Search and K-means clustering for optimization. The algorithm leverages collaborative filtering to make fast movie suggestions based on single preferences