Coder Social home page Coder Social logo

pbamotra / decisiontrees Goto Github PK

View Code? Open in Web Editor NEW

This project forked from michaeldorner/decisiontrees

0.0 1.0 0.0 25.43 MB

Seminar work "Decision Trees - An Introduction" with presentation, seminar paper, and Python implementation

License: GNU General Public License v3.0

TeX 79.85% Python 6.70% Objective-C 0.08% MATLAB 13.38%

decisiontrees's Introduction

Decision Trees - An Introduction

decisiontree

Abstract

This project work emerges in the context of the course Artificial Intelligence in the winter semester 2013/2014 at Friedrich-Alexander-University, Erlangen. Beside this seminar paper, an introductory presentation was conducted and an implementation for decision tree was developed. The presentation is available only in German.

In the scope of this seminar paper, a small introduction to theory and application of decision trees shall be given.

After this short introduction a theoretical consideration shall guide to a practical part, which shall clarify the theoretical part by examples. The last part shall summarize and compare the introduced algorithm and shall give a small outlook to not tackled research fields of decision trees.

On the contrary to the presentation during the seminar, this seminar paper expects a basic knowledge about graph theory, complexity, and machine learning. Instead of an introduction to these underlaying topics, a deeper look inside four decision tree algorithm families shall be given: CHAID, CART, ID3, and C4.5.

The focus of all Python implementation is on classification. This limitation is not owed to the insufficient importance of regression calculating, but a wider look would push boundaries of this seminar paper.

Table of Content

  • Introduction
    • What is a decision tree?
    • Taxonomy
    • About this paper
  • Theory of Decision Trees
    • Definitions
    • Decision Tree Learning
      • Splitting Criterion
      • Stopping Criterion
      • Tree Pruning
    • Selected Algorithms
      • Chi-squared Automatic Interaction Detector (CHAID)
      • IterativeDichotomiser 3 (ID3)
      • Classification And Regression Tree (CART)
      • C4.5
    • Discussion
      • Advantages
      • Disadvantages
    • Outlook
      • Complexity
      • Missing Attributes
      • Random Forests
  • Summary & Conclusion
    • Applications
    • Programming Example
    • Summary

Quicklinks

decisiontrees's People

Contributors

michaeldorner avatar

Watchers

Pankesh Bamotra 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.