Skip to content Skip to sidebar Skip to footer

Cntk Linear Activation Function In Layers?

In CNTK, it has relu, hardmax, softmax, sigmoid and all that good stuff, but I'm building a regression based algorithm and the final layer needs to predict 2 or more regression out

Solution 1:

Yes. That is correct. You can look into layers library code here


Post a Comment for "Cntk Linear Activation Function In Layers?"