Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsoch/keras-r
simple container with R wrapper for Keras neural network library
https://github.com/vsoch/keras-r
container docker keras keras-r rstudio-keras
Last synced: 18 days ago
JSON representation
simple container with R wrapper for Keras neural network library
- Host: GitHub
- URL: https://github.com/vsoch/keras-r
- Owner: vsoch
- License: bsd-3-clause
- Created: 2018-05-13T15:36:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T19:48:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T16:48:32.205Z (about 1 month ago)
- Topics: container, docker, keras, keras-r, rstudio-keras
- Language: R
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keras-R
This is a quick image to get you up and running with the R wrapper for Keras, the
neural network API library.- [rstudio.keras.com](https://keras.rstudio.com/) has a brief introduction and tutorial.
- [Docker Hub](https://hub.docker.com/r/vanessa/keras-r/)You can use the image via Singularity as well:
```bash
singularity pull docker://vanessa/keras-r
```