利用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 6 years ago
- 机器学习之回归问题:线性回归、逻辑回归等等☆18Jul 21, 2014Updated 11 years ago
- 用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn。☆29Jun 3, 2017Updated 9 years ago
- 随机森林,Random Forest(RF)☆438Mar 8, 2020Updated 6 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 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.
- Deep learning tools for blood pressure☆13Aug 21, 2023Updated 2 years ago
- 基于iris数据集进行四种机器学习算法(决策树、朴素贝叶斯、随机森林、支持向量机SVM)的训练,使用交叉检验(Cross-validation)对比了各算法的预测准确率。☆23Apr 13, 2020Updated 6 years ago
- 机器学习(Machine Learning, ML)python简洁实现,包括混合高斯模型,KMeans,决策树,随机森林,K近邻,线性判别分析,逻辑斯蒂回归(梯度下降法,牛顿法),多层感知机(分类+回归),Naive Bayes(离散+高斯),多分类SVM,线性回归,隐马…☆156Jun 19, 2021Updated 5 years ago
- 本项目为时间序列预测项目,主要重点在于对预测项目整体流程的梳理总结,不同框架下如何进行简单数据处理和模型搭建。因此项目中搭建的主要为一些常用模型(后续会不断修改完善)。模型包含了prophet模型、keras库的bp神经网络和lstm网络模型、pytorch …☆27Apr 6, 2023Updated 3 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆37Jun 8, 2022Updated 4 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆87Apr 22, 2020Updated 6 years ago
- 基于pytorch框架,针对文本分类的机器学习项目,集成多种算法(xgboost, lstm, bert, mezha等等),提供基础数据集,开箱即用,方便自己二次拓展,持续更新☆33Mar 23, 2023Updated 3 years ago
- 使用支持向量机,感知机,随机森林,决策树,k近邻,logistic,LSTM,bagging,boosting,集成等多种常见算法实现多分类任务(三分类)。Support vector machine, perceptron, random forest, decision…☆19May 8, 2020Updated 6 years ago
- 机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归☆10,348Jul 12, 2024Updated 2 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.
- This repo is for the paper "Uncertainty Estimation for Sound Source Localization".☆15Mar 13, 2025Updated last year
- 从沪深300指数的日行情数据构建特征,用SVM预测指数的涨跌方向☆14Oct 16, 2018Updated 7 years ago
- 配电网负荷预测,BP神经网络,Cart决策树,GDBT,CatBoost☆19Jun 18, 2020Updated 6 years ago
- 省一 2023年数模国赛C题-基于ARIMA和多目标优化的商超补货策略☆12Dec 16, 2023Updated 2 years ago
- The public dataset for water segmentation using Sentinel-2 satallite☆10Oct 16, 2025Updated 9 months ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- [IEEE TMI 2025] Dual Cross-image Semantic Consistency with Self-aware Pseudo Labeling for Semi- supervised Medical Image Segmentation☆19Aug 4, 2025Updated 11 months ago
- Brook90 coded in R☆15Jun 25, 2020Updated 6 years ago
- Uses an LSTM to predict the next days stock movement based on sequence of previous days☆13Mar 9, 2021Updated 5 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Trading Strategy Development☆13Nov 19, 2019Updated 6 years ago
- 大数据线性回归预测学生成绩☆35May 30, 2020Updated 6 years ago
- Lattice-Based Zero-Knowledge Proofs and Applications: Shorter, Simpler, and More General☆17Jan 13, 2023Updated 3 years ago
- 线性规划课程实验——整数规划问题的求解方法☆17May 2, 2020Updated 6 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆60Mar 26, 2020Updated 6 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆119Sep 29, 2020Updated 5 years ago
- Dynamic Nelson Siegel Model☆14Mar 6, 2019Updated 7 years ago
- 参照最新债券收益率计算方法计算债券的全价、净价、现金流、敏感性分析(久期、修正久期、关键期限久期、凸性),以及单个债券及组合 VaR☆19May 10, 2017Updated 9 years ago
- 使用opencv-python/PyQt5完成的数字图像处理系统,包括图像缩放/裁剪/灰度变换/高低通滤波/边缘检测等功能☆12Aug 9, 2020Updated 5 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆13Mar 15, 2024Updated 2 years ago
- Speech enhancement based on adaptive wavelet denoising on multitaper spectrum☆13May 19, 2021Updated 5 years ago
- ☆17Jan 8, 2018Updated 8 years ago
- 在不调用公开源码或函数的情况下用python手动实现基于ID3算法和CART算法的两种决策树分类模型,并评估其优劣。☆16Jan 8, 2022Updated 4 years ago
- 人脸识别系统数字图像处理大作业☆10Jan 8, 2020Updated 6 years ago
- 校园二手图书交易系统☆12Jul 31, 2018Updated 7 years ago
- 航空管理系统:软件内有具有查看剩余机票、航班信息、客户信息、创建客户、订票、客 户信息更新、客机更新、航班更新、订票更改、退票等功能,运用MySQL数据库开发而成☆23Mar 9, 2017Updated 9 years ago