Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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.