Published March 22, 2024 | Version v1

Robot Arm

Authors/Creators

  • 1. ROR icon UiT The Arctic University of Norway

Description

This is a pre-processed version of the dataset saved in numpy format.

The data are 3-dimensional arrays of shape [n_samples, time_steps, n_variables]. The data can be loaded as follows:

loaded_data = np.load("Robot.npz")
Xtr = loaded_data['Xtr'] # Training data of shape (100, 15, 6)
Ytr = loaded_data['Ytr'] # Training labels of shape (100, 1)
Xte = loaded_data['Xte'] # Test data of shape (64, 15, 6)
Yte = loaded_data['Yte'] # Test labels of shape (64, 1)

Files

Files (17.3 kB)

Name Size Download all
md5:d24baf91fb4ec0d1aa25464e486008fc
17.3 kB Download