利用ID3决策树预测患糖尿病的可能性
☆17Nov 5, 2020Updated 5 years ago
Alternatives and similar repositories for Decision-Tree
Users that are interested in Decision-Tree are comparing it to the libraries listed below
Sorting:
- 朴素贝叶斯实现的文本分类(新闻分类)☆66Dec 29, 2015Updated 10 years ago
- 改进后的 Deeplabv3+ 分别测试了CBAM ECA SE 模块。☆12Sep 14, 2023Updated 2 years ago
- 基于spark的大数据分析心脏病信息 更多详细说明在我的博客//zhuozhuo233.github.io/☆23Dec 26, 2021Updated 4 years ago
- winfredliu的毕业论文项目源码,一种基于DeepLabv3+改进的道路提取模型☆24May 10, 2023Updated 2 years ago
- See current wind, weather, ocean, and pollution conditions, as forecast by supercomputers, on an interactive animated map☆25Jun 1, 2017Updated 8 years ago
- A DeepLab V3+ Model with ResNet 50 Encoder to perform Binary Segmentation Tasks. Implemented with PyTorch.☆23Feb 15, 2024Updated 2 years ago
- NLP Tutorial 8 - Sentiment Classification using SpaCy for IMDB and Amazon Review Dataset☆21Oct 28, 2019Updated 6 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆32Dec 16, 2016Updated 9 years ago
- 微信公众号老人健康管理、在线健康管理、在线医疗管理、微信健康管理、短信及微信推文、冠心病评估,用户端:(身体指标(血压、血糖、体重)发送短信及微信推文、冠心病评估、浏览推文、历史数据、管理员端:添加管理员、管理用户(信息修改、删除)、查询用户数据(身体指标)、推文添加、最近…☆33Apr 27, 2021Updated 4 years ago
- A Deep Convolutional Neural Network for Diabetic Retinopathy classification☆32Mar 30, 2019Updated 6 years ago
- 基于spark的商品推荐系统☆45Dec 16, 2022Updated 3 years ago
- 网络舆情态势及情感多维特征分析与可视化,bert用于微博情感分类,geopandas用于绘制情绪地图。项目还提供了轻量级的微博签到爬取,带有坐标。☆89May 2, 2025Updated 10 months ago
- 以Swin Transformer作为骨干网络的YoloX目标检测项目☆83Jul 11, 2022Updated 3 years ago
- 猫狗识别分类(深度学习入门案例),使用了Tensorflow框架 和 CNN神经网络实现。附有超详细的代码注释,适合新手直接上手Run!☆231Jan 4, 2025Updated last year
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆200Apr 29, 2020Updated 5 years ago
- python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification ar…☆737Jun 15, 2019Updated 6 years ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆213Feb 22, 2019Updated 7 years ago
- 中国科学技术大学 计算机 考研复试详解☆460Mar 18, 2024Updated last year
- 【代码随想录知识星球】项目分享-手撕RPC框架🔥☆678Nov 13, 2025Updated 3 months ago
- 力扣周赛训练小工具,欢迎使用🎈☆791Updated this week
- 一个简单的RPC框架的实现☆825Updated this week
- 机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归☆10,235Jul 12, 2024Updated last year
- Exercises answers to the book "machine-learning" written by Zhou Zhihua。周志华《机器学习》课后习题,个人解答。各算法都拿numpy和pandas实现了一遍☆1,667Oct 2, 2022Updated 3 years ago
- 2025南京大学计算机科学与技术845考研公共课和专业课资料:数学一、英语一、政治、数据结构、计算机网络、计算机系统基础、操作系统教程、算法设计与分析-包括真题、期末考试、PPT、模拟题、专业课参考书及课后答案、报录比、经验等等☆2,669Apr 5, 2023Updated 2 years ago
- 深度学习与PyTorch入门实战视频教程 配套源代码和PPT☆3,106Nov 17, 2019Updated 6 years ago
- 《大语言模型》作者:赵鑫,李军毅,周昆,唐天一,文继荣☆4,270Sep 2, 2025Updated 6 months ago
- 周志华《机器学习》手推笔记☆3,761Mar 13, 2021Updated 4 years ago
- 《算法导论》第三版中算法的C++实现☆4,056Mar 14, 2024Updated last year
- A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, …☆29,877Feb 23, 2026Updated last week
- A resource for learning about Machine learning & Deep Learning☆8,403Aug 17, 2024Updated last year
- 《Pytorch模型训练实用教程》中配套代码☆8,031Jan 4, 2025Updated last year
- 提供计算机考研和软件工程考研专业的各个学校 考研真 题☆9,223Feb 2, 2023Updated 3 years ago
- 免费书籍汇总。 …☆16,158Feb 22, 2026Updated last week
- 个人收藏书籍列表 …☆18,327Dec 3, 2025Updated 3 months ago
- 《统计学习方法》的代码实现☆19,549Aug 22, 2023Updated 2 years ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。☆19,329Oct 14, 2021Updated 4 years ago
- Ultralytics YOLO 🚀☆53,788Updated this week
- The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoi…☆53,551Sep 18, 2024Updated last year
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者 。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,181Jun 26, 2024Updated last year