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
389 stars 338 forks source link

[Project Addition]: Next Word Predictor using Deep Learning #818

Open Karthik110505 opened 5 months ago

Karthik110505 commented 5 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Next Word Predictor using Deep Learning
:red_circle: Aim : To find the generate word of the given sentence using deep Learning algorithms
:red_circle: Dataset : https://www.kaggle.com/datasets/thedevastator/wikipedia-biographies-text-generation-dataset
: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 :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

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

github-actions[bot] commented 5 months ago

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

abhisheks008 commented 4 months ago

You can start working on it. Assigned @Karthik110505

Sakeebhasan123456 commented 1 month ago

hii @abhisheks008 ,i would like to work on this project

Approach

Data Preprocessing

Models Implemented

  1. Basic LSTM Model
    • Single LSTM layer.
  2. Stacked LSTM Model
    • Two LSTM layers stacked.
  3. Bidirectional LSTM Model
    • LSTM layer that processes input in both directions.
  4. LSTM with Dropout
    • LSTM layer with dropout regularization to prevent overfitting.

Fine-tunning

Using Optuna technique to find out best optimal result

Training

Results

Sakeebhasan123456 commented 1 month ago

@abhisheks008 Actually I want to do this for the Gsocs Extended program please give me a chance to show my skill

abhisheks008 commented 1 month ago

Assigning this issue to you @Sakeebhasan123456