-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance LSTM Model with Multiple LSTM and Dense Layers #175
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@rohitinu6 please review and merge it |
@deepanshubaghel sync with the latest branch and resolve conflicts |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deepanshubaghel Please link the issue using keywords. (fixes/closes..) You can find the detailed info about the same here:
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
If needed, please check out merged PRs for reference.
Thanks & regards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loos good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rohitinu6 @Mayureshd-18 Please Review it and merge |
🎉🎉 Thank you for your contribution! Your PR #175 has been merged! 🎉🎉 |
fixes #91
I propose enhancing the existing LSTM model by stacking 3 LSTM layers to capture both short-term and long-term dependencies in sequential data. Dense layers will be added after the LSTM stack for better feature extraction, and dropout regularization will be applied to prevent overfitting. Additionally, we will tune hyperparameters such as LSTM units, dropout rates, and layer configurations to optimize performance.