classification-trees
There are 73 repositories under classification-trees topic.
benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
benedekrozemberczki/awesome-gradient-boosting-papers
A curated list of gradient boosting research papers with implementations.
maykulkarni/Machine-Learning-Notebooks
Machine Learning notebooks for refreshing concepts.
xuyxu/Soft-Decision-Tree
PyTorch Implementation of "Distilling a Neural Network Into a Soft Decision Tree." Nicholas Frosst, Geoffrey Hinton., 2017.
tofti/python-id3-trees
python implementation of classification trees
lucksd356/DecisionTrees
A python implementation of the CART algorithm for decision trees
lucaslattari/MachineLearningSeries
Vídeos e códigos do Universo Discreto ensinando o fundamental de Machine Learning em Python. Para mais detalhes, acompanhar a playlist listada.
mrgloom/skin-detection-example
Simple pixelwise skin detection using classification tree.
chicago-joe/Python-ML-for-Financial-Applications
Moody's Bond Rating Classifier and USPHCI Economic Activity Forecast Modeling
NicolasBizzozzero/fforest
A set of tools useful for doing experiments with fuzzy forests
SimoneStefani/kth-dd2421
Machine Learning (DD2421) at Royal Institute of Technology KTH
Stevan-Radovanovic/MachineLearningCollection-R
A collection of problems solved with machine learning algorithms, using R.
vamshikallem/Churn-Prediction-of-Telecom-Data
This project is focused on end to end application of Machine Learning methodologies to achieve best predicting accuracy. Our goal is to predict churn rate of customers for a telecom service provider based on service charges and usage data of customer.
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
huangyueranbbc/ClassificationModelForAmazonReviewsDemo
基于50万亚马逊美食评论数据集的评论分类系统 Review classification system based on 500 thousand Amazon gourmet review data
DavidCico/Self-implementation-of-a-random-forest-algorithm
A random forest algorithm is implemented in Python from scratch to perform a classification analysis.
AndreaCorvi/KobeBryant-DecisionTrees
Classification on the Kobe Bryant Shot Selection dataset (https://www.kaggle.com/c/kobe-bryant-shot-selection/data) using Decision Trees
OJB-Quantum/Quantum-Native-Solvers
A compilation of quantum-native solver techniques that can be used to map and run on a quantum computer. Compiled by Onri.
AlMikFox3/Classification-and-Regression-Tree
Implemented the Classification and Regression Trees Algo in pure python to classify authentic banknotes.
AtheerAlzhrani/ml-projects
ML projects, which I worked on utilising different machine learning algorithms.
bryce-bowles/alchemy-broker-modeling
Performed segmentation analysis and predictive modeling on insurance broker performance to conclude a random forest model (highest AUC of 73%) predicted whether 2020 Gross Written Premium will increase or decrease from 2019 with a misclassification rate of 35%. Four classification models (classification trees, logistic regression, random forests, and support vector machines) were built, evaluated, and then tuned for prescriptive measures to analyze broker performance. Explored, visualized, and described five groups of brokers using principal component analysis.
datagirlz19/Applied-Data-Science-in-R
A collection of mini projects in R that apply statistical and machine learning methods and tools to solve data-driven problems
didemch/Wine-Classification-in-R
Finding out whether it is possible to predict the quality of the wine using Random Forests, Neural Networks, Classification trees and other methods
gorosgobe/decision-ex
My first attempt at Elixir, a basic implementation of decision trees.
hafizmrf3/onthology-thesaurus
Thesaurus app for Word Mapping based on word classification using Laravel, VueJS and D3JS
ilellosmith/bee6300
Multivariate Environmental Statistics (BEE6300) R Code
jesussantana/Supervised-Classification
Let’s practice and become familiar with classification algorithms.
kellyav/machinelearningfinal
Final project progress will be posted here.
miquitru/coursera-big-data-specialization
BigData, Classification, Clustering, Graph analytics, Splunk, Spark, Neo4j, KNIME
MohamedOmar2020/13-machine-learning-models
Six machine learning models for predicting bladder cancer progression using Caret package
vishalbansal-1650/Decision-Tree-Implementation
This Repo contains Decision Tree related various tasks
yacine-benbaccar/Classification-trees
Using classification trees to predict a hand written digit.
lucavarotto/Text_mining_unipd_courses
In May 2024, two friends and I analyzed the course descriptions of all Bachelor Degrees at Padua University. Our project had three phases: first, we scraped the data from the University’s websites; then we cleaned the data; and finally, we trained models to recognize each course's 'School' from its description.
PaulaRudzka/Machine_Learning
ML course at Warsaw University of Technology
stat-by-tish/house-insurance-data-analysis
Fraud detection in house insurance using MATLAB – EDA, classification (trees, KNN, SVM, RF), and clustering. Built for a student project.