Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Aug 30, 2019
1 parent 09f6dee commit 34b4c32
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# resnet

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

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](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")
```

0 comments on commit 34b4c32

Please sign in to comment.