Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

#101nights

Scripts for the #101nights project, during the first Brainhack Network.

Website | Data | Slack channel (to join the Brainhack Slack click here)

Backlog

✔️ read the brain waves data (MNE Python)

✔️ extract and format all the dreams (dream.txt)

✔️ extract and format all daily logs (daily-logs.txt)

✔️ read XMLs for the "incepted" messages

✔️ artifacts rejection & sensor interpolation (autoreject)

✔️ parse triggers from the EEG recordings

✔️ semantic modeling of dreams (word2vec)

✔️ sleep stages inference (AutoSleepScorer)

✔️ hierarchical block (cluster-topic) modeling of dreams (abstractology)

✔️ test effect of "incepted" messages on the content of dreams (tips: use cosine distance or n_similarity)

✔️ extract functional brain networks at scalp level

🔜 get to the source level using MRI data

...