Adding Extreme Leaning Machine Classifier

Making & changing box plugins and external apps
Post Reply
apdullahyayik
Posts: 9
Joined: Sat Jul 11, 2015 10:02 am

Adding Extreme Leaning Machine Classifier

Post by apdullahyayik »

Extreme learning machine (ELM) is becoming very popular among BCI communities because of being simple and efficient. So, I am trying to add ELM Classifier in both Classifier Trainer and Classifier Processor boxes.
I have learned from yrenard website (hhttp://stickyvibe.tuxfamily.org/blog/?p=282) that my first duty have to be constructing 4 functions (train, savedata, loaddata and classify) in C++.
You know OpenVIBE has MLP classifer with 1 hidden layer, ELM has 1 hidden layer, too. So it isnt hard to convert MLP to ELM.

I have constructed these functions using Visual Studio, unfortunately I cant intergrate them in to
ovpCAlgorithmClassifierELM.cpp file (in .....\plugins\processing\classification\src\algorithms folder ) because different data types and notations are used.

I will be appreciated if exprienced users or admin of this forum could help me.

tgaugry
Posts: 68
Joined: Thu Feb 09, 2017 10:17 am

Re: Adding Extreme Leaning Machine Classifier

Post by tgaugry »

Hi,

What exactly are you having trouble with ?
You do not know hot to convert the datatypes ? You are having compile time error ? etc
Without more precisions or examples, I'm afraid that all i can answer to your question is "Well, convert them".

Of course it would be my pleasure to help you, should you provide more details about what you problem actually is ;)

Cheers,

Post Reply