Parv Agarwal
Parv Agarwal
Considering the amount of code rewritten, it makes more sense to define it as a struct or purely define one ff layer that encapsulates a fourier feature encoding and dense...
Adapted from paper - https://arxiv.org/pdf/2007.14527.pdf Treating Issue #501 Issues 1. Still not completely sure if values used in struct are to be calculated in the struct or somewhere else 2....
As discussed, it makes sense to transition from the notebooks for analysis of eegnb experiments to a cli that can provide the user an opportunity to do the analysis without...
### Discussed in https://github.com/NeuroTechX/eeg-notebooks/discussions/198 Originally posted by **Parvfect** July 26, 2022 I am trying to run the N170 experiment, and it seemed to be working perfectly before and I have...
New Experimental class Structure created through #183 has not been tested using an EEG stream. Needs to be rigirously tested using an EEG to make sure that nothing breaks and...
Adapt the Auditory Oddball Experiment implemented in eegnb/experiments/AuditoryOddball to the Experimental Class structure and test it
Adapting the current notebooks present in the documentation to a CLI and eventually to an automated report for the N170, P300 and Visual SSVEP Experiments
Need to incorporate the edge case that serves more as a hack into the general eeg push sample to reduce redundancy.
Lot of specific Experiemental Parameters are passed to the Experiment Super Class as per Draft PR #184, need to somehow package to increase generalisation of the super class.