wojiushimogui / kmeansLinks
kmeans算法的python实现
☆61Updated 10 years ago
Alternatives and similar repositories for kmeans
Users that are interested in kmeans are comparing it to the libraries listed below
Sorting:
- 高斯混合模型(GMM 聚类)的 EM 算法实现。☆200Updated 6 years ago
- K Means Clustering with Python☆223Updated 2 years ago
- 廖星宇《深度学习入门之PyTorch》代码实践☆142Updated 7 years ago
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆224Updated 6 years ago
- Tensorflow realizes deeplearning☆126Updated last year
- B站上炼数成金的公开课笔记☆363Updated 5 years ago
- 用python和sklearn两种方法实现李航《统计学习方法》中的算法☆339Updated 7 years ago
- 书籍:深度学习框架pytorch入门与实践☆158Updated 7 years ago
- some small codes about deep learning☆51Updated 7 years ago
- iris数据集的基本数据分析方法,包括KNN,LG,NB,SVM算法。☆46Updated 8 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆730Updated 5 years ago
- ☆65Updated 7 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated 8 months ago
- 2018全国研究生数学建模竞赛(C题:对恐怖袭击事件记录数据的量化分析)☆12Updated 6 years ago
- 八种最常用的GAN生成式对抗网络代码框架☆71Updated 6 years ago
- RNN示例集合☆42Updated 5 years ago
- pytorch 包教不包会☆399Updated 6 years ago
- Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行☆208Updated 6 years ago
- keras注意力机制☆18Updated 7 years ago
- 机器学习基本模型算法介绍(附加案例)☆224Updated 6 years ago
- This something about deep learning on Coursera by Andrew Ng☆246Updated 6 years ago
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等☆155Updated 8 years ago
- 深度学习入门的一些简单例子☆355Updated 6 years ago
- Implementations of the machine learning algorithm with Python and numpy☆86Updated 3 years ago
- 这个仓库主要是前段时间参加2018研究生数学建模大赛的经验与心得,只是第一位和第二问,第三问做的太烂,所以只放我们团队第一问的方案和源码,在此抛砖引玉,欢迎大家批评指正。☆20Updated 6 years ago
- 天池比赛,kaggle等等(Keras/PyTorch实战)☆181Updated 5 years ago
- ☆275Updated 3 years ago
- 深度学习之计算机视觉方向☆37Updated 5 years ago
- A easy HMM program written with Python, including the full codes of training, prediction and decoding.☆403Updated 6 years ago
- 利用深度RBM构建多分类模型☆19Updated 10 years ago