Skip to content

neslihaneciogluu/RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

RNN with Tensorflow and Sentiment Analysis dataset

RNN trains the sequential data and gets context information from the dataset. According to this information, classify the time series data and text data very well. But it has vanishing gradient problem for long sequence. For this problem LTSM is used. It contains gates. With forget gates, LSTM forgets less important information.

In this repo, training was started with Sentiment Analysis Dataset from Tensorflow and the model's success was shown with jupyter notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published