Code Monkey home page Code Monkey logo

doc_classification's Introduction

Doc_Classification

Document Classification of New York Times Articles

Input data is related to the documents of New York Times (2000 - 2003) Each of the documents are related to one the following categories: News, Opinion, Classified, Features A Classifier is developed here to classify the category of the articles based their context.

Fearure Extraction Methods:

  • Bag of Words
  • TF_IDF
  • Dimension Reduction

Classification Algorithms:

  • SVM (Gaussian, Linear, and Sigmoid Kernel)
  • Neural Networks (MLP)

Cross validation is used for tuning the parameters of each method.

Results of the Implementation:

Classifier \ Feature extraction tf_idf(1vsAll) bagging(1vsAll) Tf_idf (reduced dim) Bagging(reduced dim) tf_idf bagging
SVM RBF kernel 85.01 83.58 61.15 55.55 65.95 66.99
SVM linear kernel 83.21 82.68 23.5 23.5 61.2 66.05
SVM sigmoid kernel 85.01 71.6 61.2 56.3 64.7 66.75
NN MLP - - 49.9 50.6 - -

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.