stes / sys

MIT License
1 stars 1 forks source link

data #1

Open stes opened 6 years ago

stes commented 6 years ago

https://gigamove.rz.rwth-aachen.de/d/id/ypkM2Cuxe6FwSk

stes commented 6 years ago

https://gigamove.rz.rwth-aachen.de/d/id/aLM4BD5c6e4QUD

stes commented 6 years ago

Neuer Datensatz: https://gigamove.rz.rwth-aachen.de/d/id/sxzA3D3WhpNiiH

stes commented 6 years ago

Datensatz als HDF5 Datei: Sollte sich in Matlab laden lassen

Laden

import h5py
with h5py.File('dataset.hdf5', 'r') as ds:
    X = ds['X'][...]
    y = ds['y'][...]

Download

Google Drive