View source: R/vision_learner.R
create_head | R Documentation |
Model head that takes 'nf' features, runs through 'lin_ftrs', and out 'n_out' classes.
create_head(
nf,
n_out,
lin_ftrs = NULL,
ps = 0.5,
concat_pool = TRUE,
bn_final = FALSE,
lin_first = FALSE,
y_range = NULL
)
nf |
number of features |
n_out |
number of out features |
lin_ftrs |
linear features |
ps |
parameter server |
concat_pool |
concatenate pooling |
bn_final |
batch normalization final |
lin_first |
linear first |
y_range |
y_range |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.