- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 111字
- 2021-07-02 20:49:05
Setting up deep learning tools/packages in R
The major deep learning packages are developed in C/C++ for efficiency purposes and wrappers are developed in R to efficiently develop, extend, and execute deep learning models.
A lot of open source deep learning libraries are available. The prominent libraries in this area are as follows:
- Theano
- TensorFlow
- Torch
- Caffe
There are other prominent packages available on the market such as H2O, CNTK (Microsoft Cognitive Toolkit), darch, Mocha, and ConvNetJS. There are a lot of wrappers that are developed around these packages to support the easy development of deep learning models, such as Keras and Lasagne in Python and MXNet, both supporting multiple languages.
推薦閱讀
- Clojure Programming Cookbook
- 企業級Java EE架構設計精深實踐
- 架構不再難(全5冊)
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Instant Typeahead.js
- R語言數據可視化實戰
- 深入理解Java7:核心技術與最佳實踐
- aelf區塊鏈應用架構指南
- Nexus規模化Scrum框架
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- The Complete Coding Interview Guide in Java
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Learning Apache Cassandra
- HTML5開發精要與實例詳解
- PHP 7從零基礎到項目實戰