An open API service indexing awesome lists of open source software.

https://github.com/yashk2810/imdb-neural-networks

Using CNN and RNN for sentimental analysis
https://github.com/yashk2810/imdb-neural-networks

convolutional-neural-networks imdb recurrent-neural-networks

Last synced: 6 months ago
JSON representation

Using CNN and RNN for sentimental analysis

Awesome Lists containing this project

README

          

# IMDB-Neural-Networks
Sentimental Analysis on the IMDB dataset is done achieving an accuracy of 89.39% using the GloVe(6B-50D) pre-trained
word vectors.

Multi-CNN model achieves an accuracy of 89.31%. This model doesn't use the GloVe pre-trained vectors and still achieves pretty impressive results.