Skip to content

A Bidirectional LSTM Network and EEG-Response Organoid for simulating neural responses to classical piano music.

License

Notifications You must be signed in to change notification settings

danielathome19/Pianoid-EEG-NN

Repository files navigation

About

Pianoid is a deep Organoid Learning system (comprised of a Bidirectional LSTM Network and EEG-Response Organoid) trained to provide realistic EEG signal responses to classical music. These signal responses are interfaced through a simulated organoid (using the novel pyorganoid library) to mimic a human brain response. This project was designed to demonstrate the capabilities of pyorganoid and its usage in studying the new field of Organoid Intelligence.

To find out more, check out the provided research paper:

Usage

For data used in my experiments:

  • All datasets can be found in data.
  • My most recent pre-trained weights can be found on Hugging Face. These should be stored in a folder named weights.

NOTE: these folders should be placed in the same folder as "main.py". For folder existing conflicts, simply merge the directories.

In main.py, the "main" function acts as the controller for the model, where calls to train the model, create a prediction, and all other functions are called. One may also call these functions from an external script (from main import simulate_organoid, etc.).

To choose an operation or series of operations for the model to perform, simply edit the main function before running. Examples of all function calls can be seen commented out within main.

Bugs/Features

Bugs are tracked using the GitHub Issue Tracker.

Please use the issue tracker for the following purpose:

  • To raise a bug request; do include specific details and label it appropriately.
  • To suggest any improvements in existing features.
  • To suggest new features or structures or applications.

License

The code is licensed under Apache 2.0.

The dataset was compiled from free and open sources with respect to the original file creators and sequencers. This work is purely for educational and research purposes, and no copyright is claimed on any files contained within the dataset.

Citation

If you use this code in your research, please cite the following paper:

@misc{Szelogowski_Simulation_of_Neural_Responses_Using_OI_2024,
 author = {Szelogowski, Daniel},
 doi = {10.48550/arxiv.2407.18413},
 month = {jul},
 title = {{Simulation of Neural Responses to Classical Music Using Organoid Intelligence Methods}},
 url = {https://github.com/danielathome19/Pianoid-EEG-NN},
 year = {2024}
}

or the project repository:

@software{Szelogowski_Pianoid_2024,
 author = {Szelogowski, Daniel},
 doi = {10.48550/arxiv.2407.18413},
 month = {jul},
 title = {{Pianoid-EEG-NN}},
 license = {Apache-2.0},
 url = {https://github.com/danielathome19/Pianoid-EEG-NN},
 version = {1.0.0},
 year = {2024}
}