回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。
☆18Mar 28, 2019Updated 7 years ago
Alternatives and similar repositories for Regression
Users that are interested in Regression 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库,通过逻辑回归,向量机等模型,根据借款人的个人身份信息评估是否应当发放贷款。☆20Jun 5, 2022Updated 4 years ago
- 常见机器学习算法回归、分类应用示例,调参;包括基础的线性回归算法、集成学习、支持向量机等;调参包括网格搜索、随机搜索、贝叶斯优化、优化算法如GA优化等。☆27May 7, 2023Updated 3 years ago
- I don't order you to fight, I order you to die.☆12May 2, 2022Updated 4 years ago
- 该资源为杨秀璋作者《Python网络数据爬取及分析从入门到精通(分析篇)》书籍所有源代码,包括可视化分析、聚类分析、回归分析、分类分析、词云和LDA分析等内容。所有代码已修改为Python3实现,希望对您有所帮 助,一起加油。☆11Aug 12, 2021Updated 4 years ago
- A toy os. 《自己动手写操作系统》 《Orange'S 一个操作系统的实现》☆10Mar 10, 2023Updated 3 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.
- 基于BiLSTM-CRF网络的中文电子病历命名实体识别☆35Feb 18, 2019Updated 7 years ago
- 以京东评论作为数据集,使用常见的机器学习算法如KNN、SVM、逻辑回归、贝叶斯、xgboost等等算法进行分类。使用深度学习中的CNN、RNN、CNN和RNN连接、Bi-GRU、bert模型进行分类。使用fastnlp的框架搭建文本分类。☆31Jul 2, 2020Updated 5 years ago
- NJU CS核心课程,算法导论,相关实验☆17Aug 5, 2019Updated 6 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆36Jun 8, 2022Updated 4 years ago
- 操作系统复现实验&&《OrangeS一个操作系统的实现 (于渊)》1-7章代码实现☆11May 26, 2023Updated 3 years ago
- 中国科学技术大学软件学院软件体系结构课程☆14Oct 10, 2020Updated 5 years ago
- 本笔记基于哈工大李治军老师的课程,以及王道考研资 料,B站CodeSheep的知识梳理,各大论坛的博客等,从各个渠道中获取精华,成为这些笔记。☆13Nov 26, 2020Updated 5 years ago
- C++实现的几种进程调度算法(先来先服务、短进程优先、时间片轮转、静态优先级调度、高响应比优先(多用于作业调度))☆13Dec 11, 2018Updated 7 years ago
- 实现虚拟内存的分页系统, 模拟进程调度过中的内存管理 。☆10Sep 28, 2017Updated 8 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.
- 这是一个pinia Api风格的React状态管理库☆15May 25, 2024Updated 2 years ago
- 给854考研出份力☆14Mar 21, 2022Updated 4 years ago
- Easy-to-use and Fast NLP library with awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications.☆12Mar 13, 2024Updated 2 years ago
- 数据分析面试☆31Jun 18, 2021Updated 4 years ago
- 保研简历LaTex模板☆15Apr 27, 2023Updated 3 years ago
- 大学操作系统实验:模拟进程调度,包括挂起等操作,QT实现,加实验报告,外加qt实现的算法实验报告☆14Oct 15, 2017Updated 8 years ago
- python metric functions, such as MAP, NDCG, AUC...☆10Jul 25, 2014Updated 11 years ago
- 对部分城市空气质量指数相关数据分析,解决相关问题,以及用回归方程建模预测新城市空气质量☆17Nov 18, 2019Updated 6 years ago
- 学习算法,LeetCode刷题,建议经典书籍《算法导论》《算法4》,使用C++和Python语言实现算法,提高算法效率。Algorithm + DataStructure = Programming。☆18May 6, 2023Updated 3 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.
- 基于 树莓派 的项目,天气实况、天气预报,实时温度、湿度、空气污染指数,自带中文语音播报,根据思科 EA 系列路由器,实现自动门禁功能。☆11Dec 24, 2015Updated 10 years ago
- 使用libsvm和遗传算法优化支持向量机的cost和gamma参数☆33Apr 15, 2012Updated 14 years ago
- Capsule, LSTM/GRU, CNN for text class implemented by Pytorch 胶囊网络, 循环神经网络和卷积神经网络在中文文本分类中的应用☆46Jan 21, 2019Updated 7 years ago
- 2017“达观杯”个性化推荐算法挑战赛-rank6☆43Jul 22, 2019Updated 6 years ago
- A CNN audio classifier via spectrogram images.☆10Jul 21, 2017Updated 8 years ago
- 中南大学C++的历年试卷和实验代码☆18Apr 17, 2023Updated 3 years ago
- 使用RBF、BP神经网络进行预测。RBF/BP neural network is used for prediction.☆38Jun 18, 2020Updated 5 years ago
- A brief overview of how to use fastText to train powerful text classifiers in a python notebook.☆15Jun 18, 2017Updated 8 years ago
- C++ implementation of a part-of-speech (POS) tagger using the lookahead tagging algorithm.☆12Jul 2, 2019Updated 6 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.
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 推荐武大的课程情况☆21Nov 30, 2021Updated 4 years ago
- The implementation of Text Classification with Negative Supervision (ACL, 2020)☆10Oct 8, 2020Updated 5 years ago
- 操作系统课设——处理机和进程调度算法及内存分配回收机制☆17Mar 3, 2023Updated 3 years ago
- HPC-Lab for High Performance Computing course, 2023 Spring , Tsinghua Universit. 高性能计算导论 @ THU.☆25Jun 13, 2023Updated 2 years ago
- The Soft Cosine Measure system developed for the ARQMath-3 shared task evaluation of math information retrieval systems☆13Sep 8, 2022Updated 3 years ago
- Facebook faiss相关的python接口☆15Mar 2, 2020Updated 6 years ago