- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 112字
- 2021-07-02 20:49:04
How to do it...
- Of r-base-dev is also highly recommended as it has many inbuilt functions. It also enables the install.packages() command, which is used to compile and install new R packages directly from the CRAN using the R console. The default R console looks as follows:

Default R console
- For programming purposes, an Integrated Development Environment (IDE) is recommended as it helps enhance productivity. One of the most popular open source IDEs for R is Rstudio. Rstudio also provides you with an Rstudio server, which facilitates a web-based environment to program in R. The interface for the Rstudio IDE is shown in the following screenshot:

Rstudio Integrated Development Environment for R
推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Learning PostgreSQL
- Learning AWS Lumberyard Game Development
- 深度學習:算法入門與Keras編程實踐
- C++ 從入門到項目實踐(超值版)
- 嚴密系統設計:方法、趨勢與挑戰
- 組態軟件技術與應用
- C程序設計實踐教程
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- 從零開始學Linux編程
- INSTANT Yii 1.1 Application Development Starter
- Android移動開發案例教程:基于Android Studio開發環境
- INSTANT Adobe Edge Inspect Starter
- C# Multithreaded and Parallel Programming
- Modern C++ Programming Cookbook