Git Product home page Git Product logo

adaboost's Introduction

Adaboost

We implement two different types of classifier:

  • Naive Bayesian Classifier (NBC)
  • Decision Tree Classifier (DTC)

Usage

  • f The name of the data file
  • m Max number of different values per feature
  • n Number of NBC and DTC
  • p The percentage of the data set to be used for training
  • d The maximum depth for the DTCs [Default: 0 which means maximum possible depth]
  • k Keep losers

If you want to work with the page-blocks dataset, use 10 NBC and 10 DTC(with a max depth of 2) and split the use 80% of the dataset as a training set and the other 20% as a test set, type de following parameters:

-f datasets/page-blocks.txt -m 50 -n 10 0 -p 80 -d 2

Good choice for parameter m

For dataset:

  • "page-blocks" use m = 75
  • "glass" use m = 15
  • "pen-digits" use m = 100
  • "yeast" use m = 100
  • "optdigits" use m = 16

adaboost's People

Contributors

rosbo avatar alessiodeangelis avatar

Watchers

Han Wang avatar James Cloos 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.