【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision Tree 决策树 | Random Forest 随机森林 | DBDT | GDA 高斯判别分析 | PCA 主成分分析 | LDA 线性判别分析
☆215Mar 29, 2020Updated 6 years ago
Alternatives and similar repositories for Machine-Learning-Algorithm
Users that are interested in Machine-Learning-Algorithm are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 三大boosting算法的工程实现 XGBoost、LightGBM、Catboost原理实现及常见面试问题总结,以及其他理解深刻的机器学习、深度学习文章备份☆12Jul 7, 2021Updated 4 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆734Oct 22, 2019Updated 6 years ago
- 感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机...☆131Sep 8, 2014Updated 11 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆192May 14, 2020Updated 6 years ago
- 本程序实现决策树的建立与可视化,以及决策树的预剪枝与后剪枝,数据集为西瓜书4.2、4.3节中的西瓜数据集☆38Sep 6, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 🤖机器学习实战🤖:决策树、随机森林线性回归、逻辑回归、贝叶斯、kNN等☆24Jul 21, 2019Updated 6 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆33Dec 16, 2016Updated 9 years ago
- simple multi-class GBDT☆15Feb 24, 2014Updated 12 years ago
- 统计分析课程实验作业/包含《统计分析方法》中因子分析,主成分分析,Kmeans聚类等典型算法的手写实现☆79Feb 15, 2020Updated 6 years ago
- 使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析☆50Mar 21, 2019Updated 7 years ago
- 一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号…☆193Oct 21, 2018Updated 7 years ago
- 决策树分类(ID3,C4.5,CART)☆494Sep 13, 2023Updated 2 years ago
- 这是朴素贝叶斯的代码实现 包括三种模型 高斯模型 多项式模型 伯努利模型☆10Mar 7, 2018Updated 8 years ago
- 随机森林,Random Forest(RF)☆437Mar 8, 2020Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于百度和google翻译,可实现文档翻译 Based on Baidu translation and Google translation, document translation can be achieved☆11May 7, 2018Updated 8 years ago
- python实现的随机森林☆115Jul 9, 2022Updated 3 years ago
- 个性化推荐代码--初学者☆42Apr 11, 2020Updated 6 years ago
- WARNING: The Qboost demo is now maintained in a different GitHub account. To find this repo, please visit dwave-examples/qboost.☆16Jun 21, 2022Updated 3 years ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆212Feb 22, 2019Updated 7 years ago
- Trading Strategies based on the gap between Implied and Realized Volatility: A machine learning approach☆15Nov 10, 2019Updated 6 years ago
- Scripts for capturing tweets, creating data dictionary, processing & scoring tweet sentiments☆11Aug 24, 2015Updated 10 years ago
- 从0学习深度学习课程,跟随Andrew Ng的Coursera课程,课后根据记忆用python代码实现课程作业☆12Jan 14, 2020Updated 6 years ago
- 🕷️ [Graduation Project] Scrapy-Redis distributed crawler + Elasticsearch search engine + Django full-stack application; 论文搜索引擎(含Scrapy-R…☆42Feb 18, 2023Updated 3 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- nlp分析工具是一款基于NLP开源算法和模型库(jieba、spacy、paddlenlp)对文本数据进行向量化,然后通过机器学习算法(聚类、主成分分析、图网络GraphicalLasso)对文本数据词向量之间进行关联性分析的小工具。☆17Nov 20, 2023Updated 2 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆455Oct 16, 2020Updated 5 years ago
- 上证50成分股、马科维茨有效前沿、CML、资本市场线、最高夏普比率、最低风险☆28Nov 29, 2018Updated 7 years ago
- Implementing keyword extraction algorithm using tf-idf weighting, see☆16Feb 2, 2017Updated 9 years ago
- k-Bags Convolutional Neural Network☆11Jun 8, 2025Updated last year
- this repository contains the dataset and the source code for the EMNLP 2019 paper "A Neural Citation Count Prediction Model based on Peer…☆10Oct 8, 2021Updated 4 years ago
- Geology and Python conference☆10Jun 18, 2020Updated 5 years ago
- This project is a research on how to extract rules from the existing data using trained Decision Tree. The dataset used to train the mode…☆16Jun 12, 2019Updated 6 years ago
- 机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归☆10,324Jul 12, 2024Updated last year
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 民航管理系统——数据库课程设计,基于python sqlite和tk库实现了图形化展示☆34Dec 22, 2019Updated 6 years ago
- 大麦自动抢票GUI☆14Jan 30, 2020Updated 6 years ago
- 高效决策树算法系列笔记☆230May 23, 2019Updated 7 years ago
- Official code for "Traffic Speed Imputation with Spatio-Temporal Attentions and Cycle-Perceptual Training" (CIKM'22).☆13Mar 8, 2024Updated 2 years ago
- 第三届“融360”天机智能算法挑战赛中“拒绝推断”赛题--复赛第四名的代码分享☆11Feb 22, 2020Updated 6 years ago
- bert-flat 简化版 添加了很多注释☆15Nov 25, 2021Updated 4 years ago
- 爬取百度图片,搭建自己的图片索引库实现简单的以图搜图功能,还有可视化效果☆53Jun 26, 2019Updated 6 years ago