Git Product home page Git Product logo

humor_detection's Introduction

Humor Classifier

Dataset Description

Dataset used Link

It contains five pickle files:

Positive Samples

  1. Humorous One-liners
  2. Longer Jokes

Negative Samples

  1. Reuters headlines
  2. English Proverbs
  3. Wikipedia Sentences

Conclusion:

Models Description Accuracy F1 Score
1. Simple feed-forward network with dense layers on top of embedding layer 0.9660 0.9231
2. Without pre-trained word embeddings 0.9839 0.9568
3. Using Simple RNN layer on top of embedding layer 0.9686 0.9413
4. Using LSTM layer on top of the embedding layer 0.9587 0.9514
5. Using two Conv1D layers on top of the Embedding layer 0.9674 0.9469
7. Using GRU layer on top of Conv1D layer 0.9617 0.9462
8. Using two GRU layers on top of two Conv1D layers 0.9599 0.9472

Team Members:

humor_detection's People

Contributors

iamdsc avatar marxmit7 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.