Are there any benchmarks that can be used to check if implementation of ANN is correct? I want to have some input and output data, and some information like:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am looking for hexagonal self-organizing map on Python. ready module. If one exists. way to plot hexagonal cell
Seeing that as as far as we know, one half of your brain is logical and the other half of your brain is emotional, and that the wants of the emotional side are fed to the logical side in order to fulf
Does anybody know of an (open source) implementation of L开发者_如何学Goiquid State Machines? Here is something for the similar echo state networks: http://mloss.org/software/view/138/There is an atte
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have seen a few times people using -1 as opposed to 0 when working with neural networks for the input data. How is this better and does it effect any of the mathematics to implement it?
I was wondering if you creative minds out there could think of some situations or applications in the web environment where 开发者_StackOverflowNeural Networks would be suitable or an interesting spin
The need for having part of the training set used as verification data is straightforward, but I am not really clear on how and at what stage of the training should it be incoperated?
Backpropagation calculates dW (weight delta) per weight per pattern, so 开发者_JS百科it\'s straightforward how to modify weights when doing stochastic training. How do I use it for batch training, tho