amoudgl / kNN-classifier
kNN classifier built in MATLAB.
☆17Updated 9 years ago
Alternatives and similar repositories for kNN-classifier:
Users that are interested in kNN-classifier are comparing it to the libraries listed below
- This is the matlab implementaion for K nearest neighbors alogirthm.☆7Updated 9 years ago
- Implementation of PSO Algorithm to Optimize SVM☆11Updated 5 years ago
- demonstrate pso-svm in python☆14Updated 5 years ago
- 利用Python实现三层BP神经网络☆80Updated 6 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- 基于PCA和SVM的人脸识别☆47Updated 5 years ago
- Include BP / GA_SVM / GS_SVM / KNN / LDA / PCA / PSO_SVM☆28Updated 2 years ago
- 代码主要包括:1。特征提取 首先对文本信息进行分词处理,采用基于字符串匹配的方法: 假如一段叫:李二狗就是一个傻逼 基于匹配的方法就是依次截取一到多个词,并与字典库进行匹配。如二狗,如果匹配到字典中有这个词,则将其分为一个词;当取到“狗就”,发现字典中没有与之匹配的,则说明…☆20Updated 5 years ago
- BP神经网络预测实例(matlab)☆46Updated 2 years ago
- 使用HOG+SVM进行图像分类☆163Updated 6 years ago
- python 用GA算法优化BP神经网络☆150Updated 3 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆72Updated 4 years ago
- 1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类☆38Updated 4 years ago
- 粒子群算法优化支持向量机☆133Updated 2 years ago
- 基于Python实现了K-Means、GMM、DBSCAN、AGNES等四种常见的聚类算法☆68Updated 5 years ago
- GA_python for multi-parameters optimization☆27Updated 6 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆30Updated 8 years ago
- 使用CNN进行图像分类,并且附录了SIFT+BOG+SVM多分类器的机器学习分类模型☆39Updated 5 years ago
- 利用各种算法优化BP☆33Updated 5 years ago
- matlab代码实现遗传算法在Otsu图像分割领域应用☆28Updated 5 years ago
- 使用粒子群算法优化的RBF神经网络进行预测。RBF neural network optimized by particle swarm optimization is used for prediction.☆98Updated 4 years ago
- It is a project of SVM optimization algorithm which use the Grey Wolf Optimizer☆78Updated 5 years ago
- 基于粒子群算法优化的BPNN和ElM对海浪高度的预测☆40Updated 2 years ago
- 视听觉信号处理,颜色空间转换,实现对图像的亮度、对比度、饱和度、色度的调整。 统计图像的直方图。 实现图像的空域滤波:中值滤波和均值滤波。并选用合适的滤波方法增强如下图像。实现图像的边缘检测:Roberts算子和Sobel算子。实现中值滤波的快速算法。☆21Updated 5 years ago
- Implementation of Fuzzy Wavelet Neural Network in Matlab and Evaluation of Target Threat /模糊小波神经网络的Matlab实现以及目标威胁评估☆35Updated 6 months ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 5 years ago
- 包含灰色预测模型:灰色单变量预测模型GM(1,1)模型,灰色多变量预测模型GM(1,N)模型,GM(1,N)幂模型,灰色多变量周期幂模型GM(1,N|sin)幂模型,以及灰色关联模型☆74Updated 2 years ago
- 基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。☆126Updated 5 years ago
- Use genetic algorithm to optimize the backpropagation neural network.☆14Updated 4 years ago
- 通用的BP神经网络回归代码☆22Updated 4 years ago