set_layer_weights
freeze = FALSE
build
get_layer_loss
to get the loss for a layerget_layer_gradient
to get the gradient for a layerascent
to wrap gradient ascentbuild
monitor
argument to early stopping callbacklayer_learnable_array
initializes a layer of learnable weightslayer_kernel_dot
wraps k_dot
layer_kernel_conv2d
wraps k_conv2d
layer_pairwise_residual
calculates residuals for the final dimension of a tensorlayer_pairwise_rmse
calculates RMSE based on layer_pairwise_residual
tryCatch
for deepviz
call because of problems with lambda layerlayer_to_dense_stereo_and_mono
to layer_to_dense_stereo_and_add
layer_to_dense_stereo_and_cat
to concatenate layerslayer_to_dense_stereo_and_diff
to subtract layersto_output
to correctly handle arrayssample_random
now uses min-max instead of mean-sd normalizationmodel_decode
wrapper helps decode latent spaceloss_weights
to compile()
layer_to_stereo
to layer_to_dense_stereo
, etc.layer_add
instead of layer_concatenate
to make the mono channellayer_to_dense_DeepTRIAGE
adds a DeepTRIAGE layerfrom_input
and to_output
now correctly accept arrayslayer_pseudo_embed
should now accept arraysset_model_weights
sets weights for a layermodel_mirror
sets many weights based on a pre-trained "reference" modelconstraint_runif
uniformly randomizes weights each cyclelayer_to_stereo
splits a model into two parallel layerslayer_to_stereo_and_mono
splits a model into three parallel layerslayer_pseudo_embedding
creates an embedding matrix layercallback_early_stopping
callback to build
by defaultbuild
now chooses a suitable metriclayer_orthogonal_to
equals output when orthogonal to outputget_layer_output
to handle lists of inputfrom_input
and to_output
now accept a vector of namesfrom_input
and to_ouput
now return a named list<<-
WARNINGSfrom_input
now supports lists of inputsto_output
now supports lists of outputsprepare
now supports lists of liststype_of_y
function to handle 2+D tensorstype2loss
with to_loss
functionto_output
call type_of_y
sample_random
bulk prepares a list of training and test setsconstraint_rows_to_unit_sum
constrains row sums of weights to 1constraint_cols_to_unit_sum
constrains column sums of weights to 1constraint_all_zeros
constrains all weights to 0constraint_all_ones
constrains all weights to 1get_layer_names
returns all layer namesget_layer_output
returns layer output for a given inputget_layer_weights
returns layer weightsfrom_input
creates an input layer based on a matrixto_output
creates an output layer based on a matrix or vectorprepare
joins input and output and displays modelbuild
automatically compiles and fits modelAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.