- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 253字
- 2021-07-02 12:08:38
Installing Anaconda
Before we can install Anaconda, we need to make sure that the system is fully up to date. To check this, execute the following two commands inside a terminal:
sudo apt update
sudo apt upgrade
Automatically Programmed Tool (APT) is used to install all sorts of packages inside Ubuntu. In the code sample, we first ask apt to update the references to the various package repositories. We then ask it to install the latest updates.
After the computer is updated, we can start the installation of Anaconda. First, navigate to https://www.anaconda.com/download/ to get the URL for the latest Anaconda installation files. You can right-click on the download link and copy the URL to your clipboard.
Now open up a terminal window and execute the following command:
wget -O anaconda-installer.sh url
Make sure to replace the url placeholder with the URL you copied from the Anaconda website. Press Enter to execute the command.
Once the installation file is download, you can install Anaconda by running the following command:
sh ./anaconda-installer.sh
This will start the installer. Follow the instructions on the screen to install Anaconda on your computer. By default, Anaconda gets installed in a folder called anaconda3 inside your home directory.
As is the case with the Windows version of CNTK 2.6, it only supports Python 3.6. You can either get an older distribution of Anaconda through their archives at https://repo.continuum.io/archive/, or downgrade your Python version by executing the following command in your terminal:
conda install python=3.6
- 程序員修煉之道:從小工到專家
- Greenplum:從大數據戰略到實現
- ETL數據整合與處理(Kettle)
- Hands-On Machine Learning with Microsoft Excel 2019
- 3D計算機視覺:原理、算法及應用
- Python醫學數據分析入門
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- 數據庫原理與設計(第2版)
- 數據中心數字孿生應用實踐
- Solaris操作系統原理實驗教程
- R Object-oriented Programming
- 區域云計算和大數據產業發展:浙江樣板
- 聯動Oracle:設計思想、架構實現與AWR報告
- 活用數據:驅動業務的數據分析實戰
- 中文版Access 2007實例與操作