- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 40字
- 2021-08-13 15:34:32
The symbol, X, y, and ctx parameters
The symbol parameter defines the deep learning architecture; X and y are the input and output data structures. The ctx parameter controls which device (for example, CPU/GPU) the model is trained on.