Git Product home page Git Product logo

learn_theano's Introduction

Install Theano in Mac OS

Requirements

  1. Xcode (install from App Store)
  2. Anaconda
    1. Download Anaconda at https://www.continuum.io/downloads#osx Python 2.7 version, COMMAND-LINE INSTALLER, (346M)
    2. In your terminal window, type bash Anaconda2-4.2.0-MacOSX-x86_64.sh to install Anaconda, ref: Full installation — Conda documentation
    3. Logout terminal, Login terminal
    4. Anaconda update, type conda update conda
    5. Create an environment, type conda create --name theano ref: http://conda.pydata.org/docs/test-drive.html
    6. Activate the new environment, type source activate theano

Installing Theano in Anaconda

Reference: Installing Theano — Theano 0.8.2 documentation . Test on Mac OS X 10.12.1

The following steps are in the created theano environment.

  1. Install Theano in the environment, type conda install theano
  2. Install nose in the environment, type conda install nose
  3. Install nose-parameterized in the environment, type pip install nose_parameterized
  4. Test Theano, type python -c "import theano; theano.test()"

Other common commands for Anaconda

Reference: Test drive — Conda documentation

  1. Deactivate the new environment, type source deactivate theano
  2. Delete an environment, type conda remove --name theano --all
  3. List all environments, type conda info --envs

Installation of Theano on other systems

  1. Linux (CentOS or Ubuntu)
    1. Install Anaconda Download Anaconda Now! | Continuum
    2. Similar with steps in Mac OS
  2. Windows Installation of Theano on Windows — Theano 0.8.2 documentation

learn_theano's People

Contributors

lukecq1231 avatar

Stargazers

Markus Maresch avatar Xiongcheng Lau avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.