Deep-Learning-and-Scientific-Computing-with-R-torch
Deep-Learning-and-Scientific-Computing-with-R-torch copied to clipboard
Deep Learning and Scientific Computing with R torch
Should be: > torch_tensor(1:5, device = "cuda") torch_tensor 1 2 3 4 5 [ CUDALongType{5} ]
[Pasting my e-mail here as I have not been able to reach you.] @skeydan Dear Ms Keydana, I hope this e-mail finds you well. I am a data scientist using...
Hi, Firstly, thanks for a very nice book and sharing it for free. In subsection **3.2.3 Tensors from datasets**, you used **okc** dataset from **modeldata**. Of note, the dataset is...
At the end of 3.2.1, 4x3 slices of the array go to the back and to the right instead of up and to the right.
Thank you for writing and sharing this great book. I noticed a minor inconsistency in 3.2.1 Tensors from values. Where it currently reads: > Analogously, the default device is the...
I'm reading your book to understand torch and am fixing typos as I come across them.
Hello I install `cuda` using `conda install cuda -c nvidia` ```bash nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Wed_Feb__8_05:53:42_Coordinated_Universal_Time_2023 Cuda compilation tools,...
In the 3rd to last paragraph in the [Broadcasting section](https://skeydan.github.io/Deep-Learning-and-Scientific-Computing-with-R-torch/tensors.html#broadcasting), it says > To a tensor of shape 3 x 5, we were able to add both a tensor of...
Working with a Time Series using Chapter 21 "tutorial". Unable to find a way to forecast 52 weeks ahead on dataset structured as weekly demands spanning 11 years. Prediction per...
For some reason, `tuneR_loader` on [this line in the wavelet code](https://github.com/skeydan/Deep-Learning-and-Scientific-Computing-with-R-torch/blob/main/wavelets.qmd#L631) resulted in a `could not find function` error. This line failed: ```wav