- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 157字
- 2021-08-13 15:34:28
Deep learning frameworks for R
There are a number of R packages available for neural networks, but few options for deep learning. When the first edition of this book came out, it used the deep learning functions in h2o (https://www.h2o.ai/). This is an excellent, general machine learning framework written in Java, and has an API that allows you to use it from R. I recommend you look at it, especially for large datasets. However, most deep learning practitioners had a preference preferred other deep learning libraries, such as TensorFlow, CNTK, and MXNet, which were not supported in R when the first edition of this book was written. Today, there is a good choice of deep learning libraries that are supported in R—MXNet and Keras. Keras is actually a frontend abstraction for other deep learning libraries, and can use TensorFlow in the background. We will use MXNet, Keras, and TensorFlow in this book.
- Windows phone 7.5 application development with F#
- Learning Cocos2d-x Game Development
- Linux KVM虛擬化架構實戰指南
- 電腦高級維修及故障排除實戰
- Intel Edison智能硬件開發指南:基于Yocto Project
- Hands-On Artificial Intelligence for Banking
- Spring Cloud微服務和分布式系統實踐
- 3D Printing Blueprints
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- 觸摸屏應用技術從入門到精通
- 多媒體應用技術(第2版)
- MicroPython Cookbook
- Machine Learning Projects for Mobile Applications
- Hands-On Markov Models with Python
- 實戰Alibaba Sentinel:深度解析微服務高并發流量治理