Git Product home page Git Product logo

naive-bayes-classifier's Introduction

Naive-Bayes-Classifier

Build binary class classifier based on Naive Assumption.

Description

Here I build a naive bayse classifier which identified whether a given movie review showed subjectivity (1) or objectivity (0). The training data I use is "polarity dataset v2.0" from Cornell University.

This algorithm is based on Baysian theorem, where the posterior possibility could be calculated through prior possibility, likelihood and evidence.

We use this theorem in the model and calculate the possibility of data(x) to be a specific class of y in all possible conditions, and select the most promising one.

The codes are in the bayes.py file. The main fuctions are in class Naivebayes, while other data-prepossessing functions like word tokenization, word mapping and word vetorization are also included. I also write a k-fold cross validation testing to test the performance of the model.

Currently, this model only could be used for binary classification; However, with a slight modification, the model could also be used for multi-class classification.

naive-bayes-classifier's People

Contributors

jiaqicchen123 avatar

Stargazers

atang148 avatar  avatar

Watchers

 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.