Monday

PyBrain v0.3 Installation on Ubuntu Linux


Download and extract http://www.pybrain.org/files/PyBrain-0.3.zip to user directory

Download and copy http://peak.telecommunity.com/dist/ez_setup.py to the PyBrain directory

$ sudo apt-get install python-scipy
$ sudo apt-get install python-numpy
$ sudo apt-get install python-matplotlib
$ sudo apt-get install python-setuptools
$ sudo python ez_setup.py
$ sudo python setup.py install
$ python --version
Python 2.6.5
$ python
>>> import numpy
>>> numpy.__version__
'1.3.0'
>>> import scipy
>>> scipy.__version__
'0.7.0'
>>> import matplotlib
>>> matplotlib.__version__
'0.99.1.1'
>>> quit( )
// test it
PyBrain-0.3/examples/supervised/evolino$ ls -al
-rwxr-xr-x   superimposed_sine.py
PyBrain-0.3/examples/supervised/evolino$ python superimposed_sine.py
// wait for ½ hour

References:
1. http://www.pybrain.org/docs/
2. https://github.com/pybrain/pybrain/wiki/installation
3. https://github.com/pybrain/pybrain/wiki/Dependencies

If a hater attacked your age and not the goodness of you

Whether young or old, I've always been known what endures. I've known the very idea of people that were all created equal and deserv...