{"id":20531798,"url":"https://github.com/mrzresearcharena/mi-eeg","last_synced_at":"2025-12-31T14:20:33.900Z","repository":{"id":159887423,"uuid":"237487219","full_name":"mrzResearchArena/MI-EEG","owner":"mrzResearchArena","description":"Motor Imagery tasks from multi-channel EEG data","archived":false,"fork":false,"pushed_at":"2020-11-06T06:52:20.000Z","size":15070,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T02:46:35.172Z","etag":null,"topics":["brain-computer-interface","eeg-classification"],"latest_commit_sha":null,"homepage":"http://rafsanjani.pythonanywhere.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrzResearchArena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-01-31T18:02:15.000Z","updated_at":"2022-07-07T17:44:45.000Z","dependencies_parsed_at":"2023-10-20T23:00:21.288Z","dependency_job_id":null,"html_url":"https://github.com/mrzResearchArena/MI-EEG","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrzResearchArena/MI-EEG","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzResearchArena%2FMI-EEG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzResearchArena%2FMI-EEG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzResearchArena%2FMI-EEG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzResearchArena%2FMI-EEG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrzResearchArena","download_url":"https://codeload.github.com/mrzResearchArena/MI-EEG/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzResearchArena%2FMI-EEG/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265849011,"owners_count":23838195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brain-computer-interface","eeg-classification"],"created_at":"2024-11-16T00:09:53.075Z","updated_at":"2025-12-31T14:20:33.863Z","avatar_url":"https://github.com/mrzResearchArena.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CluSem: accurate clustering-based Ensemble Method to predict Motor Imagery tasks from multi-channel EEG data\n##### Authors: Md Ochiuddin Miah, Rafsanjani Muhammod, and Abdollah Dehzangi\n\n#### Abstract\nThe classification of motor imagery electroencephalogram (MI-EEG) is a pivotal task of the biosignal classification process in the brain-computer interface (BCI) applications. Currently, this bio-engineering based technology is being\nemployed by researchers in various fields to develop cutting edge applications. The classification of real-time MI-EEG signal is the most challenging task in these applications. The prediction performance of the existing classification methods is still limited due to the high dimensionality and dynamic behaviors of the real-time EEG data. To enhance the classification performance of real-time BCI applications, this paper presents a new clustering-based ensemble echnique \"CluSem\" to mitigate this problem. Our results demonstrate that CluSem is able to improve the classification accuracy between 5% and 15% compared to the existing methods on our collected as well as the publicly available EEG datasets. We also develop a new brain game - CluGame using this method to evaluate the classification performance of real-time motor imagery\nmovements. In this game, real-time EEG signal classification and prediction tabulation through animated balls are controlled via threads.\n\n\nBy playing this game, users can control the movements of the balls via the brain signals of\nmotor imagery movements without using any traditional input devices. The\nsource codes—used to implement CluSem and CluGame—are publicly available\nat https://github.com/mrzResearchArena/MI-EEG.\n\n\u0026nbsp;\n\n### 1. Download Package\n#### 1.1. Direct Download\nWe can directly [download](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/mrzResearchArena/MI-EEG/) by clicking the link.\n\n\u003e **Note:** The package will download in zip format `(.zip)` named `MI-EEG.zip`.\n\n\n#### 1.2. Clone a GitHub Repository (Optional)\n\nCloning a repository syncs it to our local machine (Example for Linux-based OS). After clone, we can add and edit files and then push and pull updates.\n- Clone over HTTPS: `user@machine:~$ git clone https://github.com/mrzResearchArena/MI-EEG.git `\n- Clone over SSH: `user@machine:~$ git clone git@github.com:mrzResearchArena/MI-EEG.git `\n\n\u0026nbsp;\n\n\n### 2. How does it works (Machine Learning Perspective / CluSem)?\n\nFeature Generate Process\n|----------------------|\n|\u003cimg align=\"center\" src=\"https://github.com/mrzResearchArena/MI-EEG/blob/master/model-EEG-color.png\" width=\"350\" height=\"450\" /\u003e |\n\n\u0026nbsp;\n\n### 3. Datasets:\n\nThe datasets are available on the open-source repository. Please [click](https://github.com/mrzResearchArena/MI-EEG/tree/master/Datasets) for the download.\n\n\u0026nbsp;\n\n### 4. Machine Learning (CluSem):\nThe source code of the Machine Learning model are available on the open-source repository. Please [click](https://github.com/mrzResearchArena/MI-EEG/tree/master/Machine-Learning) for the download.\n\n\u0026nbsp;\n\n### 5. Brain-Games (CluGame):\nThe source code of the Brain-Games are available on the open-source repository. Please [click](https://github.com/mrzResearchArena/MI-EEG/tree/master/Brain-Game) for the download.\n\n\u003cimg align=\"center\" src=\"https://github.com/mrzResearchArena/MI-EEG/blob/master/brain-game.png\" width=\"800\" height=\"400\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrzresearcharena%2Fmi-eeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrzresearcharena%2Fmi-eeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrzresearcharena%2Fmi-eeg/lists"}