Giter VIP home page Giter VIP logo

empirical_study_on_text_classification's Introduction

Empirical_Study_on_Text_Classification

Trying to establish an Empirical finding upon taking a closer look on how different Machine Learning Models would work on Google-play-store-reviews dataset. Pretty simple binary calssification approach has been adopted. We are trying to identify if the reviews are "Energy-Related" or not.

Models Used

  • Naive Bayes
  • Linear Classifier
  • Support Vector Machine
  • Extreme Gradient Boosting
  • Sahallow Neural Networks
  • Deep Neural Networks
    • Convolutional Neural Network (CNN)
    • Long Short Term Model (LSTM)
    • Gated Recurrent Unit (GRU)
    • Bidirectional (RNN)
    • Recurrent Convolutional Neural Network (RCNN)

Features Used

  • Count Vectors : Matrix notation of the dataset in which every row represents a document from the corpus, every column represents a term from the corpus, and every cell represents the frequency count of a particular term in a particular document.

  • Word Level TF-IDF: Matrix representing tf-idf scores of every term in different documents

  • N-gram Level TF-IDF: N-grams are the combination of N terms together. This Matrix representing tf-idf scores of N-grams

  • Character Level TF-IDF : Matrix representing tf-idf scores of character level n-grams in the corpus

  • Combinations Tried:

    • Count Vectors + Word Level TF-IDF
    • Count Vectors + N-gram Level TF-IDF
    • Count Vectors + Character Level TF-IDF
    • Word Level TF-IDF + N-gram Level TF-IDF
    • Word Level TF-IDF + Character Level TF-IDF
    • N-gram Level TF-IDF + Character Level TF-IDF
    • Count Vectors + Word Level TF-IDF + N-gram Level TF-IDF
    • Count Vectors + Word Level TF-IDF + Character Level TF-IDF
    • Count Vectors + N-gram Level TF-IDF + Character Level TF-IDF
    • Word Level TF-IDF + N-gram Level TF-IDF + Character Level TF-IDF
    • Count Vectors + Word Level TF-IDF + N-gram Level TF-IDF + Character Level TF-IDF
  • Word Embeddings:

    Form of representing words and documents using a dense vector representation. The position of a word within the vector space is learned from text and is based on the words that surround the word when it is used.

    • Glove (wiki-news-300d-2M.vec)
    • FastText (wiki-news-300d-2M.vec)
    • Word2Vec (wiki-news-300d-2M.txt)

91 different Combinations have been implmented

Details are in Final Report Sheet

Citation:

https://www.analyticsvidhya.com

Ensemble Learning implementation is in plan

empirical_study_on_text_classification's People

Contributors

mohammad-abdul-hadi avatar

Stargazers

 avatar  avatar

Watchers

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