Abstract

.....Face Recognition problem is very challenging and interesting. The idea is we have face images in the database. If there is a new face picture which is the same person in one of our database, the program should recognize this new face to the matched face in the database. There are some algorithms that support this idea. For this project, I used the Neuron Network: BackPropagation algorithm to solve this problem. Due to its simplicity, BackPropagation is easy to understand and works very well in pattern matching problems.

Copyright 2003. All Rights Reserved.