mhueppe / machineLearningProject_jaNoMi

This is a public Repository to manage the Machine Learning Project for WS 2024/25.
GNU General Public License v3.0
1 stars 0 forks source link

Look into different model Architecture #17

Open mhueppe opened 1 week ago

mhueppe commented 1 week ago

Sometimes GRU models are used, implement one of them and add to the model pipeline

mhueppe commented 3 days ago

RNN approach: Note: uses character based encoding https://www.tensorflow.org/text/tutorials/text_generation

mhueppe commented 2 days ago

LSTM Based Approach: Test out the following models and see if they present sensible results.

https://github.com/GauravG-20/Abstractive-Text-Summarization

https://github.com/sujanshirol/Test-Summarization-LSTMs/blob/main/NLP_Text_Summarization.ipynb

https://github.com/himanshurawat443/Abstractive-Text-Summarization-using-seq-2-seq-RNN-s

mhueppe commented 2 days ago

LSTM Based Approach: Test out the following models and see if they present sensible results.

https://github.com/GauravG-20/Abstractive-Text-Summarization

https://github.com/sujanshirol/Test-Summarization-LSTMs/blob/main/NLP_Text_Summarization.ipynb

https://github.com/himanshurawat443/Abstractive-Text-Summarization-using-seq-2-seq-RNN-s

Second model in work by @mhueppe. @dasjannishuh Kannst du dir einen der anderen beiden anschauen?