Hi:
Ran HPNeural using 2 hidden layers with 100 hidden nurons and 50 hidden nurons. The final function form, if I use code file=, is of the form
P_target_good_final1 = 1.0 / (1.0 + EXP(-_T1_0));
which is logistic. Is his true of Proc Neural as well?
Thanks
Yes, that is what's used in PROC NEURAL as well when you have a binary target.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.