Skip to content

Implementation of Decision Tree Learning Method called ID3 Algorithm using Javascript in HTML5 Canvas.

Notifications You must be signed in to change notification settings

SushantKafle/DecisionTree

Repository files navigation

Graphical Implemetation of ID3 Algorithm for Decision Tree Generation developed using JavaScript in HTML5 Canvas.

  • Data are to be entered in a Table.
  • Decision Tree are generated based on the data.

NOTES:

  • accurate results are not assured, especially with continious Data.
  • made from scratch, performace not good.
  • made as a fun project.
  • updates and suggestions are welcomed :)

Live at:

Decision Tree

Example Output

![alt tag](https://raw.github.com/SushantKafle/DecisionTree/master/example.png)

About

Implementation of Decision Tree Learning Method called ID3 Algorithm using Javascript in HTML5 Canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published