I've dug thru the code; its complicated. But for future reference, my current inference about this "dictionary" is:
{'output': [499, 740, 249, 370]}

1st number: number of outputs in network that are "correct" (w/in threshold)
2nd number: total number of outputs (amount of data * number of outputs)
3rd number: total number of output vectors that are "correct" (after thresholding)
4th number: total number of output vectors (amount of data)

It probably should be better documented, but I'm not sure where.

--b


_______________________________________________
Pyro-users mailing list
[email protected]
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to