rainoffallingstar / keras

R Interface to Keras

Home Page:https://keras.rstudio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R interface to Keras

R build status CRAN_Status_Badge license

Keras 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 https://tensorflow.rstudio.com for complete documentation.

About

R Interface to Keras

https://keras.rstudio.com

License:Other


Languages

Language:R 76.1%Language:JavaScript 13.9%Language:Python 8.2%Language:CSS 1.6%Language:Shell 0.1%Language:HTML 0.1%