Self-Organized Maps (SOM) neural networks (NN) for making a face recognition system.
The program will take 5 different pictures for the same user using different facial expressions in order to use them in the NN training .
The program will identify the face from the captured image & crop it using C++ program for this purpose (The C++ program compiled in MATLAB in the form of .dll file). Also , i used the .NET engine to give the program the ability to say the user name .
Finally , I made the program in user friendly format (GUI) to give the user the ability to control the whole system without having any kind of knowledge in NN structure.