Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-kalinowski/deep-learning-with-r-2nd-edition-code
Code from the book "Deep Learning with R, 2nd Edition"
https://github.com/t-kalinowski/deep-learning-with-r-2nd-edition-code
deep-learning keras rstats tensorflow
Last synced: 2 months ago
JSON representation
Code from the book "Deep Learning with R, 2nd Edition"
- Host: GitHub
- URL: https://github.com/t-kalinowski/deep-learning-with-r-2nd-edition-code
- Owner: t-kalinowski
- Created: 2022-03-30T23:00:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T15:37:42.000Z (about 1 year ago)
- Last Synced: 2024-10-12T04:47:45.557Z (3 months ago)
- Topics: deep-learning, keras, rstats, tensorflow
- Language: R
- Homepage: https://blogs.rstudio.com/ai/posts/2022-05-31-deep-learning-with-r-2e/
- Size: 50.8 KB
- Stars: 51
- Watchers: 3
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deep Learning with R, 2nd Edition (Code Only)
The repository contains just the code from the book "Deep Learning with R, 2nd Edition".
You can install all the dependencies by cloning this repo and sourcing the `"install-r-tensorflow.R"` script,
either at the R console or the terminal:```bash
Rscript install-r-tensorflow.R
```Note: the install script assumes that R and CUDA drivers are already installed.