An open API service indexing awesome lists of open source software.

https://github.com/r-tensorflow/resnet

ResNet implementation using R and Keras
https://github.com/r-tensorflow/resnet

Last synced: 6 months ago
JSON representation

ResNet implementation using R and Keras

Awesome Lists containing this project

README

          

# resnet

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

An implementation of ResNet based on Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian
Sun. [Deep residual learning for image recognition](https://arxiv.org/abs/1512.03385).
The Keras code is a port of this [example](https://github.com/keras-team/keras/blob/master/examples/cifar10_resnet.py) in the Keras gallery.

## Installation

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

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