- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 92字
- 2021-06-10 19:38:47
Installing mkl
- mkl is a math library for Intel and compatible processors. It is a part of numpy, but we want to make sure it is installed before we install Theano and TensorFlow:
conda install mkl
The output of the installation is given as follows. In our case, miniconda2 has already installed the latest version of mkl:
Fetching package metadata ...........
Solving package specifications: .
# All requested packages already installed.
# packages in environment at /home/ubuntu/miniconda2:
#
mkl 2018.0.1 h19d6760_4
- Once all the prerequisites are installed, let's install TensorFlow.
推薦閱讀
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- 走入IBM小型機世界
- Hands-On Machine Learning on Google Cloud Platform
- Getting Started with MariaDB
- 機器人智能運動規劃技術
- 工業機器人現場編程(FANUC)
- WordPress Theme Development Beginner's Guide(Third Edition)
- 自動生產線的拆裝與調試
- 大數據技術與應用
- Docker High Performance(Second Edition)
- Visual FoxPro程序設計
- 人工智能技術入門
- Windows安全指南
- 經典Java EE企業應用實戰