abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

Framing the Future #668

Closed manishh12 closed 1 month ago

manishh12 commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : Framing the Future

Closes: #604

Describe the add-ons or changes you've made 📃

This project involves building a ConvLSTM model to predict future frames in Moving MNIST sequences. It includes data preprocessing, model creation, training, evaluation, and prediction on unseen examples.

Type of change ☑️

What sort of change have you made:

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @manishh12 :)

manishh12 commented 1 month ago

@abhisheks008 Please could you kindly review this pull request? I'm not very familiar with a wide range of models, so I included both ANN and CNN in the analysis. Based on their performance, I ultimately chose to focus on LSTM for the conclusion.