SkillAgentSearch skills...

SICA

slow independent component analysis, SICA algorithm

Install / Use

/learn @LiangjunFeng/SICA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SICA


slow independent component analysis, SICA algorithm

Code for a paper A new independent component analysis for time series feature extraction with the concurrent consideration of high-order statistic and slowness

Description


SICA is a new algorithm for feature extraction wich conbines the advantages of SFA and FastICA.

SICA could sort the extracted features acoording to the slowest and extracted more useful features than FastICA.

And here are some reults in the paper

where the SICA could figure out the right orignal features but the FastICA can't

SICA package


the SICA has been packed for convient use.

the are two differnent algorithm about SICA in the package:

"sica" for unsurpvised learning cases

"ssica" for surpvised learning cases

pip install SICA
from SICA import sica
res = sica.SICA.fit_trainsform(traindata)


from SICA import ssica
traindata = ssica.fit_trainsform(traindata,trainlabel)
testdata = ssica.trainsform(testdata)
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks3

Languages

Python

Security Score

70/100

Audited on Sep 15, 2023

No findings