Skip to content

rstudio/keras3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbed73e · Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
May 23, 2022
Mar 31, 2023
Dec 20, 2022
Apr 19, 2024
May 4, 2022
Apr 19, 2024
Sep 27, 2023
Dec 20, 2022
May 4, 2022
Aug 15, 2023
Aug 15, 2023
Apr 19, 2024
Aug 28, 2017
Apr 3, 2017
Apr 19, 2024
Apr 19, 2024
Aug 20, 2021
Apr 19, 2024
Dec 20, 2022
Jun 5, 2022
Nov 22, 2017

Repository files navigation

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.