官术网_书友最值得收藏!

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.

主站蜘蛛池模板: 婺源县| 黄梅县| 永丰县| 泗洪县| 宜丰县| 齐齐哈尔市| 孝感市| 启东市| 广灵县| 科技| 德庆县| 额尔古纳市| 静宁县| 高陵县| 驻马店市| 龙井市| 鄂伦春自治旗| 天门市| 青岛市| 伽师县| 清远市| 平阳县| 茶陵县| 冕宁县| 迭部县| 托克托县| 广汉市| 定日县| 广平县| 高密市| 禹城市| 电白县| 中西区| 桃园市| 称多县| 深泽县| 阳原县| 宜兰市| 云安县| 揭东县| 沁阳市|