c45-decision-tree
There are 18 repositories under c45-decision-tree topic.
greenfish77/gaenari
c++ incremental decision tree
triagung128/spk-decision-tree
Repository tugas UAS mata kuliah Kecerdasan Buatan. Tugas yang dikerjakan yaitu membuat sistem pendukung keputusan untuk penentuan ciri ubi jalar dengan metode decision tree algoritma C4.5.
novandikp/DecisionTreeC45
DecisionTreeC45 is a library for creating decision trees using the C4.5 algorithm.
Amar-arruf/App_Skipsiku
Sistem Pendukung Keputusan untuk menentukan layak dan tidaknya seseorang mendapatkan bantuan PKH dengan menggunakan machine learning yaitu C4.5 dan K-Means
AaronOS0/decision-tree-regression
Decision tree regression implementation by MATLAB.
ksek87/c45-decision-tree-medical-data-mining
Data Mining project to implement Quinlan's C4.5 decision tree algorithm from scratch for medical data mining using the Thyroid allbp dataset
nightspite/id3-c45-classifier
Simple implementation of the ID3 + C4.5 algorithm for decision tree learning
ppatriciasy/diabetes-classifier
KLASIFIKASI DATA PENYAKIT DIABETES MENGGUNAKAN ALGORITMA DECISION TREE DAN PARTICLE SWARM OPTIMIZATION
ugurcanerdogan/Anti-Phishing
BBM465*ASG4 - In this experiment, we did visual analysis using image files consisting of screenshots. With the threat intelligence module we produced for anti-phishing, we completed website brand classification with screenshots of phishing websites.
ablanco1950/HASTIE_Corrected_DecisionTree
Using the decision tree technique based on entropy calculation, this application calculates the hit rate of the HASTIE file with a hit rate higher than 99%
fordinand45/klasifikasi_penyakit_daun_teh
Membuat klasifikasi penyakit daun teh menggunakan algoritma C45/Decision Tree
saliherdemk/C4.5-Algorithm-Visulizer
Visualization of C4.5 Algorithm
santhosh-vairamuthu/Loan-Approval-Predictor
Loan Approval Predictor using python
ablanco1950/SUSY_DecisionTree
A 3-level decision tree achieves a 76.48% success rate in the SUSY file test (https://archive.ics.uci.edu/ml/datasets/SUSY)
mddds08/atm_data_mining
C4.5 atm data mining
vincentbudianto/ArtificialNeuralNetwork
myID3 and myC45 modules implementation (Tubes1B), myMLP module implementation with mini-batch gradient descent (Tubes1C) and 10-fold cross validation scheme implementation (Tubes1D)