- 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
- Architects of Intelligence
- Modern Programming: Object Oriented Programming and Best Practices
- Access 2007數(shù)據(jù)庫應(yīng)用上機(jī)指導(dǎo)與練習(xí)
- Learning JavaScriptMVC
- Dependency Injection with AngularJS
- 基于Apache CXF構(gòu)建SOA應(yīng)用
- 數(shù)字媒體交互設(shè)計(jì)(初級):Web產(chǎn)品交互設(shè)計(jì)方法與案例
- 白話大數(shù)據(jù)與機(jī)器學(xué)習(xí)
- 數(shù)據(jù)中心數(shù)字孿生應(yīng)用實(shí)踐
- Access數(shù)據(jù)庫開發(fā)從入門到精通
- 大數(shù)據(jù)分析:R基礎(chǔ)及應(yīng)用
- 智能與數(shù)據(jù)重構(gòu)世界
- 數(shù)據(jù)中臺實(shí)戰(zhàn):手把手教你搭建數(shù)據(jù)中臺
- 區(qū)塊鏈應(yīng)用開發(fā)指南:業(yè)務(wù)場景剖析與實(shí)戰(zhàn)
- 大數(shù)據(jù)隱私保護(hù)技術(shù)與治理機(jī)制研究