Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.14 KB

Introduction

This is a TensorFlow implementation for facial recognition task in machine learning.
We use two small datasets in the same network:

  1. AT&T dataset.
  2. Yale dataset.

Training

  • Run "Face Recognition TensorFlow.py" from your terminal and it will work 😃
  • AT&T is our initial dataset and if you want to use Yale please replace "DATASET" value (line 10) from ATT to YALE.

AT&T Training

att_acc1

att_acc2

YALE Training

yale_acc1

yale_acc2

Testing

AT&T Testing

att_out

YALE Testing

yale_out