Top "Pybrain" questions

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

Prediction using Recurrent Neural Network on Time series dataset

Description Given a dataset that has 10 sequences - a sequence corresponds to a day of stock value recordings - where …

statistics neural-network time-series prediction pybrain
pybrain: how to print a network (nodes and weights)

finally I managed to train a network from a file :) Now I want to print the nodes and the weights, …

python neural-network pybrain
ImportError: cannot open shared object file: No such file or directory

I'm trying to use arac with PyBrain, and when I call net.convertToFastNetwork(), or when I try to import arac.…

python swig importerror pybrain
Genetic algorithm example/tutorial for PyBrain?

I have recently started using pyBrain to conduct some machine learning research. I am interested in GAs as well as …

python artificial-intelligence machine-learning genetic-algorithm pybrain