- 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.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Java 開發從入門到精通(第2版)
- Python數據可視化:基于Bokeh的可視化繪圖
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- 認識編程:以Python語言講透編程的本質
- Mastering Python Networking
- C++面向對象程序設計習題解答與上機指導(第三版)
- Python數據結構與算法(視頻教學版)
- Express Web Application Development
- 用案例學Java Web整合開發
- uni-app跨平臺開發與應用從入門到實踐
- Python Linux系統管理與自動化運維
- Professional JavaScript
- JBoss AS 7 Development
- C語言程序設計實驗指導與習題精解