3 projects
classic-ID3-DecisionTree
ID3 is a Machine Learning Decision Tree Classification Algorithm that uses two methods to build the model. The two methods are Information Gain and Gini Index.
classic-CandidateElimination
Candidate-Elimination Algorithm is a Machine Learning Algorithm that builds the version space from Specific Hypothesis and General Hypothesis.
classic-FindS
Find-S algorithm is a Machine Learning Algorithm that finds the most specific hypothesis that fits all the positive examples.