- 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.
- Learning Cocos2d-x Game Development
- 深入理解Spring Cloud與實戰
- 硬件產品經理成長手記(全彩)
- 嵌入式系統設計教程
- 電腦軟硬件維修從入門到精通
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- Creating Flat Design Websites
- 龍芯自主可信計算及應用
- LPC1100系列處理器原理及應用
- FreeSWITCH Cookbook
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- 筆記本電腦維修技能實訓
- USB應用開發寶典
- 嵌入式系統設計大學教程(第2版)
- 創客電子:Arduino和Raspberry Pi智能制作項目精選