- Deep Learning with R for Beginners
- Mark Hodnett Joshua F. Wiley Yuxi (Hayden) Liu Pablo Maldonado
- 157字
- 2021-06-24 14:30:37
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.
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- Spark快速大數(shù)據(jù)分析(第2版)
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- WS-BPEL 2.0 Beginner's Guide
- Learning Proxmox VE
- Python金融數(shù)據(jù)分析(原書第2版)
- Oracle 12c云數(shù)據(jù)庫(kù)備份與恢復(fù)技術(shù)
- 數(shù)據(jù)庫(kù)設(shè)計(jì)與應(yīng)用(SQL Server 2014)(第二版)
- 新基建:數(shù)據(jù)中心創(chuàng)新之路
- 高維數(shù)據(jù)分析預(yù)處理技術(shù)
- INSTANT Apple iBooks How-to
- TextMate How-to
- 數(shù)據(jù)分析思維:產(chǎn)品經(jīng)理的成長(zhǎng)筆記
- Microsoft Dynamics NAV 2015 Professional Reporting
- 從Lucene到Elasticsearch:全文檢索實(shí)戰(zhàn)