Qualeams / Android-Face-Recognition-with-Deep-Learning-Library

Face Recognition library for Android devices is an Android library (module) which includes several face recognition methods.
Apache License 2.0
371 stars 135 forks source link

Tensorflow with DNN #20

Closed ashokbugude closed 6 years ago

ashokbugude commented 6 years ago

I have used 'Tensorflow with SVM or KNN' algorithm for Face Recognition. It works fine

Can I please know if similar type algorithm exists for 'Tensorflow with SVM or KNN' ie replace the tasks of SVM with DNN as I got to know that DNN performs better than SVM. So wanted to check it. Please help me with it