All Projects → lpq29743 → Ram

lpq29743 / Ram

Licence: mit
A TensorFlow implementation for "Recurrent Attention Network on Memory for Aspect Sentiment Analysis"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ram

Harvesttext
文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法
Stars: ✭ 956 (+1417.46%)
Mutual labels:  sentiment-analysis
Kaggle Sentiment Popcorn
Code for the Kaggle competition "Bag of Words Meets Bags of Popcorn"
Stars: ✭ 45 (-28.57%)
Mutual labels:  sentiment-analysis
Doer
The implementation of ACL 2019 paper DOER: Dual Cross-Shared RNN for Aspect Term-Polarity Co-Extraction
Stars: ✭ 55 (-12.7%)
Mutual labels:  sentiment-analysis
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-46.03%)
Mutual labels:  sentiment-analysis
Ml Classify Text Js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
Stars: ✭ 38 (-39.68%)
Mutual labels:  sentiment-analysis
Oseti
Dictionary based Sentiment Analysis for Japanese
Stars: ✭ 49 (-22.22%)
Mutual labels:  sentiment-analysis
Tweetmap
A real time Tweet Trend Map and Sentiment Analysis web application with kafka, Angular, Spring Boot, Flink, Elasticsearch, Kibana, Docker and Kubernetes deployed on the cloud
Stars: ✭ 28 (-55.56%)
Mutual labels:  sentiment-analysis
Sentiment Analysis Nltk Ml Lstm
Sentiment Analysis on the First Republic Party debate in 2016 based on Python,NLTK and ML.
Stars: ✭ 61 (-3.17%)
Mutual labels:  sentiment-analysis
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-33.33%)
Mutual labels:  sentiment-analysis
Text Classification Keras
📚 Text classification library with Keras
Stars: ✭ 53 (-15.87%)
Mutual labels:  sentiment-analysis
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+1452.38%)
Mutual labels:  sentiment-analysis
Sentiment Analyser
ML that can extract german and english sentiment
Stars: ✭ 35 (-44.44%)
Mutual labels:  sentiment-analysis
Pattern
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
Stars: ✭ 8,112 (+12776.19%)
Mutual labels:  sentiment-analysis
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-46.03%)
Mutual labels:  sentiment-analysis
Pyspider Stock
A project using pyspider to collect data and NLP techs to analyze the correlation among the data
Stars: ✭ 56 (-11.11%)
Mutual labels:  sentiment-analysis
Omnicat Bayes
Naive Bayes text classification implementation as an OmniCat classifier strategy. (#ruby #naivebayes)
Stars: ✭ 30 (-52.38%)
Mutual labels:  sentiment-analysis
Stocksight
Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
Stars: ✭ 1,037 (+1546.03%)
Mutual labels:  sentiment-analysis
Sentiment analysis albert
sentiment analysis、文本分类、ALBERT、TextCNN、classification、tensorflow、BERT、CNN、text classification
Stars: ✭ 61 (-3.17%)
Mutual labels:  sentiment-analysis
Textblob Ar
Arabic support for textblob
Stars: ✭ 60 (-4.76%)
Mutual labels:  sentiment-analysis
Meta Learning Bert
Meta learning with BERT as a learner
Stars: ✭ 52 (-17.46%)
Mutual labels:  sentiment-analysis

RAM

A Tensorflow implementation for "Recurrent Attention Network on Memory for Aspect Sentiment Analysis" (Peng Chen, EMNLP 2017)

Quick Start

  • Create three empty folders: 'analysis' for saving analyzing results, 'logs' for saving experiment logs and 'models' for saving experiment models
  • Download the 300-dimensional pre-trained word vectors from Glove and save it in the 'data' folder as 'data/glove.840B.300d.txt'

Source Code Tree

|--- data

|	|--- restaurant

|--- main.py

|--- model.py

|--- utils.py

|--- README.md

Results

Dataset Accuracy
Laptop 74.138
Restaurant 80.000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].