ishay2b / VanillaCNN

Implementation of the Vanilla CNN described in the paper: Yue Wu and Tal Hassner, "Facial Landmark Detection with Tweaked Convolutional Neural Networks", arXiv preprint arXiv:1511.04031, 12 Nov. 2015. See project page for more information about this project. http://www.openu.ac.il/home/hassner/projects/tcnn_landmarks/ Written by Ishay Tubi : ishay2b [at] gmail [dot] com https://www.l
188 stars 80 forks source link

Activation function #22

Open marcobarnobi opened 4 years ago

marcobarnobi commented 4 years ago

Did you use tanh as activation function or its absolute value? In the paper they say ' Absolute hyperbolic tangent is used as an activation function.' quote: section 2.1.

Kindly let me know.