mltk.datasets.accelerometer.tflm_magic_wand

Tensorflow-Lite Micro Magic Wand

https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples

Functions

load_data([seq_length, person])

Download and prepare the dataset, then return the path to the dataset

prepare_data()

Download and prepare the dataset, then return the path to the dataset

prepare_data()[source]

Download and prepare the dataset, then return the path to the dataset

Return type:

str

load_data(seq_length=128, person=True)[source]

Download and prepare the dataset, then return the path to the dataset

as a tuple: (train, validation, test)

Return type:

DataLoader