/resnet

ResNet implementation using R and Keras

Primary LanguageROtherNOASSERTION

resnet

Lifecycle: experimental

An implementation of ResNet based on Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. The Keras code is a port of this example in the Keras gallery.

Installation

resnet is not available on CRAN yet and can be installed with:

remotes::install_github("r-tensorflow/resnet")