- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 115字
- 2021-06-10 19:38:47
Installing miniconda
Before we proceed further, let's install miniconda to install the rest of the packages. Miniconda is a smaller version of the conda package manager. Python is bundled along with miniconda.
It is recommended that users choose either Python 2.7 or Python 3.4. Python = 2.7* or ( >= 3.4 and < 3.6 ). The Python development package (python-dev or python-devel on most Linux distributions) is recommended. We will focus on Python 2.7.
- To install miniconda, let's first download the sh installer from the continuum repository:
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
chmod 755 Miniconda2-latest-Linux-x86_64.sh
./Miniconda2-latest-Linux-x86_64.sh
- Once conda has been installed, we can use it to install the dependencies of Theano, TensorFlow, and Keras.
推薦閱讀
- Learning Apache Spark 2
- 構建高性能Web站點
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 基于神經網絡的監督和半監督學習方法與遙感圖像智能解譯
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- R Data Analysis Projects
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- Mastering Geospatial Analysis with Python
- Microsoft System Center Data Protection Manager Cookbook
- JSP網絡開發入門與實踐
- PowerPoint 2003中文演示文稿5日通
- 數據結構與實訓
- Flash 8中文版全程自學手冊
- 探索中國物聯網之路
- 運動控制系統應用及實例解析