Skip to content

Releases: NxNiki/brain_decoding

twilight!

13 Nov 01:48
de7811c
Compare
Choose a tag to compare

add burst analysis and plots.
train model with twilight data.
train model of twilight vs 24.
add graph plot of movie concepts

What's Changed

Full Changelog: v0.0.5...v0.0.6

working version!

24 Oct 01:54
ebf6ab4
Compare
Choose a tag to compare

This is the first working version with sleep data as test set.
Add plots on predictions.

Note: config has a parameter to use test_mode which will only read 10000 predictions.

What's Changed

  • Dev-Add sleep data to inference dataset by @NxNiki in #5
  • check how to lost whole sleep data. by @NxNiki in #11

Full Changelog: v0.0.4-beta...v0.0.5

Bug fix on config for test and validation

03 Oct 18:03
bfba0bf
Compare
Choose a tag to compare

In the previous update, due to limited epochs (5) and large validation_step (25), validation and test is never run and activation plots are not created. This release fix this and debug config.

organize all parameters in one config data model.

02 Oct 21:16
9baa70b
Compare
Choose a tag to compare

This update organizes all parameters (i.e model, data, and experiment) into a single data model (build with pydantic).
Reduce duplicated code to set parameters and use a single script to set parameters for different models and experiments. Save config as a yaml file which is loaded in main.py

first working version

19 Sep 20:38
22ece6d
Compare
Choose a tag to compare
first working version Pre-release
Pre-release

Add a Pydantic data model for patients' information.
Fix some bugs running on sample data.

What's Changed

  • Add pydantic data model for patients by @NxNiki in #1

New Contributors

  • @NxNiki made their first contribution in #1

Full Changelog: v0.0.1-beta...v0.0.2-beta

backup original code

28 Aug 23:54
Compare
Choose a tag to compare
backup original code Pre-release
Pre-release

backup yiyuang's original code with minor changes:

reorganize directories
add peotry to setup environments
add pre-commit with isort, black to format codes.