Icon

Sentiment

This directory contains 3 workflows.

IconSentiment_​Deep_​Learning 

This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used network learns a 128 dimensional […]

IconSentiment_​Dictionary_​Based 

Rule-based Prediction with Dictionary Tagger. This workflow reads the IMDb dataset as well as a list of positive and negative words. After tagging the […]

IconSentiment_​Machine_​Learning 

Part 1: Reading and Parsing.