yajiemiao / pdnn

PDNN: A Python Toolkit for Deep Learning. http://www.cs.cmu.edu/~ymiao/pdnntk.html
Apache License 2.0
224 stars 105 forks source link

Interpreting dnn.param file #42

Open manavgarg opened 8 years ago

manavgarg commented 8 years ago

I just wanted to confirm whether I am interpreting the dnn.param file correctly. So after computing the values for the output nodes (by using the weights of the hidden layer & applying the specified activation function), the order of output node labels is : 0,1,2,3...,n i.e, the output node sequence is the same as the one we specify during input time, right ?