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
- Host: GitHub
- URL: https://github.com/r-tensorflow/resnet
- Owner: r-tensorflow
- License: other
- Created: 2019-08-30T13:53:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T14:05:30.000Z (over 6 years ago)
- Last Synced: 2025-07-07T13:40:40.722Z (6 months ago)
- Language: R
- Size: 7.81 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resnet
[](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")
```