Quantcast
Channel: Active questions tagged feed-forward+pybrain - Stack Overflow
Browsing latest articles
Browse All 3 View Live

PyBrain how to interpret the results from net.activate?

I've trained a network on PyBrain for purpose of classification and am ready to fire away with specific input. However, when I do classes = ['apple', 'orange', 'peach', 'banana'] data =...

View Article



Pybrain Feedforward neural network training error completely stuck

Hey guys I need a bit of help with my pybrain code. Everything loads fine, but after it trains the first time the training error doesn't go down. In fact, it just stays stuck there at exactly...

View Article

What is the syntax of the activate() function in pybrain package?

I have a code which builds a [2,3,1] neural network with some values with full connection. from pybrain.structure import FeedForwardNetwork, LinearLayer, SigmoidLayer, FullConnection from...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images