本程序实现决策树的建立与可视化,以及决策树的预剪枝与后剪枝,数据集为西瓜书4.2、4.3节中的西瓜数据集
☆38Sep 6, 2019Updated 6 years ago
Alternatives and similar repositories for ML_DecisionTree_prepruning_postpruning
Users that are interested in ML_DecisionTree_prepruning_postpruning are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 决策树分类与回归模型的实现和可视化☆18Oct 13, 2021Updated 4 years ago
- Python与机器学习方向,《决策树与集成算法》课程仓库☆25Jun 13, 2018Updated 8 years ago
- 基于kaggle上Titanic数据集实现的ID3、C4.5、CART和CART剪枝算法☆41Mar 9, 2019Updated 7 years ago
- 决策树分类(ID3,C4.5,CART)☆493Sep 13, 2023Updated 2 years ago
- 🤖机器学习实战🤖:决策树、随机森林线性回归、逻辑回归、贝叶斯、kNN等☆24Jul 21, 2019Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 编译原理(龙书)相关算法的实现☆15Jan 4, 2024Updated 2 years ago
- 使用sklearn库实现KNN和SVM对MNIST数据分类;使用TensorFlow实现BP,CNN,LeNet,AlexNet,VGGNet,InceptionNet,ResNet,并对MNIST和CIFAR10数据集进行分类☆15Aug 8, 2020Updated 5 years ago
- 利用Qt编写的走迷宫程序,主要是关于路径搜索。此程序的搜索方法有宽度优先, 深度优先,A*算法,贪婪算法。☆13Mar 8, 2019Updated 7 years ago
- 学习scrapy,爬取链家网北京二手房信息并进行数据可视化。☆20Sep 21, 2017Updated 8 years ago
- Machine Learning周志华西瓜书的课后练习题代码☆26Jun 4, 2017Updated 9 years ago
- Official code and data of "3AM: An Ambiguity-Aware Multi-Modal Machine Translation Dataset"☆12Dec 8, 2024Updated last year
- DQN play <2048> game☆12Feb 11, 2021Updated 5 years ago
- An ambiguous subtitles dataset for visual scene-aware machine translation☆14Oct 17, 2022Updated 3 years ago
- An intro to hackoctoberfest and opensource☆14Oct 13, 2023Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 自己练习的各种demo和课程☆12Jun 16, 2023Updated 3 years ago
- 斗破苍穹小说的新词发现☆13May 12, 2022Updated 4 years ago
- 基于CLIP实现以文精准搜图☆16Sep 20, 2023Updated 2 years ago
- 基于自如租房上海房源的聚类分析与数据可视化。☆19Oct 30, 2018Updated 7 years ago
- A C4.5 tree classifier based on a zhangchiyu10/pyC45 repository, refactored to be compatible with the scikit-learn library.☆33May 26, 2019Updated 7 years ago
- Decision Tree with PEP,MEP,EBP,CVP,REP,CCP,ECP pruning algorithms,all are implemented with Python(sklearn-decision-tree-prune included,Al…☆67May 5, 2020Updated 6 years ago
- Operating systems scheduling algorithms visualization.☆10Sep 1, 2023Updated 2 years ago
- Transfer algorithms on Decision Trees☆20May 20, 2020Updated 6 years ago
- Oblique Decision Tree in Python☆22Dec 5, 2021Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 机器学习决策树ID3算法的Python实现☆12Mar 19, 2020Updated 6 years ago
- ☆10Feb 16, 2022Updated 4 years ago
- DataFountain第五届达观杯第4名方案☆11Dec 3, 2021Updated 4 years ago
- [ICLR 2023] “ Layer Grafted Pre-training: Bridging Contrastive Learning And Masked Image Modeling For Better Representations”, Ziyu Jian…☆24Feb 16, 2023Updated 3 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆216Mar 29, 2020Updated 6 years ago
- JavaWeb项目:主要的功能模块主要有订单管理、购物车、支付管理☆13Jun 23, 2018Updated 8 years ago
- A moveit package of mycobot☆12Sep 23, 2022Updated 3 years ago
- C++实现的几种进程调度算法(先来先服务、短进程优先、时间片轮转、静态优先级调度、高响应比优先(多用于作业调度))☆13Dec 11, 2018Updated 7 years ago
- Deep Learning Library for R☆12May 6, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 一种基于属性和图神经网络的推荐算法——本科生毕设☆14Mar 20, 2021Updated 5 years ago
- CVPR2024 highlight.☆13Oct 10, 2024Updated last year
- 考研政治自制刷题GUI☆15Dec 7, 2023Updated 2 years ago
- 四种启发式算法(模拟退火、遗传算法、禁忌搜索、蚁群算法)解决TSP(旅行商问题)实例☆15Dec 27, 2019Updated 6 years ago
- 自家开发的动态优化程序包。适用于常微分系统,有路径约束的最优控制问题的求解。算法:微分方程有限元离散+隐式梯度计算+SQP求解 优化问题☆12Jun 15, 2019Updated 7 years ago
- 基于多模态检索的互联网图文匹配☆15Mar 17, 2024Updated 2 years ago
- A GUI application that simulates the process scheduling of multilevel feedback queues, implemented in Java's Swing, is displayed in the G…☆13Oct 20, 2018Updated 7 years ago