Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

QRNNLayer

QRNNLayer


Description

Apply a single layer Quasi-Recurrent Neural Network (QRNN) to an input sequence.

Usage

QRNNLayer(
  input_size,
  hidden_size = NULL,
  save_prev_x = FALSE,
  zoneout = 0,
  window = 1,
  output_gate = TRUE,
  batch_first = TRUE,
  backward = FALSE
)

Arguments

input_size

input_size

hidden_size

hidden_size

save_prev_x

save_prev_x

zoneout

zoneout

window

window

output_gate

output_gate

batch_first

batch_first

backward

backward

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.