Top "Pybrain" questions

PyBrain is an open source machine-learning library for python.

ImportError: No module named scipy

I am using Python 2.7 and trying to get PyBrain to work. But I get this error even though scipy is …

python python-2.7 scipy pybrain
Meaning of an Epoch in Neural Networks Training

while I'm reading in how to build ANN in pybrain, they say: Train the network for some epochs. Usually you …

machine-learning artificial-intelligence neural-network pybrain
Pybrain time series prediction using LSTM recurrent nets

I have a question in mind which relates to the usage of pybrain to do regression of a time series. …

python neural-network time-series prediction pybrain
Neural Network training with PyBrain won't converge

I have the following code, from the PyBrain tutorial: from pybrain.datasets import SupervisedDataSet from pybrain.supervised.trainers import BackpropTrainer …

python neural-network pybrain
How to save and recover PyBrain training?

Is there a way to save and recover a trained Neural Network in PyBrain, so that I don't have to …

pybrain
No module named 'structure' when installing PyBrain even though it's in the folder

I installed PyBrain via PyCharm and when I try to compile I get the following error: Traceback (most recent call …

python python-3.x pybrain
Request for example: Recurrent neural network for predicting next value in a sequence

Can anyone give me a practicale example of a recurrent neural network in (pybrain) python in order to predict the …

python machine-learning neural-network time-series pybrain
How to train a neural network to supervised data set using pybrain black-box optimization?

I have played around a bit with pybrain and understand how to generate neural networks with custom architectures and train …

python artificial-intelligence neural-network pybrain
neural networks regression using pybrain

I need to solve a regression problem with a feed forward network and I've been trying to use PyBrain to …

python machine-learning neural-network regression pybrain
How to load training data in PyBrain?

I am trying to use PyBrain for some simple NN training. What I don't know how to do is to …

python neural-network pybrain