使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析
☆50Mar 21, 2019Updated 7 years ago
Alternatives and similar repositories for Machine-Learning-
Users that are interested in Machine-Learning- are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆191May 14, 2020Updated 5 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Feb 20, 2019Updated 7 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆35Jun 8, 2022Updated 3 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆85Apr 22, 2020Updated 5 years ago
- 神经网络结构可变的BP回归☆12Mar 9, 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.
- Python与机器学习方向,《决策树与集成算法》课程仓库☆25Jun 13, 2018Updated 7 years ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆58Mar 26, 2020Updated 6 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆120Sep 29, 2020Updated 5 years ago
- 为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。☆16Apr 1, 2022Updated 4 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆92Jun 28, 2020Updated 5 years ago
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆12Mar 15, 2024Updated 2 years ago
- Encrypted Traffic Classification at Line Rate in Programmable Switches with Machine Learning☆20Feb 2, 2026Updated 2 months ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型☆19Jul 3, 2022Updated 3 years ago
- 麻雀算法优化支持向量机 python实现☆15Mar 26, 2022Updated 4 years ago
- 集成学习Stacking方法详解☆83Sep 20, 2019Updated 6 years ago
- 垃圾邮件检测 词袋模型+机器学习、word2vec+cnn☆19Jul 11, 2019Updated 6 years ago
- 三大boosting算法的工程实现 XGBoost、LightGBM、Catboost原理实现及常见面试问题总结,以及其他理解深刻的机器学习、深度学习文章备份☆11Jul 7, 2021Updated 4 years ago
- ☆14Jun 20, 2022Updated 3 years ago
- ☆43May 4, 2018Updated 7 years ago
- NLPCC 2020 MAMS 多属性多情感分析任务 第一名解决方案☆12Jul 6, 2023Updated 2 years ago
- ☆14Sep 19, 2022Updated 3 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记【Bert篇】☆13Apr 4, 2023Updated 3 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆215Mar 29, 2020Updated 6 years ago
- 2021科大讯飞试题标签预测挑战赛亚军方案☆13Dec 4, 2021Updated 4 years ago
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆13Jun 7, 2021Updated 4 years ago
- 作品是基于机器学习的癫痫病预测系统 , 该系统首先通过Fourier、PCA降维和提取各通道之间的相关性系数对EEG特征提取,然后利用随机森林、SVM、逻辑回归算法和决策树算法对发作前期和发作间期进行分类,从而获得基于人工智能机器学习预测癫痫病发作概率的模型。在测试时,通过电…☆36Apr 23, 2020Updated 5 years ago
- 大学用java写的在线聊天应用,界面模仿qq☆15Dec 5, 2023Updated 2 years ago
- 天池精准医疗大赛,糖尿病预测☆11Jul 13, 2018Updated 7 years ago
- text classification compitioin top 10 strategy☆18Aug 14, 2021Updated 4 years ago
- Code for paper 'Zero-Shot Scene Graph Generation via Triplet Calibration and Reduction' (TOMM 2023)☆10Sep 6, 2025Updated 7 months ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 电影推荐网站,使用了KNN,LFM算法进行多路推荐,使用的数据集是MovieLens数据集。☆15Apr 22, 2023Updated 2 years ago
- Exemplo de alguns design patterns implementados com a linguagem Lua.☆12Dec 30, 2010Updated 15 years ago
- 数据结构课程设计(十分拉跨的小课设)☆10Sep 15, 2020Updated 5 years ago
- 31st place silver medal solution to USPPPM Kaggle competition☆20Jun 23, 2022Updated 3 years ago
- 2019泰迪杯B题,利用Adaboost模型对A股市场进行预测☆51Jul 6, 2019Updated 6 years ago
- ☆11Jul 6, 2023Updated 2 years ago
- 海量中文文本快速查重☆18Dec 16, 2018Updated 7 years ago