GithubHelp home page GithubHelp logo

tirthnisar193 / text-classification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pemagrg1/text-classification

0.0 0.0 0.0 6.61 MB

classify text using machine learning algorithms and Deep Learning Algorithms. Created Date: 12 Sept 2018

Python 83.59% Jupyter Notebook 16.41%

text-classification's Introduction

Created Date: 12 Sept 2018

text-classification-using-machine-learning-algorithms

In machine learning, multiclass or multinomial classification is the problem of classifying instances into one of three or more classes. (Classifying instances into one of two classes is called binary classification.) Multiclass classification should not be confused with multi-label classification, where multiple labels are to be predicted for each instance.

Multi-Classification models

  • Random Forest
  • Linear Support Vector Machine
  • Multinomial Naive Bayes
  • Logistic Regression.

In this repo,
1. Data can be found inside the "data" folder
2. bin folder is for the pickle file of each models.
3. MachineLearning Models and DeepLearning Models are inside the "models" folder
4. Small, small modules are inside the "modules" folder.
5. Notebooks are stored in the "notebooks" folder

To test, run main.py

NOTE: Text Classification:

  1. Binary Classification: movie reviews, sentiment,ham/spam
  2. Multiclass Classification: news
  3. Multi Label Classification: news

ML:

  1. using TFIDF Vectorizer
  2. Using Embeddings

text-classification's People

Contributors

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