Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
332 stars 296 forks source link

Predicting Next Sequence Of Numbers Using LSTM #822

Closed vivekvardhan2810 closed 6 days ago

vivekvardhan2810 commented 1 week ago

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.

vivekvardhan2810 commented 1 week ago

@Niketkumardheeryan Please assign this PR, review and merge it.

If there is any error, suggest me i will work on it.

Niketkumardheeryan commented 1 week ago

good work @vivekvardhan2810 , just mak eyour .ipynb better , just by using pd.head() to show data in file and try to print more outputs in your file as well.

vivekvardhan2810 commented 1 week ago

Okay @Niketkumardheeryan , will do it As soon as possible