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

Sentence Auto Completion using LSTM #840

Open
ashis2004 opened this issue Jul 10, 2024 · 4 comments
Open

Sentence Auto Completion using LSTM #840

ashis2004 opened this issue Jul 10, 2024 · 4 comments
Labels
Status: Up for Grabs Up for grabs issue.

Comments

@ashis2004
Copy link

ashis2004 commented Jul 10, 2024

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Sentence Auto completion using LSTM

🔴 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.

🔴 Dataset :https://www.kaggle.com/datasets/noorsaeed/holmes

🔴 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.

  1. Prepare dataset and preprocess the text data.
  2. Define and compile the model using the provided script.
  3. Train the model on dataset.
  4. Use the trained model to predict the next word in a given sentence.

📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.

image

  • 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.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  1. Prepare dataset and preprocess the text data.
  2. Define and compile the model using the provided script.
  3. Train the model on dataset.
  4. Use the trained model to predict the next word in a given sentence.
  • What is your participant role? Gssoc contributor

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

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.

@ashis2004
Copy link
Author

I can try GRU, Transformer and BERT pls assign it me @abhisheks008

@abhisheks008
Copy link
Owner

Assigned @ashis2004. Make sure you implement all the mentioned the models from your side.

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Jul 16, 2024
@abhisheks008 abhisheks008 added Status: Up for Grabs Up for grabs issue. and removed level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 Status: Assigned Assigned issue. labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for Grabs Up for grabs issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants