Skip to content

feat(model): Implement stacked Bi-LSTM architecture and optimized cal…#16

Open
IshantSingh24 wants to merge 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
IshantSingh24:task/improved_lstm_model
Open

feat(model): Implement stacked Bi-LSTM architecture and optimized cal…#16
IshantSingh24 wants to merge 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
IshantSingh24:task/improved_lstm_model

Conversation

@IshantSingh24
Copy link

📝 Pull Request Description

Description

Give a brief description of the pull request.

This PR addresses issue #5 (Model and Hyperparameter Optimization) by implementing a Stacked Bidirectional LSTM (Bi-LSTM) architecture. This change enhances feature extraction from the ECG time series. It also introduces optimized training parameters, including Early Stopping (patience 15) and ReduceLROnPlateau callback for improved convergence stability.

Semver Changes

[ ] Patch (bug fix, no new features)

[x] Minor (new features, no breaking changes)

[ ] Major (breaking changes)

Issues

List any issues that this pull request closes.

Closes #5

Checklist

[x] I have read the Contributing Guidelines.

@IshantSingh24 IshantSingh24 force-pushed the task/improved_lstm_model branch from d3537db to a31a535 Compare October 28, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize Model Architecture and Training Hyperparameters

2 participants