BEiT: BERT Pre-Training of Image Transformers
Paper • 2106.08254 • Published • 2
How to use markub3327/HAR-Transformer with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
# See https://github.com/keras-team/tf-keras for more details.
from huggingface_hub import from_pretrained_keras
model = from_pretrained_keras("markub3327/HAR-Transformer")
Transformer for Human Activity Recognition
Please check our paper Wearable Sensor-Based Human Activity Recognition with Transformer Model for more details.
The Transformer for Human Activity Recognition operates in sequence-to-sequence mode and predicts the class for each time series feature. The advantage is that if there are several consecutive classes in one time series, these classes can be easily identified, and the transformer is not limited to the features in the whole time series belonging to one class.
Frameworks: TensorFlow, NumPy, Pandas, Scikit-learn, WanDB