An open API service indexing awesome lists of open source software.

https://github.com/powerfulbean/nntrf

artificial neural network for modelling temporal responses
https://github.com/powerfulbean/nntrf

Last synced: 3 months ago
JSON representation

artificial neural network for modelling temporal responses

Awesome Lists containing this project

README

          

# nnTRF - neural network Temporal Response Function

This package is an artificial neural network implementation for temporal responses function modelling of brain signal. It implement the linear time-invariant TRF ([mTRF-Toolbox](https://github.com/mickcrosse/mTRF-Toolbox), [mTRFpy](https://github.com/powerfulbean/mTRFpy)), the [dynamic TRF](https://doi.org/10.1101/2024.08.26.609779) framework and more!

## Roadmap
๐Ÿšง In Progress | โœ… Completed | ๐Ÿงช Testing | ๐Ÿ”œ Planned | ๐Ÿ“ฆ Released

๐Ÿ”œ self-developed fourier basis solver

## Installation

You can get the stable release from PyPI:
```sh
pip install nntrf
```

Or get the latest version from this repo:
```sh
pip install git+https://github.com/powerfulbean/nnTRF.git
```
## Citing nnTRF
Dou, J., Anderson, A. J., White, A. S., Norman-Haignere, S. V., & Lalor, E. C. (2024). Dynamic modeling of EEG responses to natural speech reveals earlier processing of predictable words. bioRxiv, 2024-08.
```
@article {Dou2024.08.26.609779,
author = {Dou, Jin and Anderson, Andrew J. and White, Aaron S. and Norman-Haignere, Samuel V. and Lalor, Edmund C.},
title = {Dynamic modeling of EEG responses to natural speech reveals earlier processing of predictable words},
elocation-id = {2024.08.26.609779},
year = {2024},
doi = {10.1101/2024.08.26.609779},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/early/2024/08/26/2024.08.26.609779},
eprint = {https://www.biorxiv.org/content/early/2024/08/26/2024.08.26.609779.full.pdf},
journal = {bioRxiv}
}
```