Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to implement Face Detection with Neural Network using Rowley's method. wwww.informedia.cs.cmu.edu/documents/rowley-ieee.pdfley-ieee.pdf

My problem is that i cant find anything about the activation function used in the proposed NN. Have anyone tried to implement Rowley's method, and what activation function should be used? thanks
Posted

1 solution

 
Share this answer
 
Comments
Yudhistira Dewanata 2-Jan-15 5:07am    
thanks for the answer, i've got another question, in the pdf you gave, it is said that the desired input signal is between -1 to 1, while in rowley's it is 0 to 1. so should i just normalize the input, for example a 000 pixel value of the input grayscaled image will be -1 and 255 pixel value will be 1?
Peter Leow 2-Jan-15 6:34am    
Go ahead.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900