Skip to content
View wang1006zi's full-sized avatar

Block or report wang1006zi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。

Python 24 5 Updated Feb 20, 2019

My blogs and code for machine learning. http://cnblogs.com/pinard

Jupyter Notebook 14 7 Updated Jul 12, 2019

a python code of applying GBDT+LR for CTR prediction

Python 337 137 Updated Jul 19, 2018

AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2

Python 41,665 11,597 Updated Nov 12, 2024

TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。

Python 245 40 Updated Jul 21, 2023

数据特征工程、各种机器学习回归模型、回归数据预处理

Python 44 5 Updated Jan 14, 2020

天池竞赛数据挖掘之二手车交易价格预测大赛

Jupyter Notebook 10 1 Updated Mar 27, 2020

机器学习算法项目

Jupyter Notebook 988 345 Updated Oct 15, 2021

利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数;利用准确率、KS值、ROC曲线、AUC值以及lift曲线进行模型评估。

Python 33 5 Updated Jun 8, 2022

利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等

Python 182 44 Updated May 14, 2020

常见机器学习算法回归、分类应用示例,调参;包括基础的线性回归算法、集成学习、支持向量机等;调参包括网格搜索、随机搜索、贝叶斯优化、优化算法如GA优化等。

Python 23 1 Updated May 7, 2023

使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析

Jupyter Notebook 49 14 Updated Mar 21, 2019

⚡机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归

Python 10,035 5,112 Updated Jul 12, 2024

通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯

Python 735 267 Updated Oct 22, 2019

为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。

Python 16 2 Updated Apr 1, 2022

集成学习

Python 2 Updated Aug 17, 2020

基于pytorch框架,针对文本分类的机器学习项目,集成多种算法(xgboost, lstm, bert, mezha等等),提供基础数据集,开箱即用,方便自己二次拓展,持续更新

Python 33 5 Updated Mar 23, 2023

CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297

Python 12 3 Updated Mar 15, 2024

涉及机器学习中深度学习、强化学习、监督学习、集成学习相关的pdf书籍及其个人的阅读笔记

167 67 Updated Mar 28, 2019

This project builds and optimizes a model on a dataset using Ridge regression and polynomial features. Model accuracy is enhanced through regularization and polynomial transformations. Grid search …

Python 1 Updated Mar 30, 2025

numpy实现常用的的机器学习库,分类模型实现:KNN,LDA,LR,Decision Tree(ID3,C4.5,CART),RF,perception,SVM,Neural network,GBDT,Xgboost,Adaboost;回归模型实现 :LASSO,Ridge,LR,RF,Decision Tree(ID3,C4.5,CART);非监督模型 :PCA,Kmeans,SVD;概…

Python 24 Updated Feb 19, 2022

针对dmsc0影评数据集,朴素贝叶斯、线性支持向量机、决策树、随机森林、逻辑回归、K-最近邻居、神经网络、集成学习八种分类模型,验证其分类效果,分别给出不同参数组合情况下的分类准确率和召回率

Python 3 1 Updated Aug 4, 2022

茶叶嫩芽目标及其关键点检测两阶段模型(目标-关键点-回归映射)

Python 2 1 Updated Nov 9, 2023

机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测

Python 83 12 Updated Jun 28, 2020

An extension of XGBoost to probabilistic modelling

Python 664 71 Updated Nov 1, 2025

Comparison of XGBoost, LightGBM and CatBoost on MNIST classification problem

Python 40 8 Updated Jul 28, 2017

🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型

Python 19 3 Updated Jul 3, 2022

包括决策树和随机森林进行离职人员预测,Xgboost和lightGBM的应用

Jupyter Notebook 287 115 Updated Apr 16, 2020

🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等

18,108 2,557 Updated Sep 21, 2025
Next