- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 41字
- 2021-07-02 20:49:16
Getting ready
To start modeling, load the tensorflow package in the environment. R loads the default tf environment variable and also the NumPy library from Python in the np variable:
library("tensorflow") # Load Tensorflow
np <- import("numpy") # Load numpy library
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Python高級編程
- SEO實戰密碼
- BIM概論及Revit精講
- Java:High-Performance Apps with Java 9
- Learning Concurrent Programming in Scala
- Java網絡編程核心技術詳解(視頻微課版)
- AutoCAD 2009實訓指導
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- INSTANT Silverlight 5 Animation
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Qlik Sense? Cookbook
- Mastering Elixir
- PyQt編程快速上手
- C#面向對象程序設計(第2版)