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

Predict next Sequence of numbers Using LSTM #870

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Predict next Sequence of numbers Using LSTM #870

merged 1 commit into from
Jun 27, 2024

Conversation

vivekvardhan2810
Copy link
Contributor

Fixed: #806

Here, I have Taken Long Term Short Memory (LSTM) approach with importing libraries like numpy, pandas and PyTorch.

Loaded the dataset (Created on my own self) based on the airline passengers like monthly, number of passengers on that date.

Done Data Preprocessing, Split the data into testing and training set, Defined the LSTM Model, Trained the model, Evaluated and Got the final result.

The model's performance is evaluated, demonstrating its capability to generate sequences that follow the learned pattern from the training data.

Created a README file with the step wise and kept Output (Final Result).

I have done with this issue. Kindly Review and Merge my Pull Request.

I have resolved file and added new outputs.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@vivekvardhan2810
Copy link
Contributor Author

@Niketkumardheeryan @invigorzz313 I have resolved the entire file and added new outputs.

assign me and the label (as provided in issue)

Please review and merge it.

@invigorzz313 invigorzz313 merged commit f7e9ca6 into Niketkumardheeryan:master Jun 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Predict next Sequence of numbers Using LSTM
2 participants