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 #859

Closed
wants to merge 1 commit into from
Closed

Predict next Sequence of numbers Using LSTM #859

wants to merge 1 commit into from

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! 😊

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.

Predict next Sequence of numbers Using LSTM
1 participant