#' @export
torch_sd<-function(self,
dim=1,
unbiased = TRUE,
keepdim = FALSE){
torch_sqrt(torch_var(self = self,
dim = dim,
unbiased = unbiased,
keepdim = keepdim) )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.