逻辑回归、时间序列、KNN、朴素贝叶斯、决策树、关联规则、线性回归、神经网络、SVM、模型评估以及提高模型性能
☆15Jan 1, 2019Updated 7 years ago
Alternatives and similar repositories for Machine-Learning-With-R-
Users that are interested in Machine-Learning-With-R- are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- featselector是一个基于统计分析和模型选择的特征选择器.☆14Mar 4, 2019Updated 7 years ago
- 参加魔镜杯风控算法大赛编写的程序。比赛要求根据国内网络借贷行业的贷款风险数据,包括信用违约标签、借款人特征、借款人网络行为原始数据,评判用户预期违约率,建立用户信用评分模型,模型性能用AUC值评判。算法由GBDT模型、logistic模型构成。☆20Jun 16, 2019Updated 6 years ago
- 运用 pyltp 实现分词、词性标注、依存语法分析、命名实体识别、语义角色标注、事实三元组抽取等功能。☆14May 27, 2020Updated 6 years ago
- 机器学习算法超参数的优化方法——基于hyperopt和bayes_opt☆14Sep 14, 2018Updated 7 years ago
- 2019年CCF智能信用评分大赛个人源码库。包含XGboost模型调参,特征筛选,训练等方案。同时包含stacking模型融合方案☆28Apr 20, 2020Updated 6 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.
- 使用支持向量机,感知机,随机森林,决策树,k近邻,logistic,LSTM,bagging,boosting,集成等多种常见算法实现多分类任务(三分类)。Support vector machine, perceptron, random forest, decision…☆19May 8, 2020Updated 6 years ago
- ☆22May 5, 2024Updated 2 years ago
- Python与机器学习方向,《决策树与集成算法》课程仓库☆25Jun 13, 2018Updated 7 years ago
- 数据清洗系统;hadoop;实体识别;冲突消解;不一致修复;缺失值填充☆18Apr 28, 2016Updated 10 years ago
- ☆45Nov 6, 2022Updated 3 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆37Nov 5, 2017Updated 8 years ago
- 在sklearn下,几种常用的特征选择方法☆41Jan 21, 2016Updated 10 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆53Oct 23, 2017Updated 8 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- TracTrac: Massive Parallalized Particle Tracking Velocimetry Software☆56Apr 3, 2026Updated 2 months ago
- 乳腺癌检测分类数据☆59Sep 18, 2023Updated 2 years ago
- 常用的特征选择方法☆67Jul 4, 2022Updated 3 years ago
- 集成学习Stacking方法详解☆83Sep 20, 2019Updated 6 years ago
- 🚀一个结合了LSTM股票价格预测与强化学习交易策略的智能股票交易系统。通过深度学习对股市数据进行精准预测,并利用强化学习自动优化交易决策,实现了从数据获取、趋势预测到自动交易的全流程智能化。系统不仅提供了强大的数据处理和预测功能,还内置交互式可视化界面,帮助用户实时查看预…☆194Apr 13, 2025Updated last year
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆91Jun 28, 2020Updated 5 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆120Sep 29, 2020Updated 5 years ago
- 西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等☆201Jul 6, 2025Updated 11 months ago
- 这个仓库主要包含了LSTM、卷积神经网络中,注意力机制的实现。☆139Jan 29, 2021Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Apriori and fp-growth implement of python☆266Jan 2, 2020Updated 6 years ago
- 深度学习代码☆130Oct 20, 2019Updated 6 years ago
- 里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。☆153Jan 28, 2021Updated 5 years ago
- Attention-based CNN-LSTM and XGBoost hybrid model for stock prediction☆436Apr 9, 2022Updated 4 years ago
- 非线性优化主要算法的Matlab程序,有精确线搜索的0.618法和抛物线法, 非精确线搜索的Armijo准则, 最速下降法, 牛顿法, 共轭梯度法, BFGS 算法, DFP 算法, Broyden 族方法, 信赖域方法, 求解非线性最小二乘问题的L-M算法, 解约束优化问…☆210Apr 14, 2021Updated 5 years ago
- 金融时间序列(预测分析 / 相似度 / 数据处理)☆277Jul 10, 2024Updated last year
- CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://gith…☆353Oct 9, 2022Updated 3 years ago
- 基于RAG的私有知识库问答系统☆459Nov 28, 2024Updated last year
- Linux网络编程☆753Dec 28, 2015Updated 10 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 数学建模算法学习☆524Jul 17, 2019Updated 6 years ago
- 这是各个主干网络分类模型的源码,可以用于训练自己的分类模型。☆449Nov 6, 2022Updated 3 years ago
- An off-the-shelf tool for Chinese Keyphrase Extraction 一个快速从中文里抽取关键短语的工具,仅占35M内存 www.jionlp.com☆554Nov 21, 2023Updated 2 years ago
- ☆1,059Aug 7, 2025Updated 10 months ago
- ChatGLM2-6B 全参数微调,支持多轮对话的高效微调。☆400Aug 17, 2023Updated 2 years ago
- chatglm多gpu用deepspeed和☆409Jul 8, 2024Updated last year
- 深度学习相关的模型训练、评估和预测相关代码☆1,047Jul 26, 2021Updated 4 years ago