Developed and implemented deep learning models for human activity recognition, focusing on spatiotemporal data processing and sequence modeling.
-
Preprocessed the UCF50 dataset, including frame extraction, resizing, normalization, and conversion to fixed-length sequences to ensure consistent input for training.
- Trained models using categorical cross-entropy loss and Adam optimizer, with early stopping callbacks to prevent overfitting.
- The ConvLSTM model was trained over 50 epochs with recurrent dropout, while the LRCN model was trained over 70 epochs with dropout layers after each convolutional block.