Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/keras3
R Interface to Keras
https://github.com/rstudio/keras3
Last synced: 3 days ago
JSON representation
R Interface to Keras
- Host: GitHub
- URL: https://github.com/rstudio/keras3
- Owner: rstudio
- License: other
- Created: 2017-02-01T17:17:47.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:18:31.000Z (13 days ago)
- Last Synced: 2024-10-31T16:26:35.303Z (13 days ago)
- Language: R
- Homepage: https://keras3.posit.co/
- Size: 91.6 MB
- Stars: 834
- Watchers: 65
- Forks: 283
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rstudio/keras3 - R Interface to Keras (R)
README
# R interface to Keras
![](https://s3.amazonaws.com/keras.io/img/keras-logo-2018-large-1200.png)
[![R-CMD-check](https://github.com/rstudio/keras3/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/keras3/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/keras3)](https://cran.r-project.org/package=keras3)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/keras-team/keras/blob/master/LICENSE)[Keras](https://keras.io/) is a high-level neural networks API developed with a focus on enabling fast experimentation. *Being able to go from idea to result with the least possible delay is key to doing good research.* Keras has the following key features:
- Allows the same code to run on CPU or on GPU, seamlessly.
- User-friendly API which makes it easy to quickly prototype deep learning models.
- Built-in support for convolutional networks (for computer vision), recurrent networks (for sequence processing), and any combination of both.
- Supports arbitrary network architectures: multi-input or multi-output models, layer sharing, model sharing, etc. This means that Keras is appropriate for building essentially any deep learning model, from a memory network to a neural Turing machine.
See the package website at for complete documentation.