一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号数据集。
☆193Oct 21, 2018Updated 7 years ago
Alternatives and similar repositories for ML_demo
Users that are interested in ML_demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 朴素贝叶斯分类器在中文垃圾邮件分类上的实现☆20May 18, 2021Updated 5 years ago
- 机器学习部分算法实现,分类、聚类、回归(LR、Kmeans、GMM、PCA)☆11Mar 12, 2019Updated 7 years ago
- 朴素贝叶斯中文垃圾邮件分类器☆76Mar 14, 2016Updated 10 years ago
- 机器学习入门:手写数字识别,声呐分类,垃圾短信识别,鸢尾花分类☆43Oct 24, 2019Updated 6 years ago
- A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该算法的结果的优劣性。☆38May 30, 2020Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。☆125Feb 21, 2018Updated 8 years ago
- 本程序实现决策树的建立与可视化,以及决策树的预剪枝与后剪枝,数据集为西瓜书4.2、4.3节中的西瓜数据集☆38Sep 6, 2019Updated 6 years ago
- 利用ID3决策树预测患糖尿病的可能性☆17Nov 5, 2020Updated 5 years ago
- 机器学习:knn算法实现分类,计算准确率(鸢尾花数据集)☆15Oct 12, 2019Updated 6 years ago
- 数据挖掘作业,利用随机森林进行心脏病分类预测☆15Apr 29, 2020Updated 6 years ago
- 朴素贝叶斯实现的文本分类(新闻分类)☆67Dec 29, 2015Updated 10 years ago
- Python 基于BP神经网络实现鸢尾花的分类☆380Aug 1, 2020Updated 5 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆734Oct 22, 2019Updated 6 years ago
- 华中科技大学计算机组成原理课程设计☆36Dec 28, 2022Updated 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.
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集 ,交叉验证,欠拟合,过拟合;数据规范化等☆161Oct 14, 2016Updated 9 years ago
- 基于TensorFlow实现LSTM对未来股价预测☆11Jun 23, 2018Updated 8 years ago
- 经典机器学习算法手写实现,持续更新……☆13Mar 2, 2023Updated 3 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆216Mar 29, 2020Updated 6 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆87Apr 22, 2020Updated 6 years ago
- 基于知识图谱,医疗领域的问答机器人☆10May 5, 2020Updated 6 years ago
- ☆12Oct 10, 2021Updated 4 years ago
- 机器学习之回归问题:线性回归、逻辑回归等等☆18Jul 21, 2014Updated 12 years ago
- This is a read-only mirror of the CRAN R package repository. mixOmics — Omics Data Integration Project. Homepage: http://www.mixOmics.o…☆10Jun 1, 2018Updated 8 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.
- 东北大学 区块链实验室 主页☆17Mar 17, 2021Updated 5 years ago
- CTPN and CRNN based Chinese OCR, developed with PyQt5☆22Sep 18, 2021Updated 4 years ago
- PSO-SA - a hybrid Particle Swarm Optimization and Simulated Annealing algorithm for automatic AI algorithm selection and tuning (for skle…☆13Aug 30, 2019Updated 6 years ago
- 基于CNN的图像分类器,使用Kaggle的猫狗图片数据。☆17Jun 13, 2018Updated 8 years ago
- ☆19May 26, 2021Updated 5 years ago
- detect the defects with OpenCV API (equalizeHist, GaussianBlur, threshold, findContours) after trying Canny and HoughLines.☆14Feb 16, 2017Updated 9 years ago
- 深度学习入门 | 三岁在飞桨带你入门深度学习—Carpoel,利用PARL复现基于神经网络与DQN算法(真的是0基础)☆11Jun 10, 2022Updated 4 years ago
- A graph clustering method with ant colony optimization for feature selection☆12Sep 21, 2020Updated 5 years ago
- Select filter features with mutual-information-based methods☆11Dec 4, 2023Updated 2 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.
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆212Feb 22, 2019Updated 7 years ago
- Android resources | Android 最全开发资源☆43Mar 27, 2018Updated 8 years ago
- PyTorch code of “Out-of-Sample Representation Learning for Multi-Relational Graphs” (EMNLP 2020)☆10Oct 2, 2020Updated 5 years ago
- ACL 2022: CAKE: A Scalable Commonsense-Aware Framework For Multi-View Knowledge Graph Completion☆42Apr 25, 2022Updated 4 years ago
- ☆26May 16, 2022Updated 4 years ago
- 网上书城-SpringBoot☆10Mar 18, 2024Updated 2 years ago
- source code of 机器学习算法原理与编程实践☆15May 12, 2016Updated 10 years ago