本文介绍了基于神经网络的人脸检测系统的激活函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Rowley的方法使用神经网络实现人脸检测。



我的问题是我无法找到有关建议的NN中使用的激活功能的任何信息。有没有人试图实现Rowley的方法,应该使用什么激活函数?谢谢

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

推荐答案


这篇关于基于神经网络的人脸检测系统的激活函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 07:12