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

Closed
wants to merge 3 commits into from
Closed

Predict next Sequence of numbers Using LSTM #860

wants to merge 3 commits 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! 😊

@vivekvardhan2810
Copy link
Contributor Author

vivekvardhan2810 commented Jun 22, 2024

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

Please review and merge it.

@invigorzz313
Copy link
Contributor

@vivekvardhan2810 For each PR, a new branch must be created first and then commit to it. Avoid pushing changes directly to master branch.

@vivekvardhan2810
Copy link
Contributor Author

Okay

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
2 participants