搜索资源列表
Sift_Model
- 使用python实现SIFT算法,完成在图片集中的检索工作-Using python to achieve SIFT algorithm, complete the picture focused retrieval
mnist.pkl代码原文
- BP算法的实现,其中的手势识别,用python语言,在tensorflow下!(Implementation of BP algorithm)
手写体字符识别
- 简单的手写体字符识别,利用了k近邻和支持向量机算法(Simple handwritten character recognition, using the k nearest neighbor and support vector machine algorithm)
face-Adaboost
- 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
KNN人脸识别
- 使用KNN算法实现的人脸识别程序,KNN是机器学习里的K最近邻算法。(face recognition of KNN using python)