Keras implementation of U-Net using R
An Keras/R implementation of U-Net.
Install U-Net from GitHub with:
remotes::install_github("r-tensorflow/unet")
A full example can be found here.
r-tensorflow
Back