Qihong Lu

Results 9 issues of Qihong Lu

Hi, I got the following error message when I was trying to run the pre-trained model. Is this a tensorflow version issue? ``` (brainiak) Qihong@:deepQA$ python main.py --modelTag pretrainedv2 --test...

This is a continuation of #406 I updated SRM to use the intercept term. Then in the srm test, I added an example showing that ... 1. if I have...

This is a fix described in #406 . With @cameronphchen 's fix, SRM can align two trajectories that differ by a vector shift by using the estimated `mu`.

I recently did a simulation and realized that brainiak SRM can't align two trajectories that different by a vector shift, though probabilistic SRM should be able to align them by...

bug

Hi, can we add a cumulative variance explained function for SRM? I guess this feature is not in the SRM implementation because this calculation involves fitting SRM with different numbers...

enhancement

Is it possible to customize the linewidth (ideally for each line) of the plot? I think this would be a nice feature. And I couldn't figure out how to do...

How can I implement bi-directional projections in PsyNeuLink (e.g. the kind of projections used in the [Interactive Activation and Competition](https://web.stanford.edu/group/pdplab/pdphandbook/handbookch3.html) model)? I want to get a recurrent system that can...

Hi, I like your tutorial! I just have one minor suggestion, since you are using a path that only exists on your computer, running the notebook directly gives me the...