Skip to content
#

cuckoo-search

Here are 21 public repositories matching this topic...

swarmlib

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)

  • Updated Dec 16, 2020
  • Python

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…

  • Updated Jun 30, 2021
  • Python

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

  • Updated Nov 21, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cuckoo-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cuckoo-search topic, visit your repo's landing page and select "manage topics."

Learn more