manojneuro
manojneuro
I would like to cite this package in a paper. Is there a DOI reference I could use?
Currently, the ISC and ISFC code is not MPI efficient. This results is large memory use when dataset size is large. The computation of the Fourier Transform for the phase...
When searchlight runs, it would be great to have a counter periodically printing X out of Y voxels completed.
I would like to request an enhancement to the searchlight functionality that will allow the searchlight sphere to skip from center to center. Let's say I have voxels =1:100, but...
Hi I get the following error on the Keras version while running training on the demo data. Please let me know if the code needs to be me modified or...
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...
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)`
Some suggestions to enhance the 04-dimensionality reduction notebook: - [ ] Personally, I prefer a different formulation for correlation. See eq.3 in https://en.wikipedia.org/wiki/Pearson_correlation_coefficient. It's also easier to calculate since all...