- Keras 2.x Projects
- Giuseppe Ciaburro
- 77字
- 2021-07-02 14:36:12
Installing the backend engine
After installing the dependencies, it is necessary to select the backend engine and proceed with its installation. Keras developers recommend the TensorFlow backend. This is the one set by default.
Links to installation instructions for all the available backends are listed in the following list:
- TensorFlow installation instructions: https://www.tensorflow.org/install/
- Theano installation instructions: http://deeplearning.net/software/theano/install.html#install
- CNTK installation instructions: https://docs.microsoft.com/en-us/cognitive-toolkit/setup-cntk-on-your-machine
In all cases, we can use the pip command to install the correct packages.
推薦閱讀
- Clojure Data Analysis Cookbook
- 中文版Photoshop CS5數(shù)碼照片處理完全自學(xué)一本通
- 快學(xué)Flash動(dòng)畫(huà)百例
- 21天學(xué)通ASP.NET
- RPA:流程自動(dòng)化引領(lǐng)數(shù)字勞動(dòng)力革命
- 自動(dòng)生產(chǎn)線的拆裝與調(diào)試
- 悟透JavaScript
- Machine Learning with Apache Spark Quick Start Guide
- ASP.NET 2.0 Web開(kāi)發(fā)入門(mén)指南
- Mastering Exploratory Analysis with pandas
- MATLAB-Simulink系統(tǒng)仿真超級(jí)學(xué)習(xí)手冊(cè)
- Linux Shell Scripting Cookbook(Third Edition)
- 數(shù)據(jù)要素:全球經(jīng)濟(jì)社會(huì)發(fā)展的新動(dòng)力
- Embedded Linux Development using Yocto Projects(Second Edition)
- Web滲透技術(shù)及實(shí)戰(zhàn)案例解析