使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析
☆49Mar 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等☆193May 14, 2020Updated 6 years ago
- Some outlier_detection methods: Robust PCA (RPCA), Randomized RPCA, Robust Autoencoder☆10Dec 10, 2018Updated 7 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆36Jun 8, 2022Updated 4 years ago
- Python Implementation of RPCA☆13Apr 15, 2015Updated 11 years ago
- 神经网络结构可变的BP回归☆12Mar 9, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆86Apr 22, 2020Updated 6 years ago
- The optimised allocation of FACTS devices is a complex problem in large-scale power systems. The optimal placements of FACTS devices can …☆13Nov 11, 2018Updated 7 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 7 years ago
- An example of how to run pybamm in simulink☆16Aug 10, 2022Updated 3 years ago
- LR / SVM / XGBoost / RandomForest etc.☆30Jul 27, 2026Updated 2 weeks ago
- 机器学习集成模型之Stacking各类模型及工具源码☆119Sep 29, 2020Updated 5 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆60Mar 26, 2020Updated 6 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。☆18Mar 28, 2019Updated 7 years ago
- Tensor Robust Principal Component Analysis via t-SVD☆14Sep 4, 2018Updated 7 years ago
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆12Mar 15, 2024Updated 2 years ago
- 利用回归模型实现房价预测☆48Nov 29, 2018Updated 7 years ago
- 🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型☆20Jul 3, 2022Updated 4 years ago
- 京东GOC城市物流运输车辆智能调度☆18Aug 17, 2018Updated 7 years ago
- Master Thesis on processing point clouds from Velodyne VLP-16 LiDAR sensors with PCL in ROS to improve localization method, based on Exte…☆19Jul 16, 2019Updated 7 years ago
- 简单线性回归,多元线性回归,非线性回归,Kmeans算法,Hierarchical_clustering☆14Feb 29, 2020Updated 6 years ago
- 麻雀算法优化支持向量机 python实现☆15Mar 26, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- CART(classification and regression trees,分类回归树)☆13Aug 22, 2016Updated 9 years ago
- This platform is designed and implemented for encrypted traffic classification using deep learning☆19Oct 7, 2023Updated 2 years ago
- 集成学习Stacking方法详解☆82Sep 20, 2019Updated 6 years ago
- 垃圾邮件检测 词袋模型+机器学习、word2vec+cnn☆18Jul 11, 2019Updated 7 years ago
- 收益管理☆12Dec 7, 2018Updated 7 years ago
- 使用paddlepaddle框架完成对中文类型垃圾邮件进行分类☆13Feb 27, 2022Updated 4 years ago
- Implementation of Integer bender's cut for SP proposed by Laporte et al.☆11Nov 6, 2019Updated 6 years ago
- Purposed a network traffic classification and prediction model based on CNN, TCN and Attention mechanism.☆23Nov 13, 2023Updated 2 years ago
- DataFountain第五届达观杯第4名方案☆11Dec 3, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 该仓库主要记录 NLP 算法工程师相关的 搜索引擎 学习笔记☆14Apr 9, 2022Updated 4 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Feb 20, 2019Updated 7 years ago
- 壁画,墙壁上的艺术。作为建筑物的附属部分,壁画的装饰和美化功能使它成为环境艺术的一个重要方面。本项目基于PaddleHub的图像迁移模型msgnet进行行迁移学习,实现任意图片转换成壁画风格。☆17Jan 26, 2023Updated 3 years ago
- numpy实现常用的的机器学习库,分类模型实现:KNN,LDA,LR,Decision Tree(ID3,C4.5,CART),RF,perception,SVM,Neural network,GBDT,Xgboost,Adaboost;回归模型实现 :LASSO,Ridg…☆24Feb 19, 2022Updated 4 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆216Mar 29, 2020Updated 6 years ago
- ☆14Jun 20, 2022Updated 4 years ago
- 三大boosting算法的工程实现 XGBoost、LightGBM、Catboost原理实现及常见面试问题总结,以及其他理解深刻的机器学习、深度学习文章备份☆12Jul 7, 2021Updated 5 years ago