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

Modified LSTM Model (2 - Layers) with Dropout Layer to Improve Sequence Processing #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deepanshubaghel
Copy link

@deepanshubaghel deepanshubaghel commented Oct 8, 2024

I have added 2 - layer LSTM model (model10) to enhance sequence processing in the project. The model includes the following layers:

LSTM Layer with 300 units and return_sequences=True.
Dropout Layer with a rate of 0.4 to prevent overfitting.
Second LSTM Layer with 160 units and return_sequences=False for final sequence output.
Dense Layer with 50 units.
Final Dense Layer with 1 unit for output.

closes #91

@rohitinu6 or @jvedsaqib can you plz check the file and merge it?

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure the PR matches the requirements mentioned in the Contribution guide. The maintainer might get in touch to enusre quality. Thanks for your time

Copy link
Collaborator

@Mayureshd-18 Mayureshd-18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. @rohitinu6 Please check for the technical details ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance LSTM Model with Multiple LSTM and Dense Layers
2 participants