Skip to content
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 #91

Closed
1 task done
deepanshubaghel opened this issue Oct 7, 2024 · 2 comments · Fixed by #175
Closed
1 task done

Enhance LSTM Model with Multiple LSTM and Dense Layers #91

deepanshubaghel opened this issue Oct 7, 2024 · 2 comments · Fixed by #175
Assignees
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC)

Comments

@deepanshubaghel
Copy link
Contributor

deepanshubaghel commented Oct 7, 2024

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

Yes, the current implementation of the LSTM model is limited to a single layer, which may not fully capture the complexity of long-term dependencies and temporal patterns in sequential data. This limitation can result in suboptimal performance for tasks that require deeper learning capabilities. Adding multiple LSTM layers and dense layers aims to overcome this limitation, enhancing the model’s ability to generalize and produce more accurate predictions.

Proposed Solution

I propose enhancing the existing LSTM model by stacking 2-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.

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

I will modify the existing LSTM model using TensorFlow/Keras by stacking multiple LSTM layers and adding Dense layers for better feature extraction. The implementation will also include dropout regularization to prevent overfitting.

Please assign me this issue .
@rohitinu6

@deepanshubaghel deepanshubaghel added the enhancement New feature or request label Oct 7, 2024
@rohitinu6
Copy link
Owner

@deepanshubaghel , Please ensure to star this repo,
All the best

Copy link
Contributor

github-actions bot commented Nov 6, 2024

✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC)
Projects
None yet
2 participants