- 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.
推薦閱讀
- Mastering Mesos
- 人工智能超越人類
- JSF2和RichFaces4使用指南
- Spark大數(shù)據(jù)技術與應用
- Machine Learning with Apache Spark Quick Start Guide
- 嵌入式GUI開發(fā)設計
- 重估:人工智能與賦能社會
- 典型Hadoop云計算
- Natural Language Processing and Computational Linguistics
- 微計算機原理及應用
- 工業(yè)機器人編程指令詳解
- 單片機與微機原理及應用
- SQL Server 2017 Machine Learning Services with R
- AlphaGo如何戰(zhàn)勝人類圍棋大師:智能硬件TensorFlow實踐
- 實時數(shù)據(jù)處理和分析指南