Wanncye / MachineLearningLinks
为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。
☆14Updated 3 years ago
Alternatives and similar repositories for MachineLearning
Users that are interested in MachineLearning are comparing it to the libraries listed below
Sorting:
- 模糊C均值聚类算法(Fuzzy C-Means , FCM)matlab实现☆11Updated 3 years ago
- 项目基于论文《Fuzzy c-Means Algorithms for Very Large Data》,使用Python语言实现FCM算法及其扩展算法,包括FCM、spFCM、oFCM、kFCM、reskFCM、spkFCM、okFCM。☆64Updated 6 years ago
- 模糊聚类算法_python版☆29Updated 2 years ago
- code of DPC-CE (Density Peak Clustering with Connectivity Estimation,Knowledge-Based Systems, 2022)☆22Updated 3 years ago
- Density Peaks Clustering Based on Density Backbone and Fuzzy Neighborhood☆31Updated 5 years ago
- Clustering algorithms by fast search and find of density peaks☆18Updated 6 years ago
- k-means,DB-SCAN,基于密度峰值的聚类算法的matlab简单实践。☆10Updated 6 years ago
- 模糊聚类算法及其改进算法☆13Updated 3 years ago
- 1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类☆38Updated 4 years ago
- improve algorithm base on Kmeans and Artifical Bee Colony☆45Updated 7 years ago
- Simple, fast and ease of implementation. The filter feature selection methods include Relief-F, PCC, TV, and NCA.☆23Updated 4 years ago
- Include BP / GA_SVM / GS_SVM / KNN / LDA / PCA / PSO_SVM☆29Updated 3 years ago
- python 用GA算法优化BP神经网络☆158Updated 4 years ago
- Multi-label feature selection via robust flexible sparse regularization☆19Updated this week
- 代码主要包括:1。特征提取 首先对文本信息进行分词处理,采用基于字符串匹配的方法: 假如一段叫:李二狗就是一个傻逼 基于匹配的方法就是依次截取一到多个词,并与字典库进行匹配。如二狗,如果匹配到字典中有这个词,则将其分为一个词;当取到“狗就”,发现字典中没有与之匹配的,则说明…☆20Updated 5 years ago
- 群体智能优化算法☆102Updated 3 years ago
- Particle Swarm Optimisation for Feature Selection☆17Updated 6 years ago
- Y. Wang, D. Wang(#), Y. Zhou, X. Zhang, C. Quek, VDPC: Variational Density Peak Clustering Algorithm[J]. Information Sciences, 621, 2022:…☆13Updated 2 years ago
- Hybrid Particle Swarm and Grey Wolf Optimizer☆21Updated 3 years ago
- The paper and implementation code of Locally Weighted Ensemble Clustering , IEEE TRANSACTIONS ON CYBERNETICS, VOL. 48, NO. 5, MAY 2018☆16Updated 5 years ago
- An evolutionary many-objective approach to multiview clustering using feature and relational data☆12Updated 3 years ago
- Fast hierarchical clustering of local density peaks via an association degree transfer method☆11Updated 2 years ago
- 基于SVM的简单机器学习分类,可以使用svm, knn, 朴素贝叶斯,决策树四种机器学习方法进行分类☆115Updated 2 years ago
- 粒子群算法优化支持向量机☆137Updated 2 years ago
- 使用遗传算法优化支持向量机/Optimization of support vector machine using genetic algorithm☆37Updated 3 years ago
- 《基于遗传算法的特征选择方法在短时强降水预报中的应用》论文代码☆3Updated 4 years ago
- This MATLAB code implements the binary Grass hopper optimization algorithm to select the features and train with KNN☆13Updated 6 years ago
- 智能优化算法的python手动实现,注释详细☆20Updated 3 years ago
- A model to select an optimal subset of features from the target data using swarm intelligence metaheuristic-based approach-Grey Wolf Opti…☆17Updated 5 years ago
- 逻辑回归做二分类进行癌症预测(基于细胞的属性特征)☆23Updated 6 years ago