Coder Social home page Coder Social logo

addyg / naive-bayes-for-incremental-data Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 176 KB

Develop a Naive Bayes Classifier(Python), which works for Incremental Data, and uses running mean and variance to update Gaussian Probability Distributions

License: GNU General Public License v3.0

Python 100.00%

naive-bayes-for-incremental-data's Introduction

Naive-Bayes-for-Incremental-Data

Develop a Naive Bayes Classifier(Python), which works for Incremental Data, and uses running mean and variance to update Gaussian Probability Distributions

Description:

  1. Build a Naive Bayes Classifier
  2. Data is incremental, that is we don't have all the data beforehand, but it comes in batches
  3. data_generator.pyc file added in 01 Data, which uses a secret function to generate blackbox data, which can be queried at intervals
  4. We use Gaussian Distribution for posterior probability calculation
  5. Dynamically update mean and variance as we see new data
  6. Current code quereis dat from blackbox in intervals of 10 rows

Naive Bayes Classifier

References:

  1. Image: https://chrisalbon.com/
  2. https://math.stackexchange.com/questions/106700/incremental-averageing
  3. https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance

naive-bayes-for-incremental-data's People

Contributors

addyg avatar

Watchers

 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.