Skip to content

rstudio/keras3

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2025
Jan 23, 2025
Mar 20, 2025
Mar 17, 2025
Jan 8, 2024
Mar 18, 2025
Mar 17, 2025
Mar 15, 2025
Mar 18, 2025
Jan 24, 2025
Jan 24, 2025
Nov 30, 2023
May 21, 2024
May 16, 2024
Mar 18, 2025
Feb 1, 2024
Mar 18, 2025
Mar 16, 2025
Jul 17, 2024
Mar 1, 2025
Jan 6, 2025

Repository files navigation

R interface to Keras

R-CMD-check 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://keras3.posit.co for complete documentation.