View source: R/createCustomUnetModel.R
createShivaUnetModel3D | R Documentation |
Publications:
* PVS: https://pubmed.ncbi.nlm.nih.gov/34262443/ * WMH: https://pubmed.ncbi.nlm.nih.gov/38050769/
createShivaUnetModel3D(numberOfModalities = 1)
numberOfModalities |
Specifies number of channels in the architecture. |
with respective GitHub repositories:
* PVS: https://github.com/pboutinaud/SHIVA_PVS * WMH: https://github.com/pboutinaud/SHIVA_WMH
a u-net keras model
Tustison NJ
## Not run:
model <- createShivaUnetModel3D()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.