Stigmergic Perceptron

A perceptron-ispired soft classifier of time series based on stigmergic similarity.
ダウンロード: 82
更新 2018/3/18

ライセンスの表示

A Stigmergic Perceptron (SP) is a soft classifier of a time series with respect to a collection of archetypal time series, each representing different behavioral classes. The SP takes as an input a time series and provides as an output the linear combination of similarity values of the time series w.r.t. the most similar archetypal time series. Indeed the SP is organized, like a neural perceptron, in terms of linear combination of values provided by Stigmergic Receptive Fields (SRF). SRF can be combined and arranged into multilayer architectures thanks to specific input/output interfaces, namely clumping and activation. Each SRF provides a similarity measure between the input and the archetype time series. The term stigmergic refers to the internal logic of a SRF, inspired by stigmergy, an insects' coordination mechanism. Stigmergy is based on the spatio-temporal aggregation of input samples by functional structures called trails. Trails are generated by marks released by each sample in the input dimension, and evaporated over time. At the core of a SRF, the similarity between the trails of two time series is calculated. SP and the related SRFs are parametrically adapted to a given training set by means of the Differential Evolution (DE) algorithm.

引用

Mario G.C.A. Cimino (2024). Stigmergic Perceptron (https://www.mathworks.com/matlabcentral/fileexchange/66526-stigmergic-perceptron), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersTime Series についてさらに検索

Community Treasure Hunt

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

Start Hunting!

stigmergicPerceptron/

stigmergicPerceptron/architecture/differential evolution/

stigmergicPerceptron/architecture/fitness/

stigmergicPerceptron/architecture/generatore segnali sintetici/

stigmergicPerceptron/architecture/globalOptimization/

stigmergicPerceptron/architecture/perceptrons/

stigmergicPerceptron/architecture/system/

stigmergicPerceptron/architecture/utils/

stigmergicPerceptron/utils/

stigmergicPerceptron/utils/MIN2_MAX2/MIN2_MAX2/

stigmergicPerceptron/utils/printUtils/

バージョン 公開済み リリース ノート
1.0

Description updated

Architectural picture added