Skip to content
#

bat-algorithm

Here are 10 public repositories matching this topic...

Brain Tumor Diagnosis using MRI is a machine learning project that detects brain tumors from MRI scans. It involves preprocessing steps like normalization and Gaussian filtering, followed by feature extraction using GLCM and feature selection using the BAT algorithm. An SVM classifier is then used to accurately classify the presence of tumors.

  • Updated Jul 17, 2025
  • 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

Improve this page

Add a description, image, and links to the bat-algorithm 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 bat-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more