You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""A single rat hippocampus tetrode recording while the rat navigates on a linear track.
77
77
78
-
Neural data is spike counts binned into 25ms time window and the continuous behavior label is position and the running driection (left, right) of a rat.
78
+
Neural data is spike counts binned into 25ms time window and the continuous behavior label is position and the running direction (left, right) of a rat.
79
79
The behavior label is structured as 3D array consists of position, right, and left.
"""A single rat hippocampus tetrode recording while the rat navigates on a linear track with 3-fold splits.
154
154
155
-
Neural data is spike counts binned into 25ms time window and the behavior is position and the running driection (left, right) of a rat.
155
+
Neural data is spike counts binned into 25ms time window and the behavior is position and the running direction (left, right) of a rat.
156
156
The behavior label is structured as 3D array consists of position, right, and left.
157
157
The neural and behavior recordings are parsed into trials (a round trip from one end of the track) and the trials are split into a train, valid and test set with k=3 nested cross validation.
"""A single rat hippocampus tetrode recording while the rat navigates on a linear track with a shuffled behavior label.
251
251
252
-
Neural data is spike counts binned into 25ms time window and the behavior is position and the running driection (left, right) of a rat.
252
+
Neural data is spike counts binned into 25ms time window and the behavior is position and the running direction (left, right) of a rat.
253
253
The behavior label is structured as 3D array consists of position, right, and left and it is shuffled in random orders.
254
254
255
255
Args:
@@ -273,7 +273,7 @@ class MultipleRatsTrialSplitDataset(cebra.data.DatasetCollection):
273
273
"""4 rats hippocampus tetrode recording while the rat navigates on a linear track with 3-fold splits.
274
274
275
275
Neural and behavior recordings of 4 rats.
276
-
For each rat, neural data is spike counts binned into 25ms time window and the behavior is position and the running driection (left, right) of a rat.
276
+
For each rat, neural data is spike counts binned into 25ms time window and the behavior is position and the running direction (left, right) of a rat.
277
277
The behavior label is structured as 3D array consists of position, right, and left.
278
278
Neural and behavior recordings of each rat are parsed into trials (a round trip from one end of the track) and the trials are split into a train, valid and test set with k=3 nested cross validation.
0 commit comments