- Python Deep Learning Cookbook
- Indra den Bakker
- 167字
- 2021-07-02 15:43:11
How to do it...
- You can directly download the installation file for Anaconda on your machine as follows (adjust your Anaconda file accordingly):
curl -O https://repo.continuum.io/archive/Anaconda3-4.3.1-Linux-x86_64.sh
- Next, run the bash script (if necessary, adjust the filename accordingly):
bash Anaconda3-4.3.1-Linux-x86_64.sh
Follow all prompts and choose 'yes' when you're asked to to add the PATH to the .bashrc file (the default is 'no').
- Afterwards, reload the file:
source ~/.bashrc
- Now, let's set up an Anaconda environment. Let's start with copying the files from the GitHub repository and opening the directory:
git clone https://github.com/indradenbakker/Python-Deep-Learning-Cookbook-Kit.git
cd Python-Deep-Learning-Cookbook-Kit
- Create the environment with the following command:
conda env create -f environment-deep-learning-cookbook.yml
- This creates an environment named environment-deep-learning-cookbook and installs all libraries and dependencies included in the .yml file. All libraries used in this book are included, for example, NumPy, OpenCV, Jupyter, and scikit-learn.
- Activate the environment:
source activate environment-deep-learning-cookbook
- You're now ready to run Python. Follow the next recipe to install Jupyter and the deep learning frameworks used in this book.
推薦閱讀
- Python快樂編程:人工智能深度學習基礎(chǔ)
- Python科學計算(第2版)
- 潮流:UI設(shè)計必修課
- The Modern C++ Challenge
- Power Up Your PowToon Studio Project
- Python Tools for Visual Studio
- PHP網(wǎng)絡(luò)編程學習筆記
- 編程數(shù)學
- 微服務(wù)架構(gòu)深度解析:原理、實踐與進階
- Learning Continuous Integration with TeamCity
- Practical Game Design with Unity and Playmaker
- Regression Analysis with Python
- Visual FoxPro 6.0程序設(shè)計
- Learning VMware vSphere
- C陷阱與缺陷