- 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.
推薦閱讀
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 網(wǎng)頁編程技術(shù)
- 計算機應用復習與練習
- 圖形圖像處理(Photoshop)
- 影視后期制作(Avid Media Composer 5.0)
- 自動生產(chǎn)線的拆裝與調(diào)試
- 現(xiàn)代傳感技術(shù)
- Moodle Course Design Best Practices
- Storm應用實踐:實時事務處理之策略
- 電氣控制與PLC技術(shù)應用
- Machine Learning with Apache Spark Quick Start Guide
- Hadoop應用開發(fā)基礎
- 啊哈C!思考快你一步
- 人工智能技術(shù)入門
- C#求職寶典