prathimacode-hub / ML-ProjectKart

πŸ™ŒKart of 232+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
https://prathimacode-hub.github.io/ML-ProjectKart/
Mozilla Public License 2.0
480 stars 232 forks source link

Next Word Prediction #527

Open vaibhavgupta2499 opened 2 years ago

vaibhavgupta2499 commented 2 years ago

Hey LGM-SoC / DCP participants, good to see you.

This project will help us in predicting the Next Word in a Sentence, based on the present sequence of words in the existing sentence.

If you like to work on this issue, follow the given guidelines for code as well as for the README. You can try the problem by using publicly available datasets, and comparing the results for different algorithms.

welcome[bot] commented 2 years ago

Hello there! πŸ‘‹πŸ» Welcome to the ML-ProjectKart! πŸš€βš‘οΈ Thank you and congrats πŸŽ‰ for opening your very first issue in this project. Please adhere to our Code of Conduct. πŸ‘πŸ» You may submit a PR if you like, make sure to follow our Pull Request Template. Feel free to get in touch with me through social media handles. Hope to see you there!πŸ˜„

akash-rajak commented 2 years ago

@prathimacode-hub can i work on this issue under LGM SOC

will use this dataset

Will be working on model creation

will use different visualization graph and

use different algorithms like linear regression logistic regression decision tree regression Random Forest classifier K Neighbor Classifier XG boost classifier

and compare the the accuracy among them

prathimacode-hub commented 2 years ago

Yes, sure. Issue assigned. @akash435

akash-rajak commented 2 years ago

@prathimacode-hub I made a very silly mistake, like I thought to work on #522, but by mistake included the dataset of that issue here and wrote every thing in this issue and got assigned. So can you please unassign me from this and assign me issue #522.

prathimacode-hub commented 2 years ago

Ok I will. No worries. @akash435

ramya-neelakantan commented 2 years ago

Hello @prathimacode-hub! I'd like to contribute to this project as a part of hacktoberfest 2021. Please assign this to me. I plan to use probabilities of letters in a dataset to predict the next character which should be written in the sentence.

prathimacode-hub commented 2 years ago

Issue assigned to @ramya-neelakantan. Add that you are contributor of hacktober fest by editing your comment.

ramya-neelakantan commented 2 years ago

@prathimacode-hub, Do I have to make any changes to the pull request I have sent?

tanvideshmukh29 commented 2 years ago

@prathimacode-hub Can I work on this issue as a part of hacktoberfest 2021. I like to do it using NLP. Please assign this to me.