- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 179字
- 2021-08-13 15:34:29
Keras
Keras is a high-level, open source, deep learning framework created by Francois Chollet from Google that emphasizes iterative and fast development; it is generally regarded as one of the best options to use to learn deep learning. Keras has a choice of backend lower-level frameworks: TensorFlow, Theano, or CNTK, but it is most commonly used with TensorFlow. Keras models can be deployed on practically any environment, for example, a web server, iOS, Android, a browser, or the Raspberry Pi.
To learn more about Keras, go to https://keras.io/. To learn more about using Keras in R, go to https://keras.rstudio.com; this link will also has more examples of R and Keras, as well as a handy Keras cheat sheet that gives a thorough reference to all of the functionality of the R Keras package. To install the keras package for R, run the following code:
devtools::install_github("rstudio/keras")
library(keras)
install_keras()
This will install the CPU-based package of Keras and TensorFlow. If your machine has a suitable GPU, you can refer to the documentation for install_keras() to find out how to install it.
- Istio入門(mén)與實(shí)戰(zhàn)
- Windows phone 7.5 application development with F#
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)
- Learning Stencyl 3.x Game Development Beginner's Guide
- 計(jì)算機(jī)維修與維護(hù)技術(shù)速成
- CC2530單片機(jī)技術(shù)與應(yīng)用
- 計(jì)算機(jī)組裝與維護(hù)(第3版)
- VMware Workstation:No Experience Necessary
- 數(shù)字媒體專(zhuān)業(yè)英語(yǔ)(第2版)
- Java Deep Learning Cookbook
- Blender Game Engine:Beginner's Guide
- Blender 3D By Example
- 嵌入式系統(tǒng)設(shè)計(jì)大學(xué)教程(第2版)
- Raspberry Pi Home Automation with Arduino
- 詳解FPGA:人工智能時(shí)代的驅(qū)動(dòng)引擎