Welcome to Reflame’s documentation!

https://img.shields.io/badge/release-1.0.1-yellow.svg https://img.shields.io/pypi/wheel/gensim.svg https://badge.fury.io/py/reflame.svg https://img.shields.io/pypi/pyversions/reflame.svg https://img.shields.io/pypi/status/reflame.svg https://img.shields.io/pypi/dm/reflame.svg https://github.com/thieu1995/reflame/actions/workflows/publish-package.yaml/badge.svg https://pepy.tech/badge/reflame https://img.shields.io/github/release-date/thieu1995/reflame.svg https://readthedocs.org/projects/reflame/badge/?version=latest https://img.shields.io/badge/Chat-on%20Telegram-blue https://img.shields.io/github/contributors/thieu1995/reflame.svg https://img.shields.io/badge/PR-Welcome-%23FF8300.svg? https://zenodo.org/badge/DOI/10.5281/zenodo.10067995.svg https://img.shields.io/badge/License-GPLv3-blue.svg

Reflame (REvolutionizing Functional Link Artificial neural networks by MEtaheuristic algorithms) is a Python library that implements a framework for training Functional Link Neural Network (FLNN) networks using Metaheuristic Algorithms. It provides a comparable alternative to the traditional FLNN network and is compatible with the Scikit-Learn library. With Reflame, you can perform searches and hyperparameter tuning using the functionalities provided by the Scikit-Learn library.

  • Free software: GNU General Public License (GPL) V3 license

  • Provided Estimator: FlnnRegressor, FlnnClassifier, MhaFlnnRegressor, MhaFlnnClassifier

  • Total Official Metaheuristic-based Flnn Regression: > 200 Models

  • Total Official Metaheuristic-based Flnn Classification: > 200 Models

  • Supported performance metrics: >= 67 (47 regressions and 20 classifications)

  • Supported objective functions (as fitness functions or loss functions): >= 67 (47 regressions and 20 classifications)

  • Documentation: https://reflame.readthedocs.io

  • Python versions: >= 3.8.x

  • Dependencies: numpy, scipy, scikit-learn, pandas, mealpy, permetrics, torch, skorch

Quick Start:

Models API:

Indices and tables