Coder Social home page Coder Social logo

officialarijit / rpwe Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 1.77 MB

Reward Penalty Weighted Ensemble approach for multimodal data stream classification

License: MIT License

Jupyter Notebook 99.98% Python 0.02%
data-streaming emotion-recognition ensemble-machine-learning ensemble-learning datastreaming

rpwe's Introduction

Reward Penalty Based Weighted Ensemble Approach for Multimodal Data Stream Classification

This work is published in : International Journal of Neural Systems

Research Goal:

The majority voting is the simplest ensemble approach where it considers that each classifier in the ensemble set has equal priority. In contrast, heterogeneous weights are assigned to each classifier in the weighted majority. The weighted majority voting is in itself more complex than simple majority voting due to the use of weights for the corresponding classifier. It improves the accuracy of classification without increasing the complexity of the ensemble classifier as a whole. Based on the classifier's performance, the weights are adjusted, which means the weights are decreased every time the classifier predicts the wrong class.

  • RQ1: How does classification performance improve if a weight penalty is applied to the classifier that predicts the incorrect class and a weight increment (reward) is applied to the classifier that predicts the correct class?

  • RQ2: How can the constant factor (beta) be adjusted automatically based on the classifier's performance?

  • RQ3: Does the predictive performance of the RPWE outperform selected state-of-the-art methods?

The aim of this research study is to develop a Reward-Penalty Based Weighted Ensemble (RPWE) for emotion state classification using multi-modal physiological data streams. In RPWE, the weights are increased and decreased based on the classifiers performance; if the classifier is performing well (classifying correct classes) then it will be be rewarded (increasing weights means increasing priority) by the reward-penalty factor (called beta). On the other hand, if the classifier performs poorly (classifying the wrong classes) it will be penalized by the reward-penalty factor. The beta is adjusted automatically based on the classifiers' performance.

DATASET : DEAP and AMIGOS dataset is required. To download DEAP dataset click on : https://www.eecs.qmul.ac.uk/mmv/datasets/deap/download.html

DATA Rearrangement required

- CAUTION

+ The DEAP data needs a simple rearrangement to work with the code. 

@@  Check the `data_rearrangements` folder for the  DEAP  data rearrangement from the .dat or .mat file from the DEAP dataset. @@
@@ Then follow the follwoing steps. @@
  • Programming language

    • Python 3.6
  • Operating system

    • Ubuntu 18.04 (64 bit)

NOTE*: Please feel free to use the code by giving proper citation and star to this repository.

Cite this work:

@article{doi:10.1142/S0129065722500496,
	author = {Nandi, Arijit and Xhafa, Fatos and Subirats, Laia and Fort, Santi},
	title = {Reward-Penalty Weighted Ensemble for Emotion State Classification from Multi-modal Data Streams},
	journal = {International Journal of Neural Systems},
	volume = {0},
	number = {ja},
	pages = {null},
	year = {0},
	doi = {10.1142/S0129065722500496},
	URL = {https://doi.org/10.1142/S0129065722500496},
	eprint = {https://doi.org/10.1142/S0129065722500496}
}

๐Ÿ“ License

Copyright ยฉ Arijit. This project is MIT licensed.

rpwe's People

Contributors

officialarijit avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.