- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 208字
- 2021-07-02 12:08:37
Installing Anaconda
You can download Anaconda from the public website: https://www.anaconda.com/download/.
After you've downloaded the setup files, start the installation and follow the instructions to install Anaconda on your computer. You can find the installation instructions at https://docs.anaconda.com/anaconda/install/.
Anaconda will install a number of utilities on your computer. It will install a new command prompt that will automatically include all the Anaconda executables in your PATH variable. You can quickly manage your Python environment from this command prompt, install packages and, of course, run Python scripts.
Optionally, you can install Visual Studio Code with your Anaconda installation. Visual Studio Code is a code editor similar to Sublime and Atom and contains a large number of plugins that make it easier to write program code in different programming languages, such as Python.
CNTK 2.6 supports Python 3.6 only, which means that not all distributions of Anaconda will work correctly. You can get an older version of Anaconda through the Anaconda archives at https://repo.continuum.io/archive/. Alternatively, you can downgrade the Python version in your Anaconda installation if you haven't got a version with Python 3.6 included. To install Python 3.6 in your Anaconda environment, open a new Anaconda prompt and execute the following command:
conda install python=3.6
- Redis使用手冊
- MySQL數(shù)據(jù)庫進(jìn)階實戰(zhàn)
- ETL數(shù)據(jù)整合與處理(Kettle)
- Spark大數(shù)據(jù)分析實戰(zhàn)
- Python廣告數(shù)據(jù)挖掘與分析實戰(zhàn)
- 區(qū)塊鏈通俗讀本
- 深度剖析Hadoop HDFS
- Power BI智能數(shù)據(jù)分析與可視化從入門到精通
- 貫通SQL Server 2008數(shù)據(jù)庫系統(tǒng)開發(fā)
- 改變未來的九大算法
- 大數(shù)據(jù)數(shù)學(xué)基礎(chǔ)(R語言描述)
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)技術(shù)
- 云計算
- SOLIDWORKS 2018中文版機械設(shè)計基礎(chǔ)與實例教程
- Trino權(quán)威指南(原書第2版)