Traditional Discernibility Matrix-based feature selection (works on descretized dataset):
- my_discrn_mat.py (it deals with only 26 features)
- my_discrn_mat52.py (it deals with 52 features)
The new Fuzzy Discernibility Matrix-based can also work with continuous value dataset: my_fuzzy_discrn_mat.py (for any number of features) e.g., Irish_Evaluation_notebook.ipynb demonstrates both the feature selection techniques on standard Iris dataset.
Fuzzy Discernibility Matrix-based a novel feature selection technique
There are many ways to encourage a coder - starring⭐️ the GitHub repos is just one.
@inproceedings{chatterjee2016discernibility,
title={Discernibility matrix based dimensionality reduction for EEG signal},
author={Chatterjee, Rajdeep and Guha, Dibyajyoti and Sanyal, Debarshi Kumar and Mohanty, Sachi Nandan},
booktitle={2016 IEEE Region 10 Conference (TENCON)},
pages={2703--2706},
year={2016},
organization={IEEE}
}
@inproceedings{chatterjee2017dimensionality,
title={Dimensionality reduction of EEG signal using fuzzy discernibility matrix},
author={Chatterjee, Rajdeep and Bandyopadhyay, Tathagata and Sanyal, Debarshi Kumar and Guha, Dibyajyoti},
booktitle={2017 10th International Conference on Human System Interactions (HSI)},
pages={131--136},
year={2017},
organization={IEEE}
}
@article{chatterjee2019novel,
title={A novel machine learning based feature selection for motor imagery EEG signal classification in Internet of medical things environment},
author={Chatterjee, Rajdeep and Maitra, Tanmoy and Islam, SK Hafizul and Hassan, Mohammad Mehedi and Alamri, Atif and Fortino, Giancarlo},
journal={Future Generation Computer Systems},
volume={98},
pages={419--434},
year={2019},
publisher={Elsevier}
}
MIT License
Copyright (c) 2021 Rajdeep Chatterjee
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.