记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等
☆161Oct 14, 2016Updated 9 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:
- 机器学习部分算法实现,分类、聚类、回归(LR、Kmeans、GMM、PCA)☆10Mar 12, 2019Updated 7 years ago
- 使用BP神经网络实现数字图片识别☆16Feb 4, 2022Updated 4 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆88Apr 22, 2020Updated 6 years ago
- 人工智能结课作业(A星八数码/广度优先/深度优先/粒子群寻优算法/遗传算法/蚁群算法/BP神经网络/卷积神经网络)☆477Oct 2, 2022Updated 3 years ago
- 整理机器学习,深度学习,自然语言处理,推荐系统相关的各种学习笔记☆13Aug 30, 2018Updated 8 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.
- 一文彻底搞懂BP算法:原理推导+数据演示+项目实战☆204Jul 2, 2019Updated 7 years ago
- bp 神经网络算法☆129Apr 26, 2023Updated 3 years ago
- Python与机器学习方向,《聚类与推荐算法》课程仓库☆44Jun 28, 2018Updated 8 years ago
- 一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号…☆193Oct 21, 2018Updated 7 years ago
- 这是利用Tensorflow实现的简单BP神经网络模型☆39Oct 9, 2018Updated 7 years ago
- 职业推荐系统---指标分析☆13Mar 5, 2019Updated 7 years ago
- Point Cloud Object Classification using Machine Learning☆17Sep 1, 2018Updated 8 years ago
- 推荐系统算法实践☆14Aug 1, 2020Updated 6 years ago
- 人大数据挖掘中心主页☆18Apr 12, 2023Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- This is a keras implementation of MobileNetV3 architecture as described in the paper "Searching for MobileNetV3".☆21Jul 28, 2019Updated 7 years ago
- 浙江大学课程攻略共享计划☆12Jul 23, 2021Updated 5 years ago
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆230Aug 15, 2026Updated 3 weeks ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Mar 7, 2019Updated 7 years ago
- Particle Swarm Optimization Least-squares support-vector machine without any machine learning libraries☆10Aug 31, 2020Updated 6 years ago
- 该仓库整理收录了北大陈斌教授的《Python语言基础与应用》课程的相关习题答案☆12Jan 26, 2021Updated 5 years ago
- 蛋白质网络、基因测序相关数据分析☆11Jan 27, 2018Updated 8 years ago
- A distributed cache system based on memory and disk storage.☆11Sep 19, 2021Updated 4 years ago
- An LSTM model optimized with Harris Hawks Optimization (HHO) for customizable time series forecasting using your own dataset☆13Apr 8, 2025Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Self Attention layer for Person ReID. Baseline. PyTorch.☆11Jun 23, 2019Updated 7 years ago
- 音乐推荐系统,基于Apriori算法实现对音乐类型推荐☆22Jul 11, 2019Updated 7 years ago
- python实现线性回归的最小二乘法和梯度下降法☆11Jun 6, 2018Updated 8 years ago
- 电影推荐系统(尚硅谷推荐系统教程 项目源码)☆18Jan 2, 2021Updated 5 years ago
- NLP方面的一些小的demo,包括文本生成,文本分类,文本聚类等等,使用tensorflow实现,长期更新,欢迎指正,交流☆13May 7, 2018Updated 8 years ago
- 二分类SVM与多分类SVM的实现☆14Jul 16, 2017Updated 9 years ago
- [AAAI 2024] MESED: A Multi-modal Entity Set Expansion Dataset with Fine-grained Semantic Classes and Hard Negative Entities☆15Apr 26, 2024Updated 2 years ago
- 李沐《动手学深度学习》的Pytorch代码复现☆27Oct 4, 2020Updated 5 years ago
- ☆35Jan 9, 2019Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- This repository contains tutorial code and supplementary note for point cloud processing.☆12Jun 21, 2026Updated 2 months ago
- ☆10Oct 26, 2020Updated 5 years ago
- ☆12Aug 25, 2015Updated 11 years ago
- The central repository for the extensions listed in the NetLogo Extension Manager☆20Aug 13, 2026Updated 3 weeks ago
- 基于TensorFlow的深度学习、深度增强学习代码:NN(传统神经网络)、CNN(卷积神经网络)、RNN(递归神经网络)、LSTM(长短期记忆网络)、GAN(生成对抗网络)、DRL(深度增强学习)☆58Feb 10, 2018Updated 8 years ago
- 用itemCF和userCF算法实现的音乐推荐系统☆14Apr 26, 2018Updated 8 years ago
- 使用Spark GraphX基于PageRank算法构建一个仿微博用户好友的分布式推荐系统。☆24Aug 26, 2018Updated 8 years ago