Parveshdhull / FaceRecognitionUsing-PCA-2D-PCA-And-2D-Square-PCA
Implementation of PCA/2D-PCA/2D(Square)-PCA in Python for recognizing Faces: 1. Single Person Image 2. Group Image 3. Recognize Face In Video
☆53Updated 4 years ago
Alternatives and similar repositories for FaceRecognitionUsing-PCA-2D-PCA-And-2D-Square-PCA:
Users that are interested in FaceRecognitionUsing-PCA-2D-PCA-And-2D-Square-PCA are comparing it to the libraries listed below
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆61Updated 6 years ago
- 使用LBP特征提取算法提取人脸特征,DBN网络来实现人脸识别,测试数据库ORL数据库,识别率可达90%以上☆95Updated 9 years ago
- Paddy Leaf Disease Detection Using SVM Classifier - Matlab Code☆26Updated 6 years ago
- Ant colony optimization (aco) algorithm is used to select the features of hyperspectral remote sensing image bands,And then use Support V…☆37Updated 6 years ago
- This application uses LIBSVM and PIL to perform image classification on a set of images.☆88Updated 9 years ago
- 模糊聚类算法_python版☆29Updated 2 years ago
- Implemented Principal Components Analysis algorithm in MATLAB for face recognition. Compared two faces by projecting the images into Eige…☆58Updated 8 years ago
- A feature extractor based on Python 3, Tensorflow, and Scikit-learn created to improve the SVM accuracy to classify the MNIST dataset fas…☆70Updated 2 years ago
- Feature reduction projections and classifier models are learned by training dataset and applied to classify testing dataset. A few approa…☆72Updated 3 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆31Updated 8 years ago
- 本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现☆48Updated 6 years ago
- 对比PCA、基于LDA改进的PCA、NMF、LNMF、FNMF以及基于稀疏矩阵的判别(SRC)的人脸识别☆14Updated 6 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- A convolutional autoencoder for feature extraction, with an SVM for image classification.☆11Updated 6 years ago
- Support Vector Regression☆55Updated 6 years ago
- 小作业 使用遗传算法和OTSU做图像分割☆35Updated 7 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated 4 months ago
- cdSRC(Class-Dependent Sparse Representation Classifier) 基于类别的稀疏表示分类器的简单实现,MATLAB代码版本。下面是原论文地址:☆23Updated 10 years ago
- Face Recognition codes using SIFT with SVM, HOG with SVM and CNN approaches☆14Updated 6 years ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆119Updated 5 years ago
- Siamese Network and Triplet Loss for face recognition in real time☆14Updated 5 years ago
- matlab代码实现遗传算法在Otsu图像分割领域应用☆28Updated 6 years ago
- Grey wolf Optimization☆15Updated 5 years ago
- Realtime face detection and recognition on video streams. Uses Inception-ResNet-v1 as Encoder, trained using Triplet Loss.☆27Updated 4 years ago
- A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该算法的结果的优劣性。☆37Updated 4 years ago
- 使用LBP方法提取特征,再使用svm进行分类☆40Updated 7 years ago
- Script to extract CNN deep features with different ConvNets, and then use them for an Image Classification task with a SVM classifier wit…☆31Updated 6 years ago
- This project is the implementation of the "Automatically Designing CNN Architectures Using Genetic Algorithm for Image Classification" pa…☆32Updated 8 months ago
- Face recognition using PCA(Principal Components Analysis) with ORL database☆12Updated 7 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