brainiak-tutorials icon indicating copy to clipboard operation
brainiak-tutorials copied to clipboard

Tutorials that cover topics from basics to advanced fMRI analysis

Results 15 brainiak-tutorials issues
Sort by recently updated
recently updated
newest added

ImportError Traceback (most recent call last) /scratch/local/ipykernel_188741/2146300536.py in 1 # load some helper functions ----> 2 from utils import load_vdc_mask, load_vdc_epi_data, load_vdc_masked_data 3 from utils import vdc_data_dir, vdc_all_ROIs, vdc_label_dict, vdc_n_runs,...

I was doing exercise 8 from the Data Handling tutorial, but I'm not sure if I did it correctly. Is there a solution to this exercise?

In the second tutorial, Data Handling, in the 4th session, why should we do this? ` face_diff = face_activity - np.mean(baseline_activity) scene_diff = scene_activity - np.mean(baseline_activity) `

Greetings, I am trying to install brainiak using conda but I get the following error. Could you please advise how to solve the issue? The command I use is: "conda...

The following items can be improved in this notebook: - [ ] The early sections "Recap" and "Dataset" are almost identical, so redundant - [ ] Exercise 1 Presumably the...

These are some suggestions to improve the 02-data-handling notebook: - [ ] There is a reference to the glossary in the introduction, but the glossary was quite far down in...

enhancement

It's just a small issue. The dimensionality slide link is not working. An update link or a new slide might be needed.

Hello all, I have got to the plotting part of the FCMA tutorial. Everything so far makes perfect sense until the example code reads in the np array `epoch_corr_coords.npy`. I...

We need to test tutorials on NeuroLibre. No installation or data download required. Simply click on the link below and start using the tutorials. https://binder.conp.cloud/v2/gh/neurolibre/brainiak-tutorials/master?filepath=tutorials

In 03-data-handling and in `utils.py` change `shift_size = int(vdc_hrf_lag / vdc_TR)` to `shift_size = round(vdc_hrf_lag / vdc_TR)`

bug