Binary Particle Swarm Optimization for Feature Selection

バージョン 1.3 (61.2 KB) 作成者: Jingwei Too
Simple algorithm shows how binary particle swarm optimization (BPSO) used in feature selection problem.
ダウンロード: 1.9K
更新 2020/12/19

Simple binary particle swarm optimization (BPSO) for feature selection tasks, which can select the potential features to improve the classification accuracy.

The < Main.m file > demos an example on how to use BPSO with classification error rate (computed by KNN) as the fitness function for feature selection problem using benchmark data-set.

**********************************************************************************************************************************

引用

Too, Jingwei, et al. “A New Co-Evolution Binary Particle Swarm Optimization with Multiple Inertia Weight Strategy for Feature Selection.” Informatics, vol. 6, no. 2, MDPI AG, May 2019, p. 21, doi:10.3390/informatics6020021.

その他のスタイルを見る

Too, Jingwei, et al. “EMG Feature Selection and Classification Using a Pbest-Guide Binary Particle Swarm Optimization.” Computation, vol. 7, no. 1, MDPI AG, Feb. 2019, p. 12, doi:10.3390/computation7010012.

その他のスタイルを見る
MATLAB リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersParticle Swarm についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.3

See release notes for this release on GitHub: https://github.com/JingweiToo/Binary-Particle-Swarm-Optimization-for-Feature-Selection/releases/tag/1.3

1.2

Improve code for the fitness function

1.1.0

change to hold-out

1.0.4

-

1.0.3

Changes Vmin=-Vmax

1.0.2

-

1.0.1

Add convergence plot

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。