activation values for all nodes in a PyBrain network

后端 未结 1 485
南笙
南笙 2020-12-18 03:07

I feel like this should be trivial, but I\'ve struggled to find anything useful in the PyBrain documentation, on here, or elsewhere.

The problem is this :

I

相关标签:
1条回答
  • 2020-12-18 03:49

    It looks like this should work:

    net['in'].outputbuffer[net['in'].offset]
    net['hidden0'].outputbuffer[net['hidden0'].offset]
    

    Purely based on looking at the source code.

    0 讨论(0)
提交回复
热议问题