ID3 Decision Tree based on iris.data
-
Updated
Oct 31, 2017 - Python
ID3 Decision Tree based on iris.data
generate an ID3 decision tree using the UCI Iris and Breast Cancer datasets
Assignments for CS760
myID3 and myC45 modules implementation (Tubes1B), myMLP module implementation with mini-batch gradient descent (Tubes1C) and 10-fold cross validation scheme implementation (Tubes1D)
A Python GUI project to compute the results of Data Mining Classification Algorithms: Naive Bayes & ID3 Decision Tree.
ID3 is a Machine Learning Decision Tree Algorithm that uses two methods to build the model. The two methods are Information Gain and Gini Index.
Machine learning binary classification algorithms for classifying mails as spam or ham.
Machine learning models to predict a patient's diagnosis based on features selected from a dataset
Decision Trees - ID3 [Artificial Intelligence Course Project]
Python solutions for Introduction to AI laboratory exercises.
This repository contains a simple implementation of the ID3 decision tree learning algorithm in Python. The ID3 algorithm is a popular machine learning algorithm used for building decision trees based on given data.
Add a description, image, and links to the id3-decision-tree topic page so that developers can more easily learn about it.
To associate your repository with the id3-decision-tree topic, visit your repo's landing page and select "manage topics."