利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等
☆193May 14, 2020Updated 6 years ago
Alternatives and similar repositories for Sklearn_Mochine_leanring
Users that are interested in Sklearn_Mochine_leanring are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 🤖机器学习实战🤖:决策树、随机森林线性回归、逻辑回归、贝叶斯、kNN等☆24Jul 21, 2019Updated 7 years ago
- 使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析☆49Mar 21, 2019Updated 7 years ago
- 用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn。☆29Jun 3, 2017Updated 9 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 基于iris数据集进行四种机器学习算法(决策树、朴素贝叶斯、随机森林、支持向量机SVM)的训练,使用交叉检验(Cross-validation)对比了各算法的预测准确率。☆23Apr 13, 2020Updated 6 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 使用Jupyter notebook编程工具。对数据进行二分类处理,建立KNN、线性回归(普通最小二乘法)、SVM、决策树、随机森林模型,对数据进行预测。☆17Jun 22, 2020Updated 6 years ago
- 卷积神经网络实现手写体识别☆10Aug 15, 2018Updated 7 years ago
- ELM为极限学习机,主要用于回归预 测和分类☆11Nov 16, 2020Updated 5 years ago
- Beetle Antennae Search Algorithm for python 3.x☆16Feb 8, 2021Updated 5 years ago
- 本项目为时间序列预测项目,主要重点在于对预测项目整体流程的梳理总结,不同框架下如何进行简单数据处理和模型搭建。因此项目中搭建的主要为一些常用模型(后续会不断修改完善)。模型包含了prophet模型、keras库的bp神经网络和lstm网络模型、pytorch …☆27Apr 6, 2023Updated 3 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆36Jun 8, 2022Updated 4 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆86Apr 22, 2020Updated 6 years ago
- 使用支持向量机,感知机,随机森林,决策树,k近邻,logistic,LSTM,bagging,boosting,集成等多种常见算法实现多分类任务(三分类)。Support vector machine, perceptron, random forest, decision…☆19May 8, 2020Updated 6 years ago
- 利用公开的安然财务和邮件数据集,利用 PCA 和特征选择分析处理缺失的数据,再通过朴素贝叶斯、决策树、SVM等机器学习构建筛选器,找出有欺诈嫌疑的安然员工☆10Dec 7, 2017Updated 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.
- 机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归☆10,365Jul 12, 2024Updated 2 years ago
- 模型融合的各种算法及特征赛选,以及串行化并行化实现方法☆12Jan 16, 2020Updated 6 years ago
- 本项目主要是对2008年1月1日-2021年12月31日我国1343家非金融企业的系统性风险进行测度并对风险传染机制进行分析,其主要内容包含以下两个部分:(1)基于DCC-GARCH模型的系统性风险(MES)测度,(2)复杂网络的抗毁性分析☆15May 28, 2022Updated 4 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 7 years ago
- 配电网负荷预测,BP神经网络,Cart决策树,GDBT,CatBoost☆19Jun 18, 2020Updated 6 years ago
- The public dataset for water segmentation using Sentinel-2 satallite☆10Oct 16, 2025Updated 9 months ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- 此仓库用于存放 eide 的相关二进制资源(注意:该仓库仅作为 eide 的下载站点,仅储存 zip, 7z 压缩包,且会定时清理 commit 记录,不必 clone 该仓库)☆11May 1, 2026Updated 3 months ago
- This is a Repository for the infinite horizon controller and the preview path tracking controller for Carla-Vehicle assets.☆13Jul 2, 2019Updated 7 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- A method adapted from the paper Nonlinear System Identification of Soft Robot Dynamics Using Koopman Operator Theory by D. Bruder et al t…☆12Sep 24, 2020Updated 5 years ago
- 图像分类系统,采用HOG+SVM/Sotfmax分类器,神经网络采用卷积神经网络和34层的深度参查网络,利用基于tensorflow的tflearn实现。☆10May 23, 2017Updated 9 years ago
- A compact array with 6 MEMS microphones relying on the BeagleBoneBlack and the STA321MP audio processor.☆17Oct 11, 2018Updated 7 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆119Sep 29, 2020Updated 5 years ago
- 参照最新债券收益率计算方法计算债券的全价、净价、现金流、敏感性分析(久期、修正久期、关键期限久期、凸性),以及单个债券及组合 VaR☆19May 10, 2017Updated 9 years ago
- 古代玻璃制品的成分分析和鉴别模型&&2022年高教社杯全国大学生数学建模竞赛全国二等奖项目☆32Nov 14, 2023Updated 2 years ago
- 使用opencv-python/PyQt5完成的数字图像处理系统,包括图像缩放/裁剪/灰度变换/高低通滤波/边缘检测等功能☆12Aug 9, 2020Updated 6 years ago
- Genetic Algorithm, GA—matlab☆11Oct 16, 2019Updated 6 years ago
- 利用ID3决策树预测患糖尿病的可能性☆17Nov 5, 2020Updated 5 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.
- ☆10May 3, 2022Updated 4 years ago
- ☆14Aug 4, 2021Updated 5 years ago
- LLM-NoteBook 大模型算法笔记☆16Aug 2, 2025Updated last year
- Ollama RAG using SQL Database☆12Apr 16, 2025Updated last year
- 基于遗传算法的特征选择☆129Dec 17, 2019Updated 6 years ago
- 🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型☆20Jul 3, 2022Updated 4 years ago
- 人脸识别系统数字图像处理大作业☆10Jan 8, 2020Updated 6 years ago