GitHub topics: decision-forest
google/yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
Language: C++ - Size: 41.2 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 592 - Forks: 62

tensorflow/decision-forests
A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Language: Python - Size: 6.02 MB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 682 - Forks: 114

grahman20/ADF
Adaptive Decision Forest(ADF) is an incremental machine learning framework called to produce a decision forest to classify new records. ADF is capable to classify new records even if they are associated with previously unseen classes. ADF also is capable of identifying and handling concept drift; it, however, does not forget previously gained knowledge. Moreover, ADF is capable of handling big data if the data can be divided into batches.
Language: Java - Size: 1.63 MB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

RGF-team/rgf
Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
Language: C++ - Size: 5.25 MB - Last synced at: 15 days ago - Pushed at: over 3 years ago - Stars: 381 - Forks: 58

grahman20/TLF
We present a framework called TLF that builds a classifier for the target domain having only few labeled training records by transferring knowledge from the source domain having many labeled records. While existing methods often focus on one issue and leave the other one for the further work, TLF is capable of handling both issues simultaneously. In TLF, we alleviate feature discrepancy by identifying shared label distributions that act as the pivots to bridge the domains. We handle distribution divergence by simultaneously optimizing the structural risk functional, joint distributions between domains, and the manifold consistency underlying marginal distributions. Moreover, for the manifold consistency we exploit its intrinsic properties by identifying $k$ nearest neighbors of a record, where the value of k is determined automatically in TLF. Furthermore, since negative transfer is not desired, we consider only the source records that are belonging to the source pivots during the knowledge transfer. We evaluate TLF on seven publicly available natural datasets and compare the performance of TLF against the performance of eleven state-of-the-art techniques. We also evaluate the effectiveness of TLF in some challenging situations. Our experimental results, including statistical sign test and Nemenyi test analyses, indicate a clear superiority of the proposed framework over the state-of-the-art techniques.
Language: Java - Size: 5.92 MB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

zislam/SysFor
Implementation of the decision forest algorithm SysFor, a forest of high accuracy decision trees.
Language: Java - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

ellapav/decision-tree
Decision Tree applied to a diabetes database
Language: Jupyter Notebook - Size: 714 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dimits-ts/AI-algorithms
A collection of common AI algorithm implementations (N-queens, Othello, ID3 and decision forests).
Language: C++ - Size: 301 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

grahman20/SiMI
SiMI imputes numerical and categorical missing values by making an educated guess based on records that are similar to the record having a missing value. Using the similarity and correlations, missing values are then imputed. To achieve a higher quality of imputation some segments are merged together using a novel approach.
Language: Java - Size: 265 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

zislam/ForestPA
Class implementing decision forest algorithm Forest PA, using bootstrap samples and penalized attributes. Uses and depends on SimpleCart.
Language: Java - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

pievos101/DFNET
Network-guided greedy decision forest for feature subset selection
Language: R - Size: 1.74 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

AndreeaMusat/machine_learning
Language: Jupyter Notebook - Size: 25.2 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

martinferianc/SentimentAnalysis-EIE3
Sentiment analysis from small grayscale pictures by decision forests done as a coursework for CO395
Language: Python - Size: 7.76 MB - Last synced at: 5 days ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0
