deeplearning environment Construction under Windows: Theano installation

Source: Internet
Author: User
Tags theano

My system version: windows8.1 64-bit

Install Theano need to install Python, numpy and many other things, for the sake of simplicity, I use here is Anaconda

First, clean up all the Python-related components on your computer (not clean, I haven't tried, but it'll be a little better after the cleanup). Then, delete the previously configured environment variables for Python. Download the latest version of Anaconda Http://www.continuum.io/downloads from the official website and install it, the next step is to set the installation path freely.

Once installed, the environment variables are configured:

path:d:\anaconda;d:\anaconda\scripts; (Configured according to your own installation path)

Then install Theano, open cmd, enter pip install Theano carriage return to install. After the installation is successful, enter the system variable again, configure:

Pythonpath:d:\anaconda\lib\site-packages\theano (configured according to your own installation path)

Well here, you have installed the Theano, below we test:

Note: The Spyder used here is the Python compiler that comes with the installation of Anaconda, which can be of interest to Baidu or other Ides

deeplearning environment Construction under Windows: Theano installation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.