Replies: 1 comment 2 replies
-
|
Hi @GioLetti , as a quick first start I would recommend to use The more sophisticated option would be to implement a custom sampler that can handle angles. But I think for a first impression, the suggestion above is an acceptable pragmatic solution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
thanks for the super interesting and innovative paper. I have a quick question regarding the usage of CEBRA behavior. I'm using CEBRA to perform manifold learning on calcium imaging data during freely moving navigation, but I don't know exactly how CEBRA handles certain behavioral variables or how I should treat them.
Specifically, I have the x-y mouse position on a 2D arena and the allocentric head direction in radians. Can I pass to the fit function as labels the data as a matrix [time_points, n_dims] with n_dims being x pos, y_pos, and head direction in radians? Or should I bin the variables and provide a linearized vector of positional bin number and head direction bin number?
Thanks for your amazing work,
Giorgio
Beta Was this translation helpful? Give feedback.
All reactions