回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。
☆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:
- 小样本学习的一些方法☆13Jul 28, 2019Updated 6 years ago
- 基于机器学习的信用风险评估模型,主要使用了Sklearn库,通过逻辑回归,向量机等模型,根据借款人的个人身份信息评估是否应当发放贷款。☆20Jun 5, 2022Updated 4 years ago
- 常见机器学习算法回归、分类应用示例,调参;包括基础的线性回归算法、集成学习、支持向量机等;调参包括网格搜索、随机搜索、贝叶斯优化、优化算法如GA优化等。☆27May 7, 2023Updated 3 years ago
- OceanBase 大赛仓库,由偏远小渔村传统弱校队维护☆13Oct 18, 2022Updated 3 years ago
- 该资源为杨秀璋作者《Python网络数据爬取及分析从入门到精通(分析篇)》书籍所有源代码,包括可视化分析、聚类分析、回归分析、分类分析、词云和LDA分析等内容。所有代码已修改为Python3实现,希望对您有所帮助,一起加油。☆11Aug 12, 2021Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆37Jun 8, 2022Updated 4 years ago
- 基于jieba分词和lda模型的主题分析☆19Apr 20, 2019Updated 7 years ago
- 操作系统复现实验&&《OrangeS一个操作系统的实现 (于渊)》1-7章代码实现☆10May 26, 2023Updated 3 years ago
- 中国科学技术大学软件学院软件体系结构课程☆14Oct 10, 2020Updated 5 years ago
- .NET 事件总线,简化项目、类库、线程、服务等之间的通信,代码更少,质量更好。☆23Jun 23, 2026Updated last week
- Image Processing Implementation☆16Mar 9, 2020Updated 6 years ago
- 中国农业大学编译原理大作业,PL/0语言扩展(包括I/O、浮点、for循环、数组、复合运算、过程传参、注释、乱序声明、exit等),以及基于editplus的IDE配置☆18Jan 13, 2021Updated 5 years ago
- 文本聚类、tfidf、lda、doc2vec+kmeans等各种方法实现☆23Jan 17, 2020Updated 6 years ago
- 这是一个pinia Api风格的React状态管理库☆15May 25, 2024Updated 2 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 哈尔滨工业大学854计算机基础硕士研究生入学考试资料收集☆18Apr 12, 2021Updated 5 years ago
- 给854考研出份力☆14Mar 21, 2022Updated 4 years ago
- 数据分析面试☆31Jun 18, 2021Updated 5 years ago
- Jieba 0.39 的 Java 复刻版,支持原版 Jieba 的所有核心功能☆12Feb 14, 2019Updated 7 years ago
- python metric functions, such as MAP, NDCG, AUC...☆10Jul 25, 2014Updated 11 years ago
- 这里分享近期同学参加国内一线企业的面经(面试总结,心得体会,注意事项,如何备战)等一手资料。☆18Sep 22, 2017Updated 8 years ago
- 对部分城市空气质量指数相关数据分析,解决相关问题,以及用回归方程建模预测新城市空气质量☆17Nov 18, 2019Updated 6 years ago
- 基于用户行为的推荐算法大赛---第四名(临兵斗列)☆41Oct 27, 2016Updated 9 years ago
- [大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩☆47Dec 5, 2018Updated 7 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.
- 使用libsvm和遗传算法优化支持向量机的cost和gamma参数☆33Apr 15, 2012Updated 14 years ago
- 基于CNN的音频识别☆18Feb 13, 2019Updated 7 years ago
- 使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析☆50Mar 21, 2019Updated 7 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
- 中南大学C++的历年试卷和实验代码☆17Apr 17, 2023Updated 3 years ago
- 使用RBF、BP神经网络进行预测。RBF/BP neural network is used for prediction.☆39Jun 18, 2020Updated 6 years ago
- A brief overview of how to use fastText to train powerful text classifiers in a python notebook.☆15Jun 18, 2017Updated 9 years ago
- C++ implementation of a part-of-speech (POS) tagger using the lookahead tagging algorithm.☆12Jul 2, 2019Updated 7 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
- The implementation of Text Classification with Negative Supervision (ACL, 2020)☆10Oct 8, 2020Updated 5 years ago
- 操作系统课设——处理机和进程调度算法及内存分配回收机制☆17Mar 3, 2023Updated 3 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
- Yolov5 with transformers☆22Apr 13, 2021Updated 5 years ago
- Facebook faiss相关的python接口☆15Mar 2, 2020Updated 6 years ago
- (My internship selection task at LearnOpenCV | Big Vision LLC) OpenCV based dimensional measurement of a book cover using Homography and …☆13Mar 2, 2018Updated 8 years ago