All Projects → riejohnson → Context

riejohnson / Context

Licence: gpl-3.0
ConText v4: Neural networks for text categorization

Projects that are alternatives of or similar to Context

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 (-71.67%)
Mutual labels:  lstm, text-classification, sentiment-analysis, sentiment-classification
SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
Stars: ✭ 32 (-73.33%)
Mutual labels:  sentiment-analysis, lstm, sentiment-classification
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (-80%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-18.33%)
Mutual labels:  text-classification, sentiment-analysis, sentiment-classification
Sentiment-analysis-amazon-Products-Reviews
NLP with NLTK for Sentiment analysis amazon Products Reviews
Stars: ✭ 37 (-69.17%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
sarcasm-detection-for-sentiment-analysis
Sarcasm Detection for Sentiment Analysis
Stars: ✭ 21 (-82.5%)
Mutual labels:  sentiment-analysis, text-classification, lstm
ML2017FALL
Machine Learning (EE 5184) in NTU
Stars: ✭ 66 (-45%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Multimodal Sentiment Analysis
Attention-based multimodal fusion for sentiment analysis
Stars: ✭ 172 (+43.33%)
Mutual labels:  lstm, sentiment-analysis, sentiment-classification
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+715%)
Mutual labels:  lstm, sentiment-analysis, sentiment-classification
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+187.5%)
Mutual labels:  convolutional-neural-networks, lstm, sentiment-analysis
Hdltex
HDLTex: Hierarchical Deep Learning for Text Classification
Stars: ✭ 191 (+59.17%)
Mutual labels:  gpu, convolutional-neural-networks, text-classification
Deep Atrous Cnn Sentiment
Deep-Atrous-CNN-Text-Network: End-to-end word level model for sentiment analysis and other text classifications
Stars: ✭ 64 (-46.67%)
Mutual labels:  convolutional-neural-networks, text-classification, sentiment-analysis
Rcnn Text Classification
Tensorflow Implementation of "Recurrent Convolutional Neural Network for Text Classification" (AAAI 2015)
Stars: ✭ 127 (+5.83%)
Mutual labels:  convolutional-neural-networks, text-classification, sentiment-analysis
Text tone analyzer
Система, анализирующая тональность текстов и высказываний.
Stars: ✭ 15 (-87.5%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+2574.17%)
Mutual labels:  lstm, sentiment-analysis, sentiment-classification
NewsMTSC
Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
Stars: ✭ 54 (-55%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (+3.33%)
Mutual labels:  text-classification, sentiment-analysis, sentiment-classification
Personality Detection
Implementation of a hierarchical CNN based model to detect Big Five personality traits
Stars: ✭ 338 (+181.67%)
Mutual labels:  convolutional-neural-networks, lstm, sentiment-analysis
Text Classification Keras
📚 Text classification library with Keras
Stars: ✭ 53 (-55.83%)
Mutual labels:  lstm, text-classification, sentiment-analysis
Rnn Text Classification Tf
Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification
Stars: ✭ 114 (-5%)
Mutual labels:  lstm, text-classification, sentiment-analysis

ConText v4.00: C++ program for neural networks for text categorization

ConText v4.00 provides a C++ implementation of neural networks for text categorization described in:

ConText v4.00 is available at http://riejohnson.com/cnn_download.html.

System Requirements: This software runs only on a CUDA-capable GPU such as Tesla K20. That is, your system must have a GPU and an appropriate version of CUDA installed. The provided makefile and example shell scripts are for Unix-like systems. Testing was done on Linux. In principle, the C++ code should compile and run also in other systems (e.g., Windows), but no guarantee. See README for more details.

Download & Documentation: See http://riejohnson.com/cnn_download.html#download.

Getting Started

  1. Download the code and extract the files, and read README (not README.md).
  2. Go to the top directory and build executables by entering make, after customizing makefile as needed.
    (If you downloaded from GitHub, make also decompresses sample text files that exceed GitHub file size limit and does chmod +x on shell scripts.)
  3. To confirm installation, go to examples/ and enter ./sample.sh.
    (See README for installation trouble shooting.)
  4. Read Section 1 (Overview) of User Guide to get an idea.
  5. Try some shell scripts at examples/. There is a table of the scripts in Section 1.6 of User Guide.

Data Source: The data files were derived from Large Move Review Dataset (IMDB) [MDPHN11] and Amazon reviews [ML13].

Licence: This program is free software issued under the GNU General Public License V3.

References
[MDPHN11] Andrew L. Maas, Raymond E. Daly, Peter T. Pham, Dan Huang, Andrew Y. Ng, and Christopher Potts. Learning word vectors for sentiment analysis. ACL 2011.
[ML13] Julian McAuley and Jure Leskovec. Hidden factors and hidden topics: understanding rating dimensions with review text. RecSys 2013.

Note: This GitHub repository provides a snapshot of research code, which is constantly changing elsewhere for research purposes. For this reason, it is very likely that pull requests will be declined.

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].