使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析
☆48Mar 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等☆195May 14, 2020Updated 6 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆36Jun 8, 2022Updated 4 years ago
- LSTM和BP神经网络实现对股票开盘价的预测。☆14Mar 15, 2020Updated 6 years ago
- 神经网络结构可变的BP回归☆12Mar 9, 2018Updated 8 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆88Apr 22, 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.
- 基于遗传算法的BP神经网络☆17Mar 8, 2021Updated 5 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 7 years ago
- LR / SVM / XGBoost / RandomForest etc.☆30Jul 27, 2026Updated last month
- 机器学习集成模型之Stacking各类模型及工具源码☆119Sep 29, 2020Updated 5 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆59Mar 26, 2020Updated 6 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆45Jan 14, 2020Updated 6 years ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- Point Cloud Object Classification using Machine Learning☆17Sep 1, 2018Updated 8 years ago
- 为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。☆16Apr 1, 2022Updated 4 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☆12Mar 15, 2024Updated 2 years ago
- ☆16Apr 26, 2021Updated 5 years ago
- Optimized the CNN framework PointNet by using kdtree☆18Sep 11, 2018Updated 8 years ago
- 🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型☆20Jul 3, 2022Updated 4 years ago
- 京东GOC城市物流运输车辆智能调度☆19Aug 17, 2018Updated 8 years ago
- navigation+cv control usv☆16Aug 9, 2019Updated 7 years ago
- 集成学习Stacking方法详解☆82Sep 20, 2019Updated 6 years ago
- 疫情期间网民情绪识别比赛分享+top1~3解决方案☆51Sep 5, 2020Updated 6 years ago
- ☆43May 4, 2018Updated 8 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.
- DataFountain第五届达观杯第4名方案☆11Dec 3, 2021Updated 4 years ago
- 该仓库主要记录 NLP 算法工程师相关的 搜索引擎 学习笔记☆14Apr 9, 2022Updated 4 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Feb 20, 2019Updated 7 years ago
- 知网爬虫cnkispider,输入关键字爬取知网检索数据☆38Jan 7, 2018Updated 8 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…☆218Mar 29, 2020Updated 6 years ago
- NLPCC 2020 MAMS 多属性多情感分析任务 第一名解决方案☆12Jul 6, 2023Updated 3 years ago
- 该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记【Bert篇】☆13Apr 4, 2023Updated 3 years ago
- Extract PointCloud files from Velodyne PCAP☆31Oct 7, 2019Updated 6 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- ☆14Sep 19, 2022Updated 4 years ago
- Exemplo de alguns design patterns implementados com a linguagem Lua.☆12Dec 30, 2010Updated 15 years ago
- 汇总并分享一些适用于本科生(大一~大四)+硕士/直博一年级的同学想要开始学 习深度学习进行【比赛 (数学建模、数据挖掘竞赛、AI类竞赛等等) + 发论文+ 起步科研】的资料/资源总结☆39Nov 21, 2024Updated last year
- 2019泰迪杯B题,利用Adaboost模型对A股市场进行预测☆52Jul 6, 2019Updated 7 years ago
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆12Jun 7, 2021Updated 5 years ago
- This project is a student information management system, this project is implemented in Python language, but also to achieve the graphica…☆16Dec 10, 2021Updated 4 years ago
- CCF BDCI 2019 互联网新闻情感分析 复赛top1解决方案☆11Jan 9, 2020Updated 6 years ago