- 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
- Python數據挖掘:入門、進階與實用案例分析
- Modern Programming: Object Oriented Programming and Best Practices
- 文本挖掘:基于R語言的整潔工具
- Spark核心技術與高級應用
- MATLAB Graphics and Data Visualization Cookbook
- Power BI智能數據分析與可視化從入門到精通
- Hadoop 3實戰指南
- R Object-oriented Programming
- Deep Learning with R for Beginners
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)
- Oracle 11g數據庫管理與開發基礎教程
- SQL Server 2012 數據庫教程(第3版)
- 信息技術導論
- 創新求索錄:第二集(精裝版)
- 21天學通Oracle(第2版)