Friday, July 12, 2013

0

How to Install PyBrain on Ubuntu 12.04

  • Friday, July 12, 2013
  • Install PyBrain on Ubuntu 12.04

    PyBrain is a modular Machine Learning Library for Python. 
    open terminal:
     put following commands one by one

    sudo apt-get install python-dev python-scipy python-pip
    sudo pip install pybrain
     
    #########################################


    Read more...

    Subscribe