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
- demonstrate pso-svm in python☆15Updated 5 years ago
- 基于Python实现了K-Means、GMM、DBSCAN、AGNES等四种常见的聚类算法☆68Updated 6 years ago
- 使用HOG+SVM进行图像分类☆163Updated 6 years ago
- 基于PCA和SVM的人脸识别☆48Updated 6 years ago
- Implementation of PSO Algorithm to Optimize SVM☆11Updated 5 years ago
- 本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现☆48Updated 6 years ago
- 项目基于论文《Fuzzy c-Means Algorithms for Very Large Data》,使用Python语言实现FCM算法及其扩展算法,包括FCM、spFCM、oFCM、kFCM、reskFCM、spkFCM、okFCM。☆63Updated 5 years ago
- Experiments on creating an SVM that can perform multi-class classification☆40Updated 10 years ago
- The codes的K-means,FCM,谱聚类,DBSCAN,AP(AffinityPropagation),DPC聚类算法比较☆154Updated 7 years ago
- 聚类算法。实现Kmeans,DBSCAN以及谱聚类☆57Updated 6 years ago
- 粒子群算法优化支持向量机☆133Updated 2 years ago
- Python code of RBF neural network classification model☆45Updated 6 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆31Updated 8 years ago
- 对比PCA、基于LDA改进的PCA、NMF、LNMF、FNMF以及基于稀疏矩阵的判别(SRC)的人脸识别☆14Updated 6 years ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆43Updated 5 years ago
- Include BP / GA_SVM / GS_SVM / KNN / LDA / PCA / PSO_SVM☆28Updated 3 years ago
- 使用SVM进行人脸识别☆24Updated 5 years ago
- A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该 算法的结果的优劣性。☆37Updated 4 years ago
- PCA+SVM+KFold方法人脸识别(Face Detection using PCA+SVM)☆66Updated 6 years ago
- 用Python实现SVM多分类器☆389Updated 11 months ago
- It is a project of SVM optimization algorithm which use the Grey Wolf Optimizer☆78Updated 5 years ago
- 使用PCA、NMF和HOG特征,分别配以KNN(k=1,3,5)和SVM两类分类器,实现对交通标志的分类(包括对其余类的拒识)☆25Updated 6 years ago
- 利用Python实现三层BP神经网络☆81Updated 6 years ago
- 使用LBP特征提取算法提取人脸特征,DBN网络来实现人脸识别,测试数据库ORL数据库,识别率可达90%以上☆94Updated 9 years ago
- Implementing Genetic Algorithm on K-Means and compare with K-Means++☆64Updated last year
- fuzzy c-means clustering in Matlab☆11Updated 9 years ago
- cdSRC(Class-Dependent Sparse Representation Classifier) 基于类别的稀疏表示分类器的简单实现,MATLAB代码版本。下面是原论文地址:☆23Updated 10 years ago
- 人工智能大作业-无人机图像目标检测☆67Updated 4 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Updated 6 years ago