Python实现经典分类回归、关联分析、聚类以及推荐算法等
☆213Feb 22, 2019Updated 7 years ago
Alternatives and similar repositories for Machine-Learning-Algorithms
Users that are interested in Machine-Learning-Algorithms are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Python与机器学习方向,《聚类与推荐算法》课程仓库☆43Jun 28, 2018Updated 7 years ago
- 中医药术语识别,使用CNN-BILSTM-CRF模型对9000条训练数据和1000条测试数据进行处理,最终测试数据正确率为90+%。为方便使用,使用Tkinter对模型进行封装使用☆11Feb 21, 2020Updated 6 years ago
- 实现了谱聚类的算法。☆11Jul 25, 2017Updated 8 years ago
- 聚类分析: K均值聚类算法、层次聚类算法☆26Jul 23, 2014Updated 11 years ago
- 基于用户行为的推荐算法大赛---第四名(临兵斗列)☆41Oct 27, 2016Updated 9 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- K-Means聚类分析算法Python实现,并以鸢尾花数据集为例进行聚类演示☆17Apr 5, 2018Updated 8 years ago
- ELM为极限学习机,主要用于回归预测和分类☆11Nov 16, 2020Updated 5 years ago
- K-Means聚类算法及其改进☆33Apr 25, 2018Updated 7 years ago
- 回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。☆18Mar 28, 2019Updated 7 years ago
- 实现虚拟内存的分页系统, 模拟进程调度过中的内存管理 。☆10Sep 28, 2017Updated 8 years ago
- Scrapy 新浪微博搜索爬虫☆17Aug 26, 2019Updated 6 years ago
- Time Series Prediction, Stateful LSTM; 时间序列预测,洗发水销量/股票走势预测,有状态循环神经网络☆56Aug 29, 2017Updated 8 years ago
- Probabilistic Matrix Factorization with Social Trust for Recommendation (Ma et al. SIGIR 2009)☆19Nov 14, 2016Updated 9 years ago
- 推荐系统,web端展示基于django☆12Nov 1, 2017Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- ☆13Mar 3, 2017Updated 9 years ago
- 2019年知乎看山杯第四名☆35Jan 13, 2020Updated 6 years ago
- The ssprompt default Prompt Hub☆13Sep 10, 2023Updated 2 years ago
- 房价预测完整项目:1.爬取链家网数据 2.处理后,用sklearn中几个逻辑回归机器学习模型和keras神经网络搭建模型预测房价 最终结果神经网络效果更好,R^2值0.75左右☆248Jan 2, 2019Updated 7 years ago
- 对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。☆74May 31, 2021Updated 4 years ago
- 城市群体驻留与交通流量时空模式研究☆12Mar 4, 2017Updated 9 years ago
- 用于发现热议事件的新闻文本聚类算法的python实现☆34Aug 14, 2016Updated 9 years ago
- Probabilistic Matrix Factorization in PyTorch☆22Feb 21, 2019Updated 7 years ago
- 使用scrapy框架爬取微博数据存储到mongodb中,利用numpy/tensorflow等python库对数据进行处理(基于transE算法),形成推荐系统。使用Springboot框架实现系统的可视化。有不同分支,master、transE、spring分别存储不同的…☆17Dec 21, 2016Updated 9 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆736Oct 22, 2019Updated 6 years ago
- 用Python实现SVM多分类器☆440Apr 29, 2024Updated last year
- Python 3.6 下的推荐算法解析,尽量使用简单的语言剖析原理,相似度度量、协同过滤、矩阵分解等☆107Jun 9, 2018Updated 7 years ago
- 1st Place Solution for【2016CCF大数据竞赛 客户画像赛题(用户画像)】☆346Sep 27, 2018Updated 7 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆215Mar 29, 2020Updated 6 years ago
- 推荐系统学习资料、源码、及读书笔记☆134Sep 5, 2018Updated 7 years ago
- ☆16Jun 9, 2020Updated 5 years ago
- 机器学习(Machine Learning, ML)python简洁实现,包括混合高斯模型,KMeans,决策树,随机森林,K近邻,线性判别分析,逻辑斯蒂回归(梯度下降法,牛顿法),多层感知机(分类+回归),Naive Bayes(离散+高斯),多分类SVM,线性回归,隐马…☆155Jun 19, 2021Updated 4 years ago
- 腾讯广告大赛2020☆23May 11, 2020Updated 5 years ago
- 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.
- 时间序列的初步探索python实现☆12Mar 24, 2019Updated 7 years ago
- A C++/CUDA toolkit for Transformer (NMT) Translator (Decoder)☆17Jan 7, 2019Updated 7 years ago
- 天池大数据竞赛 千里马大赛 风险识别与预测赛题 Top5☆14May 16, 2019Updated 6 years ago
- 用logistic回归,SVM,神经网络实现分类算法☆95Apr 16, 2016Updated 9 years ago
- 用gensim训练LDA模型,进行新闻文本主题分析☆79May 17, 2019Updated 6 years ago
- Scan Elasticsearch instances to check for GDPR compliance☆14May 22, 2025Updated 10 months ago
- 用机器学习建立贷款用户风控模型☆27May 9, 2018Updated 7 years ago