Open ashis2004 opened 3 months ago
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
LSTM is the most used model for this kind of problem statement, apart from it, what are the models you can apply for this problem statement. Need to share at least 3-4 architectures along with LSTM.
I can try GRU, Transformer and BERT pls assign it me @abhisheks008
Assigned @ashis2004. Make sure you implement all the mentioned the models from your side.
Deep Learning Simplified Repository (Proposing new issue)
:red_circle: Project Title : Sentence Auto completion using LSTM :red_circle: Aim :LSTM-based sentence auto-completion is in text editors and word processing software, where it enhances user productivity by suggesting the next word or phrase, thereby reducing typing effort. It can also be integrated into email clients to offer smart replies or in code editors to assist with code completion. :red_circle: Dataset :https://www.kaggle.com/datasets/noorsaeed/holmes :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.
📍 Follow the Guidelines to Contribute in the Project :
Inside that folder, there will be four main components.
Images - To store the required images.
Dataset - To store the dataset or, information/source about the dataset.
Model - To store the machine learning model you've created using the dataset.
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.:red_circle::yellow_circle: Points to Note :
:white_check_mark: To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎