ml-recipe-hier-attention
Sentiment classifier
An implementation of a neural network architecture for sentiment classification using hierarchical attention mechanisms.
2 stars
7 watching
1 forks
Language: Python
last commit: almost 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ibm/max-text-sentiment-classifier | Detects sentiment in short pieces of text using a pre-trained BERT model fine-tuned on the IBM Claims Dataset. | 58 |
kevincobain2000/sentiment_classifier | A Python library for sentiment analysis using word sense disambiguation and machine learning algorithms. | 172 |
haoopeng/cnn-yelp-challenge-2016-sentiment-classification | This repository trains a Convolutional Neural Network to classify customer reviews based on their sentiment. | 109 |
nvidia/sentiment-discovery | Large-scale unsupervised language modeling for robust sentiment classification and related NLP tasks | 1,061 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
tqtg/hierarchical-attention-networks | An implementation of a neural network architecture for document classification using hierarchical attention mechanisms | 87 |
barissayil/sentimentanalysis | A sentiment analysis tool trained on the Stanford Sentiment Treebank using various neural network architectures. | 367 |
franck-dernoncourt/neuroner | Named-entity recognition using neural networks. | 1,701 |
jostineho/mememoji | A facial emotion recognition system that uses deep learning to classify basic emotions from images of faces. | 767 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
neuralix/google_evolution | A Python implementation of an exotic image classifier architecture inspired by Google's evolution of image classifiers | 53 |
soerenab/audiomnist | This project provides an implementation of a deep learning framework to classify audio signals and offers insights into the model's decision-making process using Explainable Artificial Intelligence (AI) techniques. | 350 |
neuraxio/neuraxle-tensorflow | Provides utility functions and abstractions for building machine learning models using TensorFlow | 4 |
fnielsen/afinn | A Python library providing a wordlist-based approach for sentiment analysis across multiple languages. | 453 |