- 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.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Getting Started with Citrix XenApp? 7.6
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- UML和模式應(yīng)用(原書(shū)第3版)
- oreilly精品圖書(shū):軟件開(kāi)發(fā)者路線圖叢書(shū)(共8冊(cè))
- 21天學(xué)通C++(第6版)
- 手把手教你學(xué)C語(yǔ)言
- Python:Master the Art of Design Patterns
- Yocto for Raspberry Pi
- 微信小程序入門(mén)指南
- TMS320LF240x芯片原理、設(shè)計(jì)及應(yīng)用
- Building Dynamics CRM 2015 Dashboards with Power BI
- Mastering Docker
- Java并發(fā)編程之美
- Practical Maya Programming with Python