keras_sep_cnn: keras_sep_cnn

Description Usage Arguments Value

View source: R/keras_models.R

Description

keras_sep_cnn

Usage

1
2
keras_sep_cnn(input_dim, embed_dim, seq_len, embed_vectors = NULL,
  n_filters = 30, output_fun = "sigmoid", output_dim = 1)

Arguments

input_dim

Number of unique vocabluary/tokens

embed_dim

Number of word vectors

seq_len

Length of the input sequences

n_filters

the number of convolutional filters

output_fun

Output activation function

output_dim

Number of neurons of the output layer

filter_size

the window size (kernel_size)

Value

keras model


systats/deeplyr documentation built on Oct. 4, 2020, 7:59 p.m.