Code Monkey home page Code Monkey logo

emotion_classification_semeval2019's Introduction

Emotion Classification on SemEval 2019 Task 3

Project Description

Emotion is often defined as individual's mental, and has been increasingly researched in many fields. In general, recognizing emotion could bring profits to customer services, psychology, sociology, etc. However, Emotion Recognition is not an easy task, even well trained human service people are struggle to do so. In this project, we implement RNN based Deep Neural Network, fine-tuned the models, and investigate their performance.

Project Structure

  1. baseline model: use CLS vector of Bert as sentence embedding, and feed to a dense layer
  2. glove_lstm model: use each word's embedding as input, bidirectional lstm as encoder, and dense network as decoder. Feed the encoder with three utterances separately first and then concatenate them together for decoder
  3. bert_lstm model: neural network structure is the same as glove_lstm, and we use bert as word embeddings

emotion_classification_semeval2019's People

Stargazers

Anil Kumar Jadon avatar Chinmay Hegde avatar

Watchers

Charlie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.