Frank-qlu / ORL_faces
ORL人脸识别不同算法的实现,用到了scikit-learn,tensorflow等,任选5张训练,5张测试。因为每次训练随机挑选,所以每次输出识别率有偏差 算法 识别率 bp神经网络 0.8 pca+bp神经网络 0.85 小波变换+pca+bp神经网络 0.95 CNN 0.98 小波变换+pca+SVM 0.98####同时希望大家提出宝贵意见,欢迎学习交流,如果你喜欢该项目,请star或者fork一下,你的主动将是我前行的动力####
☆71Updated 2 years ago
Alternatives and similar repositories for ORL_faces:
Users that are interested in ORL_faces are comparing it to the libraries listed below
- 利用BP神经网络实现手写数字识别☆49Updated 6 years ago
- PCA+SVM+KFold方法人脸识别(Face Detection using PCA+SVM)☆65Updated 6 years ago
- 基于TensorFlow的深度学习、深度增强学习代码:NN(传统神经网络)、CNN(卷积神经网络)、RNN(递归神经网络)、LSTM(长短期记忆网络)、GAN(生成对抗网络)、DRL(深度增强学习)☆50Updated 7 years ago
- 毕业设计项目----基于图神经网络与多任务学习的图像分类器☆42Updated 4 years ago
- 使用BP神经网络实现数字图片识别☆15Updated 3 years ago
- 基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。☆126Updated 5 years ago
- MATLAB自编程实现BP神经网络手写数字识别。☆27Updated 4 years ago
- 使用HOG+SVM进行图像分类☆163Updated 6 years ago
- 基于svm的手写数字图像识别☆49Updated 6 years ago
- 基于python的PCA人脸识别算法☆63Updated 6 years ago
- 基于Python的PCA人脸识别算法的原理及实现代码详解☆73Updated 5 years ago
- 使用深度学习网络(目标检测/特征提取/特征匹配)建立的图像精准检索系统☆32Updated 4 years ago
- 基于tensorflow的的cnn卷积神经网络的图像识别分类☆121Updated 6 years ago
- 机器学习课程大作业 - 基于深度神经网络的图像分类任务☆29Updated 7 years ago
- 研一图像处理期末大作业:基于openCV的人脸识别☆35Updated 7 years ago
- 本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现☆47Updated 6 years ago
- 我写了详细代码注释,卷积神经网络经典项目猫狗识别kaggle☆47Updated 5 years ago
- 杭电计算机学院-《人工智能导论》课程大作业——基于遗传算法的图像阈值分割☆23Updated 5 years ago
- 聚类算法k-means的简单实现☆37Updated 6 years ago
- python实现的图像检索系统,包括特征提取、建立图像库、建立索引、特征比对和结果评估。☆12Updated 6 years ago
- 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等 https://dataxujing.github.io/CNN-paper2/☆174Updated 4 years ago
- 数字图像处理大作业,图像细粒度分类,CUB-200-2011,Peking University☆68Updated 6 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆78Updated 6 years ago
- 深度学习 + OpenCV,Python实现实时视频目标检测☆97Updated 6 years ago
- 分别用K均值K_means和模糊C均值FCM算法对Iris鸢尾花数据集聚类以及图像聚类分割☆23Updated 2 years ago
- 基于python编写的Keras深度学习框架开发,利用卷积神经网络CNN,快速识别图片并进行分类☆36Updated 6 years ago
- 基于卷积神经网络的猫狗识别 web 应用☆151Updated 2 years ago
- 利用Python实现三层BP神经网络☆80Updated 6 years ago
- Python实现神经网络算法识别手写数字集☆61Updated 4 years ago
- 基于内容的图像检索系统(Content Based Image Retrieval,简称 CBIR)☆63Updated 6 years ago