Data-Augmentation-For-Wearable-Sensor-Data icon indicating copy to clipboard operation
Data-Augmentation-For-Wearable-Sensor-Data copied to clipboard

A sample code of data augmentation methods for wearable sensor data (time-series data)

Results 3 Data-Augmentation-For-Wearable-Sensor-Data issues
Sort by recently updated
recently updated
newest added

Created DA_Functions.py and just copied all the data augmentation functions from the jupyter notebook into one file to act as a library for these functions. This would be extremely helpful...

Hi! Great work. The sigma value acts as a hyperparameter in different types of data augmentation. So, is it decided based on classification performance only or is it specific to...