Skip to content
#

id3-algorithm

Here are 19 public repositories matching this topic...

implements ID3 algorithm which would calculate the entropy and information gain and based on these values, the attributes are selected. These acquired information is used to create the decision tree. The entropy and hence the information gain is calculated using the training data. Pruning is carried out using the validation data.

  • Updated May 27, 2017
  • Java

Improve this page

Add a description, image, and links to the id3-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the id3-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more