- 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.
- 觸摸屏實用技術(shù)與工程應用
- 圖解西門子S7-200系列PLC入門
- 新型電腦主板關(guān)鍵電路維修圖冊
- Deep Learning with PyTorch
- INSTANT Wijmo Widgets How-to
- Large Scale Machine Learning with Python
- Hands-On Artificial Intelligence for Banking
- Istio實戰(zhàn)指南
- 計算機電路基礎(第2版)
- 主板維修實踐技術(shù)
- 3D打印:Geomagic Design X5.1 逆向建模設計實用教程
- 電腦組裝與維修實戰(zhàn)
- Mastering Unity 2D Game Development
- 計算機組裝與維護項目化教程(第二版)
- Hands-On Unsupervised Learning with Python